Insert Operation - 2-3 Tree
Last updated
Last updated
Search for key as usual
Replace 2-node with 3-node
Add new key to 3-node to make it to 4-node
Move middle key of 4-node to parent
Repeat up the tree as necessary
if you reach the root, and it is 4-node then split it into three 2-nodes.