Skip to content

This repository contains my Advanced Data Structures (ADS) final project called HashTagCounter. The project was implemented using Fibonacci Heaps in Java language. The repository includes the source code, test files and a Readme file containing instructions to run the code. Please contact me in case if you need any information.

Notifications You must be signed in to change notification settings

vsd335/HashTagCounter-Java

Repository files navigation

HashTagCounter

Instructions to run the test cases

i. make is used to compile. ii. Following commands are used to execute your program with 4 input files.

timeout 10 java hashtagcounter input_1000.txt timeout 10 java hashtagcounter input_10000.txt timeout 15 java hashtagcounter input_100000.txt timeout 25 java hashtagcounter input_1000000.txt

Difference is checked with the each produced output file and our answer file using the diff command.

diff -w -B -s output_1000.txt output_file.txt | wc -l diff -w -B -s output_10000.txt output_file.txt | wc -l diff -w -B -s output_100000.txt output_file.txt | wc -l diff -w -B -s output_1000000.txt output_file.txt | wc -l

For more information please refer to the project report: ADSProjectReport_DeshpandeVinayak.pdf

About

This repository contains my Advanced Data Structures (ADS) final project called HashTagCounter. The project was implemented using Fibonacci Heaps in Java language. The repository includes the source code, test files and a Readme file containing instructions to run the code. Please contact me in case if you need any information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published