Skip to content

A simple search engine implemented with Inverted Index algorithm using some useful data-structures for comparison.

Notifications You must be signed in to change notification settings

MyAUTDataStructureCourse/InvertedSearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Inverted Index Search Engine

###Implementation features :

  • Fully Object Oriented implementation
  • Using singleton pattern
  • No memory leak
  • All algorithm are non-recursive and iterative to prevent stack over flow issue

About

A simple search engine implemented with Inverted Index algorithm using some useful data-structures for comparison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published