Bug Report for https://neetcode.io/problems/valid-binary-search-tree Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Is this not a valid BST? root=[5,4,6,null,null,3,7].