SeanXiaoby / csci570_finalProj

This is a repo for the algorithms solutions towards the DNA alignment problem. I adopt two ways to solve the problem: dp and Divide n' Conquer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSCI 570 - Final Project

Topic: Sequence Alignment

  • Name: Boyang Xiao (Solo)
  • USC id: 3326-7302-74
  • Email: boyangxi@usc.edu
  • Language: C++

Build environment


Build and Run

About

This is a repo for the algorithms solutions towards the DNA alignment problem. I adopt two ways to solve the problem: dp and Divide n' Conquer


Languages

Language:C++ 97.9%Language:CMake 1.3%Language:Shell 0.8%