I'm working on an AI homework, and despite my professor's suggestions, I have no intention of writing this assignment in lisp. However, I do want to write it recursively, the better to keep it concise and simple. Here is my question:
Am I running a major risk of running out of stack space if I perform a search over a large state space? How deep does the Python stack go?