Skip to content

Commit da998c1

Browse files
committed
cleanup
1 parent cbea1bf commit da998c1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

leetcode.com/swift/DS_ALGO_PRAC.playground/Sources/swift/339_Nested_List_Weight_Sum.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,3 @@ class Solution {
4141
}
4242
}
4343
}
44-
45-
/*
46-
[[1,1],2,[1,1]]
47-
48-
1*2 + 1*2 + 1*2 +1*2 + 2*1
49-
50-
[[1,1],2,[1,1]]
51-
*/

0 commit comments

Comments
 (0)