Skip to content

Commit 2bb8a18

Browse files
committed
add comments
1 parent 55fda22 commit 2bb8a18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Week_01/id_17/LeetCode_922.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ class Solution {
1616

1717
return result
1818
}
19-
}
19+
}
20+
21+
// Runtime: 196 ms, faster than 99.24% of Swift online submissions for Sort Array By Parity II.
22+
// Memory Usage: 20 MB, less than 5.26% of Swift online submissions for Sort Array By Parity II.

0 commit comments

Comments
 (0)