Skip to content

Leetcode binary search tree iterator#27

Open
Igneaalis wants to merge 25 commits intomasterfrom
LEETCODE-binary-search-tree-iterator
Open

Leetcode binary search tree iterator#27
Igneaalis wants to merge 25 commits intomasterfrom
LEETCODE-binary-search-tree-iterator

Conversation

@Igneaalis
Copy link
Copy Markdown
Owner

Added LEETCODE "binary-search-tree-iterator" solution.

Igneaalis added 24 commits May 13, 2020 20:53
@Igneaalis Igneaalis requested a review from Vivelapaix June 4, 2020 22:39
tree.md Outdated
# self.right = right
class BSTIterator(object):

def push(self, node):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Скорее traverse подходит. Ты здесь ничего не проталкиваешь

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Изменил.

@Igneaalis Igneaalis added the review Review requested label Jun 5, 2020
@Igneaalis Igneaalis requested a review from Vivelapaix June 5, 2020 00:53
@Igneaalis Igneaalis removed the review Review requested label Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants