Slide 1.8: Pros and cons of using file systems Slide 1.10: AVL trees and B-trees Home |
1960s (Trees)
Unfortunately, simple indexes have some of the same sequential flavor as the data files as the indexes grew. Tree structures were then applied to indexes to solve this problem. For example, the figure shows one example of tree structures, a binary tree, which is a tree in which each node has at most two successors or child nodes. A binary search tree is |
a binary tree where every node's left subtree has values less than the node's value, and every right subtree has values greater.