173 Binary Search Tree Iterator

Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.  實現一個適用於二叉查找樹的迭代器,該迭代器通過二叉查找樹的根結點來實例化。 Calling next() will return the next smalles
相關文章
相關標籤/搜索