Skip to content

Commit 65737c2

Browse files
committed
feat: 문제풀이 추가
1 parent 4f1d3a8 commit 65737c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invert-binary-tree/hwanmini.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ var invertTree = function(root) {
2727
invertTree(right)
2828

2929
return root
30-
};
30+
};

0 commit comments

Comments
 (0)