palixthepalalix / NetworkSecProj3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alix Cook
amc2316
Assignment 3


Compile: 
javac Ngram.java

Run: 
java Ngram n s {program file} {output file}

Writes to file in this format:
{ngram Hex} {count} {percent}%
no specific ordering is written.

Takes about a second or less to run on the largest program.

For unique values, it just writes a percentage at the bottom of the output file for total uniqu files.

About


Languages

Language:Java 88.6%Language:Shell 11.4%