LeetCode173——二叉搜索树迭代器

我的LeetCode代码仓:https://github.com/617076674/LeetCode 原题链接:https://leetcode-cn.com/problems/binary-search-tree-iterator/description/ 题目描述: 知识点:二叉搜索树、栈 思路:中序遍历的分段实现 本题的中文翻译出错,原英文如下: next() and hasNext()
相关文章
相关标签/搜索