Skip to content

Update main.cpp#8

Open
kindofman wants to merge 1 commit into
masterfrom
kindofman-patch-8
Open

Update main.cpp#8
kindofman wants to merge 1 commit into
masterfrom
kindofman-patch-8

Conversation

@kindofman

Copy link
Copy Markdown
Owner

No description provided.

@kindofman kindofman requested a review from ylyubimov November 16, 2019 20:35
Comment thread 6-1/main.cpp
Node* current = this;
while (current || !stack.empty()) {
if (current) {
cout << current->key << ' ';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Ввод/вывод должны быть только в main

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