help | forum home | logged in as: guest | login/register
link mingle
algorithms
Bookmarks
Home » algorithms »
Algorithm Resources RSS
Trees
Save Link Create/Add to List

Eternally Confuzzled - Trees I
saved under Algorithm Resources/Trees by algorithms

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

0
 
Thumbnails by Thumbshots.com