We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b11767 commit f8c2457Copy full SHA for f8c2457
0226.Invert Binary Tree.swift
@@ -13,6 +13,7 @@
13
* }
14
15
*/
16
+
17
class Solution {
18
func invertTree(_ root: TreeNode?) -> TreeNode? {
19
guard let root = root else {
0 commit comments