|
algorithms
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
|
|
|
Save Link
Create/Add to List
|
|
|
|
|
|
Trees are among the oldest and most heavily used data structures in computer programming. At the most general, trees are simply undirected graphs called free trees. However, the most common type of tree is a binary search tree, because it allows for efficient sorting and searching of data, which are the two most heavily performed operations in software.
http://www.eternallyconfuzzled.com/tuts/datastruct
created by algorithms on 2008-05-13 05:38:17
|
|
|