The Quest Begins (The "Why") I still remember the first time I was asked to validate a binary search tree in an interview. My brain went into panic mode: “Do I write recursion? What if the tree is skewed and I blow the call stack?
Source: [Dev.to](https://dev.to/timevolt/the-matrix-of-tree-traversals-recursive-vs-iterative-explained-18a9)