Update README.md
This commit is contained in:
parent
daa888f279
commit
7cf107e841
1 changed files with 8 additions and 8 deletions
|
@ -1,16 +1,16 @@
|
|||
#Solutions
|
||||
# Solutions
|
||||
|
||||
This year was completed in Java. Each day is separated out, with generally a class to encapsulate each day's solution. Additional documentation notes can be found in the day`*_algo.txt file in each folder which is the pseudocode outline for each Part A solution.
|
||||
|
||||
#Manager Solutions
|
||||
# Manager Solutions
|
||||
|
||||
As a tongue-in-cheek joke the first couple days, I answered the problems in "manager" language. It turns out this was kind of a fun exercise, which I've continued daily in addition to the actual programming puzzles. Links to each day's threads below.
|
||||
|
||||
Credit to [Mia Winter](https://miawinter.de/) for the Mastograph tool, which makes these a little easier to read through.
|
||||
|
||||
Day 1 - [Calorie Counting](https://mastograph.miawinter.de/tech.lgbt/109439099989689286)
|
||||
Day 2 - Rock Paper Scissors
|
||||
Day 3 - [Rucksack Reorganization](https://mastograph.miawinter.de/tech.lgbt/109450660153987295)
|
||||
Day 4 - [Camp Cleanup](https://mastograph.miawinter.de/tech.lgbt/109456647075245010)
|
||||
Day 5 - [Supply Stacks](https://mastograph.miawinter.de/tech.lgbt/109461773915244114)
|
||||
Day 6 - [Tuning Trouble](https://mastograph.miawinter.de/tech.lgbt/109467547900196039)
|
||||
- Day 1 - [Calorie Counting](https://mastograph.miawinter.de/tech.lgbt/109439099989689286)
|
||||
- Day 2 - Rock Paper Scissors
|
||||
- Day 3 - [Rucksack Reorganization](https://mastograph.miawinter.de/tech.lgbt/109450660153987295)
|
||||
- Day 4 - [Camp Cleanup](https://mastograph.miawinter.de/tech.lgbt/109456647075245010)
|
||||
- Day 5 - [Supply Stacks](https://mastograph.miawinter.de/tech.lgbt/109461773915244114)
|
||||
- Day 6 - [Tuning Trouble](https://mastograph.miawinter.de/tech.lgbt/109467547900196039)
|
||||
|
|
Loading…
Reference in a new issue