Quote:
|
Here's some pseudocode for an insert.. Binary trees are very difficult without recursion, so if you're trying to do it with a while or for loop, then you're in for an interesting time.
|
damn, no wonder lol... I'm stuck!!!! thanx a lot
Bench
Edit: Btw, I'm not trying to do Binary Tree, but
Binary Search Trees. No wonder your psuedo code looks much simpler than I've thought
