Skip to content

Given a corpus of databases, made an efficient search engine using Tries, AVL Trees along with other data structures and implemented Boyer-Moore's Algorithm for Pattern Searching

Notifications You must be signed in to change notification settings

kausvatsa/Search-Engine-based-on-the-Database-provided

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search-Engine-based-on-the-Database-provided

– Given a corpus of databases, made an efficient search engine using Tries, AVL Trees along with other data structures. – The pattern matching is done with the available information and fed into Open AI chatbot to give the desired output to the user. – Pattern Searching was made efficient by using the Boyer-Moore algorithm(bad-character heuristic).

About

Given a corpus of databases, made an efficient search engine using Tries, AVL Trees along with other data structures and implemented Boyer-Moore's Algorithm for Pattern Searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages