Results 1 to 1 of 1

Thread: BST class

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    61

    BST class

    This is a simple template class that I've made. It's a binary search tree, you can delete values from it and insert data into it. You can also rebalance the tree (there's a nifty algorithm there .)

    It's nothing special, but I had fun making this little program and it might help others understand things such as pointers, binary search trees and simple algorithms.
    Attached Files Attached Files

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