mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:27:34 +00:00
AK: Add FuzzyMatch header
This patch adds a header containing the fuzzy match algorithm previously used in Assistant. The algorithm was moved to AK since there are many places where a search may benefit from fuzzyness.
This commit is contained in:
parent
1074c399f3
commit
b8bd667782
4 changed files with 22 additions and 36 deletions
|
@ -6,7 +6,6 @@ serenity_component(
|
|||
|
||||
set(SOURCES
|
||||
Providers.cpp
|
||||
FuzzyMatch.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue