Skip to content

Commit a875013

Browse files
author
Ihssaneabousshal
committed
Runtime: 95 ms (Top 6.21%) | Memory: 61.2 MB (Top 61.48%)
1 parent b0f83ed commit a875013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/R/Repeated DNA Sequences/Repeated DNA Sequences.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 52 ms (Top 25.07%) | Memory: 61 MB (Top 63.35%)
1+
// Runtime: 95 ms (Top 6.21%) | Memory: 61.2 MB (Top 61.48%)
22
class Solution {
33
public List<String> findRepeatedDnaSequences(String s) {
44
HashMap<String,Integer> map =new HashMap();

0 commit comments

Comments
 (0)