Feeds:
Posts
Comments

Archive for the ‘Data Structures’ Category

Binary Search Trees (BST) are ordered trees with theĀ  property that in a given node, the elements that compose the left sub-tree are smaller than the node and those in the right sub-tree are greater. This property is referenced as the binary search tree property. The property is propagated to the sub-trees (Figure 1). One [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.