The Full Gene Sequence Rules and examples.
This Challenge is a replay opportunity of the 2000 GeneSeq Contest.
Brief Challenge statement: Given N segments of equal length, produce a single sequence of minimal length that must contain each individual segment. Repeated segments must occur at least once in the output Sequence. No rotations allowed.
The winning solution superbly exploited the features of strncmp.
Input: Segments % char array (N segments of equal length)
TCGG GCAG ATCG CAGC AATC
Output: Sequence % char
AATCGGCAGC
Scoring:
10*Time(sec) + 1000 *sum( Total_Lengths(i)/Original_Lengths(i)/Sequences) -1 )
Error downloading URL
1310 Solvers
Remove the polynomials that have positive real elements of their roots.
447 Solvers
Count from 0 to N^M in base N.
200 Solvers
Find best placement for ordered dominoes (harder)
194 Solvers
61 Solvers