Uncategorized
2 3 Trees
Introduction a 2 3 tree is a tree where a node can have 2 or 3 children nodes. The 2 3 tree is also a search tree like the binary search tree but this tree tries to solve the problem of the unbalanced tree. Tutorial On 2 4 Trees Though we don t use 2 3 4 trees in practice we study them to under…