We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b83ee0 commit 6470941Copy full SHA for 6470941
scripts/algorithms/C/Car Pooling/Car Pooling.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 33 ms (Top 28.06%) | Memory: 10.9 MB (Top 28.46%)
2
class Solution {
3
typedef pair<int, int> pd;
4
public:
@@ -19,4 +20,4 @@ typedef pair<int, int> pd;
19
20
}
21
return true;
22
-};
23
+};
0 commit comments