Skip to content

arovit/Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Search

A small utility to do substring search on a large file containing millions of strings. It uses trie trees to perform the search.

Usage

Usage: search_engine.py [options] search_word1 search_word2 ...

For options do - search_engine.py --help

About

A search utility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages