This repository contains a complete implementation of the Needleman-Wunsch algorithm, a fundamental dynamic programming approach for global sequence alignment in bioinformatics. Originally developed ...
Efficient implementations of Needleman-Wunsch and other sequence alignment algorithms written in Rust with Python bindings via PyO3. Less-wrong single-file Numba-accelerated Python implementation of ...