Sam Stanley's repositories
Genome-Scale-Comparison
Implementation of large scale genome comparisons. Utilizes McCreight Suffix tree construction algorithm as well as a modified Pairwise Sequence Alignment algorithm with an Affine Gap Penalty. Implemented in C++.
git-r-done
Programming challenges to make me better at programming :-)
McCreight-Suffix-Tree-Algorithm
An implementation of the McCreight suffix tree construction algorithm implemented in C++
Pairwise-Sequence-Alignment-Algorithm
An implementation of the pairwise sequence alignment algorithm with an affine gap penalty implemented in C++
simple-petition-web-app
A simple petition web app made for my web development course. Implemented using EJS, Express, JavaScript.
simple-petition-web-app-react
A simple petition web app made for my web development course. Implemented using React, Express, JavaScript.
sLang
A simple statically typed, statically scoped programming language interpreter implemented in Haskell