[HELP][Question] Python programs with huge recursion depth...
resource.setrlimit(resource.RLIMIT_STACK,(2**29,-1))sys.setrecursionlimit(10**6) and I was able to avoid the recursion depth issue onthis questionon hackerearth. But the problem isresource moduleis not available