projektjoe/Needleman-Wunsch-Bioinformatics
algorithm used in bioinformatics to align protein or nucleotide sequences. the algorithm finds the best alignments possible between the 2 strings. Techniques such as Recursive depth first traversing, dynamic programming were used.
Python
No issues in this repository yet.