|
-
Aug 13th, 2002, 04:46 PM
#1
Thread Starter
Addicted Member
Binary Tree
Hi there!
Anyone knows what is a binary tree and in which sort of application when I may used one.
-
Aug 13th, 2002, 05:46 PM
#2
Frenzied Member
Binary tree is a data structure - a kind of linked list. It's usually used for sorting data.
Plenderj posted sample code for traversing a binary tree a while back.
If you search for his name (do not match case) and the word 'binary' you will find it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|