Thread: Need Help Understanding Binary Trees for C++

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1

    Need Help Understanding Binary Trees for C++

    Hello, i have been learning C++ for just over a week now and having problems finding a good easy to understand explanation on binary trees, how they work and what evrything inside the code means. Can someone please help?

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    903
    I hardly doubt your knowledge of the language is strong enough to handle binary trees in just a week. Perhaps you can tell us more precisely what you don't understand and we could help you.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    57
    The best place to see a good way to explain how does binary tree works is here http://en.wikipedia.org/wiki/Binary_tree
    has evreything u need almost

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A Binary Search Tree of... Binary Search Trees...
    By SlyMaelstrom in forum C++ Programming
    Replies: 5
    Last Post: 12-10-2005, 02:12 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  5. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM