Questions tagged [edit-distance]
The edit-distance tag has no summary.
2 questions
0 votes
1 answer
129 views
pset6/similarities more: if edit distance algorithm returns more than 1 cost with same value, which operation takes priority?
I'm working on pset6 similarities (more) and have a question about the edit distance algorithm. If the edit distance algorithm returns more than one cost with the same value, which operation takes ...
1 vote
1 answer
258 views
Help understanding edit distance for pset6 similarities
I get the basic gist of edit distance, but there's a part in one of the walkthrough videos for pset6/similarities which I don't understand. https://www.youtube.com/watch?list=PLhQjrBD2T381-...