This repository showcases a collection of algorithms implemented in different programming languages.
- Dictionary of words with efficient lookup supporting character substitution, insertion, and deletion, thus enabling exact and fuzzy matching.
- Useful for autocomplete and spell checking.
- Written in C++ and compilable with CMake. Manual compilation may require
updating
#includepaths to reflect the project structure. - Licensed under the MIT License, which is included in each source file.