Simple Fundamental Algorithm Question, binary tree traversal
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-03-08T21:34:07Z
Indexed on
2010/03/08
21:36 UTC
Read the original article
Hit count: 447
java
I'm trying to explain to non-computer science major student with many questions.
(1)What traverses tree? Is it just logic or actual on off switch generates 1s and 0s traveling the circuit board? where is this tree and node exists CPU/Memory in between?
(2)If it is 1s and 0s HOW the circuits understand the line for example p=p.getLeft();
I said search the google or wiki.
© Stack Overflow or respective owner