摘要: 原题链接在这里:https://leetcode.com/problems/insert-into-a-binary-search-tree/ 题目: Given the root node of a binary search tree (BST) and a value to be insert 阅读全文
posted @ 2019-06-13 12:57 Dylan_Java_NYC 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/inorder-successor-in-bst-ii/ 题目: Given a binary search tree and a node in it, find the in-order successor of tha 阅读全文
posted @ 2019-06-13 11:42 Dylan_Java_NYC 阅读(775) 评论(0) 推荐(0) 编辑