| 572 | unsafe_unique_array<idx_t> dist; |
| 573 | |
| 574 | idx_t GetIndex(idx_t i, idx_t j) { |
| 575 | return j * len1 + i; |
| 576 | } |
| 577 | }; |
| 578 | |
| 579 | // adapted from https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance#C++ |
no outgoing calls
no test coverage detected