Click to See Complete Forum and Search --> : HELP Binary Tree


carmartol
June 1st, 2002, 09:20 PM
I am trying to create a Binary Tree in C#. I can't seem to figure it out. I really don't know where to start. I am supposed to work in safe code, and I need to use Collections. That is about the extent of what I know.

Please help!

Thanks.

Arild Fines
June 2nd, 2002, 07:55 AM
Binary trees are pretty much the same no matter what language you are using. Consult a decent data structures book.