Thread: binary search tree

  1. #1
    Unregistered
    Guest

    binary search tree

    i'm pretty new to c++ and i was wondering if anyone could help me write a main that would allow me to link a class treetype.h to it. this class contains a binary search tree. i also want to populate the tree with info from another class. would this be done through main aswell?

    thanks
    mark14

  2. #2
    Registered User DeadArchDown's Avatar
    Join Date
    Apr 2002
    Posts
    28
    Probably going to need more information than that. It would be helpful to know the interface of the binary tree class. Also, populating the tree from main is a possibilty, depending on what your doing.
    -------------------
    "Exception"

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    5
    hi thanks for your reply. if you gave me your e-mil addresss i could send you what i have done so far.

    mark14

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 11-04-2006, 11:07 AM
  2. BST (Binary search tree)
    By praethorian in forum C++ Programming
    Replies: 3
    Last Post: 11-13-2005, 09:11 AM
  3. searching and insertion in a binary search tree
    By galmca in forum C Programming
    Replies: 1
    Last Post: 03-26-2005, 05:15 PM
  4. binary search and search using binary tree
    By Micko in forum C++ Programming
    Replies: 9
    Last Post: 03-18-2004, 10:18 AM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM