MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / smith_waterman.py

File smith_waterman.py

dynamic_programming/smith_waterman.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2https://en.wikipedia.org/wiki/Smith%E2%80%93Waterman_algorithm
3The Smith-Waterman algorithm is a dynamic programming algorithm used for sequence
4alignment. It is particularly useful for finding similarities between two sequences,

Callers

nothing calls this directly

Calls 2

smith_watermanFunction · 0.85
tracebackFunction · 0.85

Tested by

no test coverage detected