Max-Fibonacci Heap is a data-structure consisting of heap-ordered trees that has better amortized run-time complexity than both a Binomial and Binary Heap.
$cd popularKeywords
$make
$java keywordcounter <inputFile>
Output is written into a file called output_file.txt