ID NAME QUALITY USERS ACC % DIFFICULTY C I
32840 Ada and Digits   15 176
20
18
1704 Countdown   300
22
8
36946 March Of The King   3 14
45
45
18297 Problem4   24 540
18
20
18298 Problem5   9 494
12
12
56 Dyzio   8 1220
11
14
27182 Easy modified sudoku   4 312
17
12
1790 Binary Search Heap Construction   6 324
21
22
31 Fast Multiplication   48 8997
15
12
25 Pouring water   100 5527
19
22
2047 Stone Removing Game   -1 133
339 Recursive Sequence   78 3782
20
17
479 Permutation generator   1 130
21
17
738 Another Counting Problem   1 232
1
1
5885 Troops of Sand Monsters   2 109
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