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
相关文章
相关标签/搜索