- Unity Update (EOS or EOF)
- Movie Marathon (Tree)
- Twelve Days of Christmas (Never Have I Ever)
- AP/K Level Basket Weaving**
- Yeet Theorem*
- QuizBot
- Naughty (DataReader)
- Ocho*
- ChristMaths*
- Simulator Accuracy*
- Portmanteau
- Sandwiches*
- Messy Written
- Too Many Bens**
- Like, um, uh
- Recruits
- There's Always Tomorrow
- Bodies/16
* means the problem statement needs fundamental changes.
** means the problem statement has not yet been uploaded.
Example
├── Example.docx
├── Judge
│ ├── example.dat
│ └── example.out
├── Sample
│ ├── example.dat
│ └── example.out
└── Solutions
└── Example_Tristan.java
#Solution names are CASE SENSITIVE!
Example_Tristan is different from example_Tristan
Always prefer uppercase problem names
Prob check will compile / check all solutions
Prob compare (Solution Name) (Judge or Sample) will run that solution and compare it against either the judge or sample solution using vimdiff
Prob run (Solution Name) (Judge or Sample) will run the solution with either judge or sample data and output the result