#math#animation#algorithms
How to Animate Merge Sort Step by Step | QuantumSketch
Animate merge sort by splitting an array into halves until single elements, then merging sorted pairs back up. The recursion tree makes O(n log n) visible.
2 min read
Showing 3 experiments.