Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWE262P

week1

cd ./week1
g++ Main.cpp -o Main.out -std=c++11
./Main.out ../pride-and-prejudice.txt

week2

Four

cd ./week2
g++ Four.cpp -o Four.out -std=c++11
./Four.out ../pride-and-prejudice.txt

Five

cd ./week2
g++ Five.cpp -o Five.out -std=c++11
./Five.out ../pride-and-prejudice.txt

Six

cd ./week2
go run Six.go ../pride-and-prejudice.txt

week3

Seven

cd ./week3
g++ Seven.cpp -o Seven.out -std=c++11
./Seven.out ../pride-and-prejudice.txt

Eight

cd ./week3
ulimit -s 65532
g++ Eight.cpp -o Eight.out -std=c++11
./Eight.out ../pride-and-prejudice.txt

week4

Nine

cd ./week4
g++ Nine.cpp -o Nine.out -std=c++11
./Nine.out ../pride-and-prejudice.txt

Ten

cd ./week4
g++ Ten.cpp -o Ten.out -std=c++11
./Ten.out ../pride-and-prejudice.txt

Fifteen

cd ./week4
g++ Fifteen.cpp -o Fifteen.out -std=c++11
./Fifteen.out ../pride-and-prejudice.txt

week5

JarClasses

cd ./week5
javac JarClasses.java
java JarClasses json-java.jar

week6

TwentyNine

cd ./week6
g++ TwentyNine.cpp -o TwentyNine.out -std=c++17
./TwentyNine.out ../pride-and-prejudice.txt

Thirty

cd ./week6
g++ Thirty.cpp -o Thirty.out -std=c++17
./Thirty.out ../pride-and-prejudice.txt

ThirtyTwo

cd ./week6
g++ ThirtyTwo.cpp -o ThirtyTwo.out -std=c++17
./ThirtyTwo.out ../pride-and-prejudice.txt

week8

Twenty

cd ./week8
chmod +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

week9

Iterators

cd ./week9
javac Iterators.java
java Iterators ../pride-and-prejudice.txt

Streams

cd ./week9
javac Streams.java
java Streams ../pride-and-prejudice.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages