Skip to content

Commit 549a994

Browse files
committed
dna hint
1 parent a12c729 commit 549a994

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dna/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ In a file called `dna.py` in `~/problems/dna/`, implement a program that identif
6767

6868
* For each of the STRs (from the first line of the CSV file), your program should compute the longest run of consecutive repeats of the STR in the DNA sequence to identify.
6969

70+
* Note that "consecutive repeats" means that you're not looking to simply count every occurrence of the STR in the sequence. It's a bit more complicated than that.
71+
7072
* If the STR counts match exactly with any of the individuals in the CSV file, your program should print out the name of the matching individual.
7173

7274
* You may assume that the STR counts will not match more than one individual.

0 commit comments

Comments
 (0)