Hi there!
Anyone knows what is a binary tree and in which sort of application when I may used one.
Printable View
Hi there!
Anyone knows what is a binary tree and in which sort of application when I may used one.
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.