Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nishi1612/sequence-alignment-problem

CSCI570 Analysis of Algorithms Project: Sequence Alignment Problem
https://github.com/nishi1612/sequence-alignment-problem

analysis divide-and-conquer dynamic-programming memory-analysis python3 sequence-alignment time-complexity-analysis

Last synced: 10 days ago
JSON representation

CSCI570 Analysis of Algorithms Project: Sequence Alignment Problem

Awesome Lists containing this project

README

        

# Sequence-Alignment-Problem

This repository contains files for Sequence Alignment Project for CSCI570 - Analysis of Algorithms.

Steps to run:
1. Run basic.sh to get results from dynamic programming version of Sequence Alignment problem.
2. Run efficient.sh to get results from divide-and-conquer version combined with dynamic programming version.

Analysis/ folder consists of files needed to run memory and time analysis of the algorithms.