Sha256: 185a3a79a71b92b2d62bdfcfc8abf3c2d046c4072770d6b4a2ab9a6ff09939c5

Contents?: true

Size: 884 Bytes

Versions: 116

Compression:

Stored size: 884 Bytes

Contents

# Nucleotide Count

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...



## Source

The Calculating DNA Nucleotides_problem at Rosalind [http://rosalind.info/problems/dna/](http://rosalind.info/problems/dna/)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
trackler-2.2.1.78 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.77 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.76 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.75 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.74 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.73 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.72 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.71 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.70 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.69 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.68 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.67 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.66 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.65 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.64 tracks/kotlin/exercises/nucleotide-count/README.md
trackler-2.2.1.63 tracks/kotlin/exercises/nucleotide-count/README.md