Skip to content

Commit ebd0264

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 6.2 MB (Top 51.28%)
1 parent 2309e50 commit ebd0264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/R/Robot Bounded In Circle/Robot Bounded In Circle.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 6.2 MB (Top 51.28%)
12
class Solution {
23
public:
34
bool isRobotBounded(string instructions) {
@@ -23,4 +24,4 @@ class Solution {
2324
}
2425
return (x == 0 && y == 0) || direction != 'N';
2526
}
26-
};
27+
};

0 commit comments

Comments
 (0)