Solving Rosalind problems in Nim
Find a file
2024-09-07 06:06:36 +02:00
01_dna Solve a few problems 2024-09-01 17:02:41 +02:00
02_rna Solve a few problems 2024-09-01 17:02:41 +02:00
03_revc Solve a few problems 2024-09-01 17:02:41 +02:00
04_fib Solve a few problems 2024-09-01 17:02:41 +02:00
05_fibd Solve a few problems 2024-09-01 17:02:41 +02:00
06_gc Add subs and grph 2024-09-04 06:54:24 +02:00
07_subs Add subs and grph 2024-09-04 06:54:24 +02:00
08_grph Add subs and grph 2024-09-04 06:54:24 +02:00
09_hamm Add Hamming Distance, Probability and Protein problems 2024-09-06 12:32:54 +02:00
10_iprb Add Hamming Distance, Probability and Protein problems 2024-09-06 12:32:54 +02:00
11_prot Add Hamming Distance, Probability and Protein problems 2024-09-06 12:32:54 +02:00
12_cons Consensus and Profile 2024-09-07 06:06:36 +02:00
.gitignore Solve a few problems 2024-09-01 17:02:41 +02:00
README.md Update README.md 2024-09-01 18:02:37 +02:00

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.