Thread: C++ question about the Binary Tree?

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    2

    C++ question about the Binary Tree?

    What is a Binary Tree in C++ and how would you insert a node in each list?
    (What are the different cases for inserting the nodes?)

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,739
    Here you will surely find the answers to your questions
    Devoted my life to programming...

  3. #3
    Registered User Mirage's Avatar
    Join Date
    Dec 2010
    Posts
    6
    You already made an identical thread:
    C++ Question aboutBinary tree ?

    explanation of what a tree is:
    Binary tree - Wikipedia, the free encyclopedia

    the cases are if you want to insert it on the left, right or somewhere in the middle of the tree

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary Tree Issues
    By GoatMafioso in forum C Programming
    Replies: 6
    Last Post: 04-17-2010, 09:22 PM
  2. How would you improve this binary tree delete function?
    By Nazgulled in forum C Programming
    Replies: 1
    Last Post: 02-20-2010, 05:38 PM
  3. Binary Tree
    By Ideswa in forum C Programming
    Replies: 12
    Last Post: 10-25-2007, 12:24 PM
  4. searching and insertion in a binary search tree
    By galmca in forum C Programming
    Replies: 1
    Last Post: 03-26-2005, 05:15 PM
  5. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM