Skip to content

Repository files navigation

Building DNA from Scratch in C

Project Structure

dna/
├── Makefile
├── main.c
├── base.h        base.c
├── strand.h      strand.c
├── helix.h       helix.c
├── mutation.h    mutation.c
└── analysis.h    analysis.c

To build and run:

make
./dna

To clean up object files and the binary:

make clean

About

Building DNA from Scratch in C

Resources

Stars

21 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages