gzc / CLRS

:notebook:Solutions to Introduction to Algorithms
MIT License
9.44k stars 2.75k forks source link

RecursionError:C07-Quicksort/exercise_code/fuzzy_sort.py #312

Open Akasakar opened 4 years ago

Akasakar commented 4 years ago

When I comment out the statement line 13 and 14 It should be ok to continue work but... RecursionError: maximum recursion depth exceeded while calling a Python object on line 46 I think it is bug on call fuction partition