Coursesity is supported by learner community. We may earn affiliate commission when you make purchase via links on Coursesity.
2-3-4 Trees: A Visual Introduction
2-3-4 Tree is a self-balancing multiway search tree. In this tutorial, we'll look at the insertions and deletions in the 2-3-4 tree. Though we don't use 2-3-4 trees in practice, we study them to understand the theory behind Red-Black trees.