We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e2c53 commit e0d5761Copy full SHA for e0d5761
invert-binary-tree/Yjason-K.ts
@@ -22,4 +22,6 @@ function invertTree(root: TreeNode | null): TreeNode | null {
22
23
// 반전된 루트 노드를 반환
24
return root;
25
- }
+ }
26
+
27
0 commit comments