Infinite recursion issue with OddEvenMerge when input size is greater than four
Closed this issue · 1 comments
basitkhurram commented
There seems to be a bug when using OddEvenMerge
to sort an input with more than four elements.
There's an attempt at a fix in #333.
n1v0lg commented
@basitkhurram nice catch, and thank you for fixing the issue in #333!