Commit 2024-10-25 01:40 87ee1f25
View on Github →chore: cleanup of mergeSort'
(#16902)
This PR removes the old mergeSort'
in Mathlib (which was not a stable sort algorithm), replacing all uses with the stable mergeSort
from Lean, mostly preserving the API.