My solutions to the problems on https://open.kattis.com/.
Please do not steal any of the solutions, for reference use only.
© Rick van Rheenen
| Problem | Language | Difficulty |
|---|---|---|
| Binary search tree | Java | 7.2 |
| High Score | Python | 6.4 |
| Longest Increasing Subsequence | Java | 6.1 |
| Problem | Language | Difficulty |
|---|---|---|
| Skocimis | Python | 1.6 |
| Fun House | Javascript | 1.9 |
| Logo | Java | 2.7 |
| Kastenlauf | Java | 3.6 |
| Phone List | Python | 4.0 |
| Rock, Scissors, Paper | Python | 4.2 |
| Virtual Friends | Java | 4.2 |
| Minimum Spanning Tree | Java | 4.4 |
| Cookie Selection | Java | 4.6 |
| Dominos | Java | 4.7 |
| Single source shortest path, negative weights | Java | 4.8 |
| Fibonacci Words | Python | 5.1 |
| Maximum Flow | Java | 5.6 |
| The Magical 3 | C++ | 5.7 |
| Interval Cover | C++ | 5.8 |
| Almost Union-Find | Java | 5.9 |
| Airline Hub | Python | 6.9 |
| Cat And Mouse | Java | 7.6 |
| Oop | Java | 8.9 |
| A Different List Game | Python | 9.3 |