Skip to content

Commit 143b3bd

Browse files
committed
Runtime: 3 ms (Top 74.64%) | Memory: 6.9 MB (Top 45.17%)
1 parent b7725ab commit 143b3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/P/Path Crossing/Path Crossing.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 3 ms (Top 71.20%) | Memory: 6.8 MB (Top 80.05%)
1+
// Runtime: 3 ms (Top 74.64%) | Memory: 6.9 MB (Top 45.17%)
22
class Solution {
33
public:
44
bool isPathCrossing(string path) {

0 commit comments

Comments
 (0)