CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Posts
    1

    Question HELP Binary Tree

    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.

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    Binary trees are pretty much the same no matter what language you are using. Consult a decent data structures book.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured