Skip to content

An implementation of the Longest Common Subsequence that sequences randomly generated DNA

Notifications You must be signed in to change notification settings

dchid/Longest-Common-DNA-subsequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was made for the Analysis of algorithms course at Willamette University. 
It generates a random sequence of DNA with nitrogen bases represented by ascii characters.*

A = Adenine
T = Thymine
G = Guanine
C = Cytosine

*note that the chosen bases are completely random and will make a sequence of codons or proteins which will probably not be applicable in actual DNA

The purpose of the assignment is an analysis and implimentation of the longest common subsecuence algorithm
The dynamic itterative implimentation is obviously much faster than the brute force implimentation.

About

An implementation of the Longest Common Subsequence that sequences randomly generated DNA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages