Skip to content

Commit b2b53df

Browse files
committed
Runtime: 138 ms (Top 23.42%) | Memory: 47.9 MB (Top 74.77%)
1 parent 26cd6a6 commit b2b53df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/N/Number of Pairs of Strings With Concatenation Equal to Target/Number of Pairs of Strings With Concatenation Equal to Target.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 138 ms (Top 23.42%) | Memory: 47.9 MB (Top 74.77%)
12
/**
23
* @param {string[]} nums
34
* @param {string} target
@@ -18,4 +19,4 @@ var numOfPairs = function(nums, target) {
1819
x++;
1920
}
2021
return count;
21-
};
22+
};

0 commit comments

Comments
 (0)