Solving Rosalind problems in Nim
01_dna | ||
02_rna | ||
03_revc | ||
04_fib | ||
05_fibd | ||
06_gc | ||
07_subs | ||
08_grph | ||
09_hamm | ||
10_iprb | ||
11_prot | ||
12_cons | ||
.gitignore | ||
README.md |
Solving Rosalind problems with Nim
This repository contains my solutions to Rosalind problems, all written in the Nim programming language.
I'm using these problems as a way to learn Nim, so some of the code may not be idiomatic.