摘要: Given the root node of a binary search tree (BST) and a value to be inserted into the tree, insert the value into the BST. Return the root node of the 阅读全文
posted @ 2018-11-06 12:09 Grandyang 阅读(3699) 评论(1) 推荐(0) 编辑
摘要: 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 value equals the given value. Retu 阅读全文
posted @ 2018-11-06 00:00 Grandyang 阅读(3128) 评论(0) 推荐(0) 编辑
Fork me on GitHub