Skip to content

Commit 87a22d2

Browse files
committed
Runtime: 95 ms (Top 53.17%) | Memory: 41.8 MB (Top 94.44%)
1 parent 7d68846 commit 87a22d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/algorithms/L/Long Pressed Name/Long Pressed Name.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 95 ms (Top 53.17%) | Memory: 41.8 MB (Top 94.44%)
2+
13
var isLongPressedName = function(name, typed) {
24
let i = 0;
35
let j = 0;
@@ -8,4 +10,4 @@ var isLongPressedName = function(name, typed) {
810
}
911

1012
return i === name.length;
11-
};
13+
};

0 commit comments

Comments
 (0)