html Rogue Elements in Merge Sort

Rogue Elements in Merge Sort

The Infinite Loop of Death

A rogue element that causes the algorithm to loop indefinitely, never actually merging the array.

Read more about this bug

The Unstable Sorter

A sneaky element that swaps its position in the array, causing the sort to become... well, unsorted.

Read more about this bug

The Element That Thinks It's a Dictionary

A rogue element that insists on being compared to all other elements, causing the sort to fail spectacularly.

Read more about this bug