Mini Search Engine
- Tech Stack: C++, Data Structures, STL
- Github URL: GitHub Link
- Developed a high-performance keyword search tool implementing an Inverted Index for fast text-file processing.
- Utilized C++ unordered_map and custom hashing to achieve efficient O(1) average-time complexity lookups.
- Engineered a ranking algorithm based on Term Frequency (TF) to retrieve the most relevant documents instantly.