Skip to content

Commit 239a710

Browse files
committed
Runtime: 63 ms (Top 47.00%) | Memory: 28.6 MB (Top 35.26%)
1 parent d5e989e commit 239a710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/S/Set Mismatch/Set Mismatch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 130 ms (Top 14.57%) | Memory: 28.8 MB (Top 33.71%)
1+
// Runtime: 63 ms (Top 47.00%) | Memory: 28.6 MB (Top 35.26%)
22
class Solution {
33
public:
44
vector<int> findErrorNums(vector<int>& nums)

0 commit comments

Comments
 (0)