Bug Report for https://neetcode.io/problems/convert-bst-to-greater-tree
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
There is a test case which keeps failing due to max recursion depth. Even the solutions from Neetcode or Leetcode solutions sections fail this test cases making it impossible to pass using recursive dfs - iterative soln works.
Bug Report for https://neetcode.io/problems/convert-bst-to-greater-tree
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
There is a test case which keeps failing due to max recursion depth. Even the solutions from Neetcode or Leetcode solutions sections fail this test cases making it impossible to pass using recursive dfs - iterative soln works.