RCRahul Chhiberinrahulchhiber.hashnode.dev·May 23, 2021 · 5 min readEmulating the call stack in JavaThe setup I was recently thinking about the challenges in converting any given recursive algorithm into an iterative one. Famous problems like finding the n'th number in the Fibonacci series have recursive as well as non-recursive/iterative solutions...00