Content deleted Content added
Put in active voice for clarity and consistency. Remove mistaken statement that each new node must contain minimum number of elements |
|||
Line 26:
# First, search for the position into which the node should be inserted. Then, insert the value into that node.
# If no node is in an illegal state then the process is finished.
# If some node has too many elements, split it
=== Deletion ===
|