Skip to content

Commit f6ac8cd

Browse files
committed
Feat: add Runtime and Memory status for 392
1 parent 7807651 commit f6ac8cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algorithms/ruby/0392-is-subsequence.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
2828
=end
2929

30+
# Runtime 86 ms
31+
# Memory 212.1 MB
3032
# @param {String} s
3133
# @param {String} t
3234
# @return {Boolean}

0 commit comments

Comments
 (0)