ID NAME QUALITY USERS ACC % DIFFICULTY C I
32840 Ada and Digits   15 170
20
18
1704 Countdown   298
26
9
36946 March Of The King   3 13
45
45
18297 Problem4   24 536
18
20
18298 Problem5   10 487
12
12
56 Dyzio   8 1213
11
14
27182 Easy modified sudoku   4 301
17
12
1790 Binary Search Heap Construction   6 320
21
22
31 Fast Multiplication   48 8888
15
12
25 Pouring water   100 5427
19
22
2047 Stone Removing Game   -1 131
339 Recursive Sequence   76 3701
20
17
479 Permutation generator   1 126
21
17
738 Another Counting Problem   1 226
1
1
5885 Troops of Sand Monsters   2 108
17
17

#recursion

Recursion is a method where the solution to a problem depends on solutions to smaller instances of the same problem

https://en.wikipedia.org/wiki/Recursion_(computer_science) https://en.wikipedia.org/wiki/Recursion - as a general term https://www.khanacademy.org/computing/computer-science/algorithms/recursive-algorithms/a/recursion http://learnyouahaskell.com/recursion - recursion in Haskell