A Max Fibonacci heap implementation to find n top keywords appear on a search engine  

Java
Data Structures

Implemented a scalable system to find the popular keywords that appear on a search engine, used max fibonacci heap, hash maps for efficient look ups and updates.