Bug Report for https://neetcode.io/problems/kth-smallest-integer-in-bst
The GoLang code for Brute force method is invalid on the Solutions tab in problem.
In my opinion, the code of answer number 2 in the code is also misplaced in answer number 1
Because the actual time complexity of the code is O(n), it does not match the indicated time complexity.
If the bug is correct, can I send the pr?