Skip to content

Algorithmic analysis of two different approaches for the sequence alignment problem. Done as coursework project for CSCI 570 Analysis of Algorithms

Notifications You must be signed in to change notification settings

srikrishna98/Efficient-seqeuence-alignment

Repository files navigation

Run these to generate output

./basic.sh > basicOutput.txt

./basic.sh > basicOutputTime.txt

./basic.sh > basicOutputMemory.txt

./efficient.sh > efficientOutputTime.txt

./efficient.sh > efficientOutputMemory.txt

./efficient.sh > efficientOutput.txt

Take memory and time values from the corresponding values and plug them into the plt.py file

Run python3 plt.py to generate the graph

memory Problem size:

M-PS T-PS

About

Algorithmic analysis of two different approaches for the sequence alignment problem. Done as coursework project for CSCI 570 Analysis of Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published