LeetCode 700: 二叉搜索樹中的搜索 Search in a Binary Search Tree

題目: 給定二叉搜索樹(BST)的根節點和一個值。你須要在BST中找到節點值等於給定值的節點。返回以該節點爲根的子樹。若是節點不存在,則返回 NULL。node Given the root node of a binary search tree (BST) and a value. You need to find the node in the BST that the node's val
相關文章
相關標籤/搜索