Description

Test your understanding of building a basic keyword search engine with a hash-map-based inverted index. This quiz covers term-frequency counting, result sorting, pagination, and effective caching strategies for repeated queries.