Route parts matcher. Influenced by https://stackoverflow.com/a/3077721 Complexity - O(n). If speed is of the essence some sorting algorithms give O(n log n), you can consider theese algorithms.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Route parts matcher. Influenced by https://stackoverflow.com/a/3077721 Complexity - O(n). If speed is of the essence some sorting algorithms give O(n log n), you can consider theese algorithms.