cd ./week1g++ Main.cpp -o Main.out -std=c++11./Main.out ../pride-and-prejudice.txtcd ./week2g++ Four.cpp -o Four.out -std=c++11./Four.out ../pride-and-prejudice.txtcd ./week2g++ Five.cpp -o Five.out -std=c++11./Five.out ../pride-and-prejudice.txtcd ./week2go run Six.go ../pride-and-prejudice.txtcd ./week3g++ Seven.cpp -o Seven.out -std=c++11./Seven.out ../pride-and-prejudice.txtcd ./week3ulimit -s 65532g++ Eight.cpp -o Eight.out -std=c++11./Eight.out ../pride-and-prejudice.txtcd ./week4g++ Nine.cpp -o Nine.out -std=c++11./Nine.out ../pride-and-prejudice.txtcd ./week4g++ Ten.cpp -o Ten.out -std=c++11./Ten.out ../pride-and-prejudice.txtcd ./week4g++ Fifteen.cpp -o Fifteen.out -std=c++11./Fifteen.out ../pride-and-prejudice.txtcd ./week5javac JarClasses.javajava JarClasses json-java.jarcd ./week6g++ TwentyNine.cpp -o TwentyNine.out -std=c++17./TwentyNine.out ../pride-and-prejudice.txtcd ./week6g++ Thirty.cpp -o Thirty.out -std=c++17./Thirty.out ../pride-and-prejudice.txtcd ./week6g++ ThirtyTwo.cpp -o ThirtyTwo.out -std=c++17./ThirtyTwo.out ../pride-and-prejudice.txtcd ./week8chmod +x compile.sh./compile.sh-
To run with config_normal_and_normal (Normal Words + Normal Freq):
java -cp classes main.Twenty config_normal_and_normal.properties ../pride-and-prejudice.txt
-
To run with config_normal_and_first_letter (Normal Words + First Letter):
java -cp classes main.Twenty config_normal_and_first_letter.properties ../pride-and-prejudice.txt
-
To run with config_z_and_normal (Z Words + Normal Freq):
java -cp classes main.Twenty config_z_and_normal.properties ../pride-and-prejudice.txt
-
To run with config_z_and_first_letter (Z Words + Normal Freq):
java -cp classes main.Twenty config_z_and_first_letter.properties ../pride-and-prejudice.txt
cd ./week9javac Iterators.javajava Iterators ../pride-and-prejudice.txtcd ./week9javac Streams.javajava Streams ../pride-and-prejudice.txt