Say I have 3 strings. And then 1 more string.
Is there an algorithm that would allow me to find which one of the first 3 strings matches the 4th string the most?
None of the strings are going to be exact matches, I m just trying to find the closest match.
And if the algorithm already exists in STL, that would be nice.
提前感谢。