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 4f1d3a8 commit 65737c2Copy full SHA for 65737c2
invert-binary-tree/hwanmini.js
@@ -27,4 +27,4 @@ var invertTree = function(root) {
27
invertTree(right)
28
29
return root
30
-};
+};
0 commit comments