Sha256: 75f266af34f89a839ccec7ec69f05b45102b2c8e3b86234d443128d1b35142da

Contents?: true

Size: 586 Bytes

Versions: 119

Compression:

Stored size: 586 Bytes

Contents

Given a single stranded DNA string, compute how many times each nucleotide occurs in the string.

The genetic language of every living thing on the planet is DNA.
DNA is a large molecule that is built from an extremely long sequence of individual elements called nucleotides.
4 types exist in DNA and these differ only slightly and can be represented as the following symbols: 'A' for adenine, 'C' for cytosine, 'G' for guanine, and 'T' thymine.

Here is an analogy:
- twigs are to birds nests as
- nucleotides are to DNA as
- legos are to lego houses as
- words are to sentences as...

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
trackler-2.2.1.180 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.179 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.178 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.177 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.176 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.175 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.174 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.173 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.172 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.171 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.170 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.169 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.167 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.166 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.165 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.164 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.163 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.162 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.161 problem-specifications/exercises/nucleotide-count/description.md
trackler-2.2.1.160 problem-specifications/exercises/nucleotide-count/description.md