Files
grokking_algorithms/04_quicksort/python
k1borgG f6cd99c88b Create 04_recursive_max.py (#249)
Problem with max definition. If in input list last element is the biggest, the present algorithm is'n count it. I solved this problem by changing the return in the case if length == 1 from return 1 to first element of list.
2023-07-19 10:51:46 -05:00
..
2016-03-02 14:29:05 -08:00
2016-03-02 14:29:05 -08:00