mini-search-engine-trie

This repo demonstrates how a optimized search engine gets implemented with fast type ahead searches and auto suggestions with the help of optimized data structure trie (prefix tree) implemented in python. soon will be implementing with radix tree for memory optimization

Built With

Share this project:

Updates