mrlunchbox777 / StandardDot

Basic .NET Standard Libraries
MIT License
2 stars 0 forks source link

Implement Trie Trees #9

Open mrlunchbox777 opened 6 years ago

mrlunchbox777 commented 6 years ago

Trie Trees

These are a really good way to implement searches. Also I really want to try it out. It might be good to find a way to get them to integrate with a caching system.

Resources

mrlunchbox777 commented 4 years ago

AB#40