We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d68846 commit 87a22d2Copy full SHA for 87a22d2
scripts/algorithms/L/Long Pressed Name/Long Pressed Name.js
@@ -1,3 +1,5 @@
1
+// Runtime: 95 ms (Top 53.17%) | Memory: 41.8 MB (Top 94.44%)
2
+
3
var isLongPressedName = function(name, typed) {
4
let i = 0;
5
let j = 0;
@@ -8,4 +10,4 @@ var isLongPressedName = function(name, typed) {
8
10
}
9
11
12
return i === name.length;
-};
13
+};
0 commit comments