Results 1 to 2 of 2

Thread: Binary Tree

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2001
    Location
    London
    Posts
    255

    Binary Tree

    Hi there!

    Anyone knows what is a binary tree and in which sort of application when I may used one.

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    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
  •  



Click Here to Expand Forum to Full Width