You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
545 B
545 B
Day 5
Instructions
From the root directory of the crate (where this README is) just execute:
python day5.py
The solution will be printed to the terminal output.
Notes:
I had very little time so decided to just crank out a quick solution using Python. I was under a heavy time constraint so I ended up just implementing the brute force approach instead of designing a better algorithm. Hopefully I can do some more algorithmic design for future problems to get better time complexity, even though it doesn't really matter.