Tagged Questions
3
votes
2answers
235 views
Is this a variation of the traveling salesman problem?
I'm interested in a function of two word lists, which would return an order agnostic edit distance between them.
That is, the arguments would be two lists of (let's say space delimited) words and ...