文件名称:Approximate-String-Matching
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-05 04:15:46
Python
近似字符串匹配 该存储库包含近似字符串匹配算法的实验脚本。 Needleman-Wunsch算法 Landau-Vishkin算法(缺少回溯) 飞跃
【文件预览】:
Approximate-String-Matching-main
----algorithms()
--------LandauVishkin.py(3KB)
--------util.py(1KB)
--------NeedlemanWunsch.py(2KB)
--------__pycache__()
--------LEAP.py(804B)
----README.md(219B)