Description
https://leetcode.com/problems/repeated-dna-sequences/description/
Naive Solution
1 |
|
[[1,0,0,1]
,[0,1,1,0],
[0,1,1,1],
[1,0,1,1]]
[0, 1, 1, 0]
Why don't you come to your senses?
https://leetcode.com/problems/repeated-dna-sequences/description/
1 | #define LENGTH 10 |
[[1,0,0,1]
,[0,1,1,0],
[0,1,1,1],
[1,0,1,1]]
[0, 1, 1, 0]