Solving Rosalind problems in Nim
01_dna | ||
02_rna | ||
03_revc | ||
04_fib | ||
05_fibd | ||
06_gc | ||
.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.