Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7836da3

Browse files
Update Level1.md
1 parent 1806203 commit 7836da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎KissFlow/Level1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Postfix Expression:
4646
void Postfix(struct Node* head){
4747
if(head!=null){
4848
postfix(head->left);
49-
printf("%d ",head->value);
5049
postfix(head->right);
50+
printf("%d ",head->value);
5151
}
5252
}
5353

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /