Algo Tabulation

Bottom-up DP (tabulation) in Python: edit distance/Levenshtein, LCS, and LIS with rolling-array space optimization. Use when comparing DNA/protein sequences, scoring similarity, or filling a DP table without recursion.

pavel-kravchenko Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/algo-tabulation commit c11cc2ac71

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/algo-tabulation