An open API service indexing awesome lists of open source software.

https://github.com/brianruizy/dna-sequencing

CS 3306 - Small C++ program that extracts matching patterns of an inputted DNA sequence, using Deterministic Finite Automata.
https://github.com/brianruizy/dna-sequencing

Last synced: 6 months ago
JSON representation

CS 3306 - Small C++ program that extracts matching patterns of an inputted DNA sequence, using Deterministic Finite Automata.

Awesome Lists containing this project

README

          

# dna-sequencing
CS 3306 - C++ program that extracts matching patterns from a given input DNA sequence string, using Deterministic Finite Automata.

## About
The scope of this program is to practice and showcase understanding of deterministic finite automata. In essence the program implements a deterministic finite automata (DFA) using C++ programming language to extract matching patterns from a given input DNA sequence string.