Bug Report for https://neetcode.io/problems/binarySearchTree
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
In question, request us find smallest key but I have to code cur.val in order to pass the test case instead of cur.key
