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 71e89b7 commit fd10999Copy full SHA for fd10999
src/main/java/g0001_0100/s0006_zigzag_conversion/Solution.java
@@ -1,6 +1,6 @@
1
package g0001_0100.s0006_zigzag_conversion;
2
3
-// #Medium #String #2024_01_04_Time_2_ms_(99.60%)_Space_44.7_MB_(38.67%)
+// #Medium #String #2024_11_17_Time_2_ms_(99.71%)_Space_44.5_MB_(94.69%)
4
5
public class Solution {
6
public String convert(String s, int numRows) {
0 commit comments