摘要: Write an algorithm to find the 'next' node(i.e. in-order successor) of a given node in a binary search tree. 这道题让我们寻找给定节点的中序后继节点,最简单的方法就是中序遍历tree, 并用一 阅读全文
posted @ 2018-06-18 08:22 infinitycoder 阅读(86) 评论(0) 推荐(0) 编辑