Skip to content

Commit fb3db21

Browse files
authored
Update print-immutable-linked-list-in-reverse.cpp
1 parent c3d5acc commit fb3db21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/print-immutable-linked-list-in-reverse.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class Solution2 {
5757
}
5858
};
5959

60-
6160
// Time: O(n^2)
6261
// Space: O(1)
6362
class Solution3 {

0 commit comments

Comments
 (0)