Files
grokking_algorithms/04_quicksort/javascript
Rosana Rezende cf78943cef Update 02_recursive_sum.js (#168)
First, congratulations for the work, the book is very instructive.

In this case, as described in the book, if the list is empty it returns zero, otherwise we apply recursion.

Co-authored-by: Aditya Bhargava <bluemangroupie@gmail.com>
2022-11-18 14:58:08 -06:00
..