Skip to content

Commit

Permalink
update problems
Browse files Browse the repository at this point in the history
  • Loading branch information
francois141 committed Dec 21, 2022
1 parent 7f7f9f9 commit b3995d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ My solutions for the course algo lab 2022 given at ETHZ. This course deals with
| Sith | [File](./problems/revenge%20of%20the%20sith.pdf) | [C++ code](./week11/Sith.cpp) | 100 | 11 | Advanced geometry - Graph - Binary search |
| The Fighting Pits of Meereen | [File](./problems/the%20fighting%20pits%20of%20meereen%20.pdf) | [C++ code](./week11/The%20Fighting%20Pits%20of%20Meereen.cpp) | 100 | 11 | DP |
| World Cup | [Files](./problems/world%20cup.pdf) | [C++ code](./week11/Worldcup.cpp) | 100 | 11 | Advanced geometry - Linear programming
| Car Sharing | [Files](./problems/car%20sharing.pdf) | [C++ code](./week12/Car%20Sharing.cpp) | 80 | 12 | Advanced flows
| Lord Voldemort | [Files](./problems/lord%20voldemort.pdf) | [C++ code](./week12/Lord%20Voldemort.cpp) | 100 | 12 | DP
| On Her Majesty's Secret Service | [Files](./problems/on%20her%20majesty%E2%80%99s%20secret%20service.pdf) | [C++ code](./week12/On%20Her%20Majesty's%20Secret%20Service.cpp) | 100 | 12 | Graph - BS

## Problems of the week with solutions

Expand Down
Binary file added problems/car sharing.pdf
Binary file not shown.
Binary file added problems/lord voldemort.pdf
Binary file not shown.
Binary file added problems/on her majesty’s secret service.pdf
Binary file not shown.

0 comments on commit b3995d7

Please sign in to comment.