I have two very large files, including POIs and have a tool that could do fuzzy matching between each pair of strings between these two files.
The problem is that, it is an O(n^2)
problem. Is there any method that would reduce the complexity?
Asked
Active
Viewed 42 times
1

user1848018
- 745
- 1
- 7
- 10