Skip to content

Commit 671e868

Browse files
committed
Runtime: 134 ms (Top 50.88%) | Memory: 98.9 MB (Top 12.28%)
1 parent c573e6d commit 671e868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/W/Walking Robot Simulation II/Walking Robot Simulation II.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 134 ms (Top 50.88%) | Memory: 98.9 MB (Top 12.28%)
12
class Robot {
23

34
int p;
@@ -38,4 +39,4 @@ else if (pos[1] == h && pos[0] < w)
3839
else
3940
return "South";
4041
}
41-
}
42+
}

0 commit comments

Comments
 (0)