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.
Printable View
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.
Binary trees are pretty much the same no matter what language you are using. Consult a decent data structures book.