Skip to content

Commit

Permalink
fixed typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Feb 25, 2023
1 parent 94f185b commit 4308848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion align/align.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Needleman-Wunsch and Smith-Waterman.
Both are "dynamic programming algorithms" which is a fancy 1980's term for they use
matrices. If you're familiar with kernel operations, linear filters, or whatever term
ML researchers are using nowadays for, "slide a window over a matrix and determine that
entry's values using its neighbor's values", then this should be pretty easy to grock.
entry's values using its neighbor's values", then this should be pretty easy to grok.
If not these algorithms essentially compare every character in one sequence with another
sequence and create an edit distance along with human readable string to show gaps like the
Expand Down

0 comments on commit 4308848

Please sign in to comment.