Skip to content

Commit 6470941

Browse files
committed
Runtime: 33 ms (Top 28.06%) | Memory: 10.9 MB (Top 28.46%)
1 parent 7b83ee0 commit 6470941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/C/Car Pooling/Car Pooling.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 33 ms (Top 28.06%) | Memory: 10.9 MB (Top 28.46%)
12
class Solution {
23
typedef pair<int, int> pd;
34
public:
@@ -19,4 +20,4 @@ typedef pair<int, int> pd;
1920
}
2021
return true;
2122
}
22-
};
23+
};

0 commit comments

Comments
 (0)