Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 362 Bytes

Max FibonacciHeap to count most popular keywords

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.

Running the code

$cd popularKeywords
$make
$java keywordcounter <inputFile>

Output

Output is written into a file called output_file.txt