Skip to content

Latest commit

 

History

History

core_algorithms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Logo of the project

Core algorithms

Fast and simple trie and hash table algorithms

The repository is consistf of two core algorithms: hash table and wildchar supported trie. https://en.wikipedia.org/wiki/Trie https://en.wikipedia.org/wiki/Hash_table

Getting started

make 

Features

  • Hash table insert and lookup
  • Wildchar support in trie
  • Trie insert and lookup
  • Trie lookup all to lookup for multiple values
  • Better memory usage using SUPER nodes in trie

Contributing

The battle between the bad and the good. Send the bugs, feature requests and code submits. All are welcome and thank you for your contribution.

Believe in us as much as we believe in you. We need your help to make it better.

Licensing

"The code in this project is licensed under MIT license."