Files
grokking_algorithms/03_recursion
Udit Gupta 308148653a Enhances 'base case' logic (#227)
Original function does not work when input array is empty or contains a single value. In the revised code, base case has been augmented to support those. Works successfully for all these test cases: find_max([1, 12, 8, 5]), find_max([]), find_max([1])
2022-11-18 15:47:57 -06:00
..
2017-11-13 08:11:41 -08:00
2016-11-07 13:43:30 -08:00
2018-04-20 08:18:52 -07:00
2022-11-18 15:29:39 -06:00
2019-11-20 20:15:19 +03:00
2017-06-11 19:12:48 -04:00
2021-02-16 18:10:32 +03:00
2019-11-12 09:19:21 -06:00
2018-12-28 08:25:01 -08:00
2017-08-27 14:25:58 -04:00
2017-09-25 09:57:26 -07:00
2022-11-18 15:47:57 -06:00
2016-03-03 15:19:05 +01:00
2017-03-15 16:05:38 -07:00