Skip to content

arlogy/algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Algos

This repository showcases a collection of algorithms implemented in different programming languages.

word_dict

  • 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 #include paths to reflect the project structure.
  • Licensed under the MIT License, which is included in each source file.

About

Useful and fast algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published