autopushed

This commit is contained in:
2022-11-14 22:10:47 +01:00
parent a8ee8e296b
commit 63ba77a906
+4
View File
@@ -25,4 +25,8 @@
- [[edit distance]] - [[edit distance]]
- [[optimality]] ~ minimizing the distance - [[optimality]] ~ minimizing the distance
- [[faster than quadratic]] -- fastest algorithms are about linear - [[faster than quadratic]] -- fastest algorithms are about linear
- instead of looking for a good match, it focuses on removing all suboptimal matches
- if an alignment does not have a match of a seed in front, you penalize it
- [[dijkstra's algorithm]]
- [[a star]]