/Computing_Pioneer_dataset

In this I am reading data from text file, some data in file is binary so I am converting it into binary, then user have option to display it on console in table like format or sort it and display it, or save it in csv file format. In this I am using Stack for binary to decimal convertion and queue for storing data objects.

Primary LanguageJava

Computing_Pioneer_dataset

In this I am reading data from text file, some data in file is binary so I am converting it into binary, then user have option to display it on console in table like format or sort it and display it, or save it in csv file format. In this I am using Stack for binary to decimal convertion and queue for storing data objects.

Commands to run

compile it with javac Main.java
run it with java Main

##Screenshots

computing_pioneer computing_pioneer2