Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 312 Bytes

GoogleSearchEngineSimulator

A micro version of Google Search Engine Simulator that generates search results of a keyword. It allows users to rank websites and display the search results based on the ranks.

What I Learned

  • Web Crawler
  • Heap data structures
  • Heapsort algorithm
  • Max-Heap Priority Queue