Recursive Problem

I don’t think that I have ever seen recursive function without a parameter. Actually I think it just cannot work. Parameters give function a state and recursion is based on that state.

I found a decent resource on recursion. It touches sudoku too: https://www.cs.utah.edu/~germain/PPS/Topics/recursion.html

2 Likes