Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 224 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 224 Bytes

#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