swenson / sort

Sorting routine implementations in "template" C

Home Page:http://www.caswenson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quicksort broken?

swenson opened this issue · comments

When trying to integrate with redis, quick sort would hang forever. Is there some edge case that causes it to never terminate?

Apparently, it hits some worst-case scenario if the elements are all the same. Adding test and fixing.