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.
Alex Selimov c5de45d22a
Update readmes and day8
17 hours ago
..
README.md Update readmes and day8 17 hours ago
day5.py Add solution to day 5 6 days ago
input.txt Add solution to day 5 6 days ago

README.md

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.