- Navigate into folder of choice (e.g.
./day01
) - Replace input text file accordingly (
prob1.txt
) - Run script with
python part1.py
orpython part2.py
NumPy was the only notable non-builtin package used.
- A few solutions originally involved manual calculation and thus include hardcoded components. For these, more generalizable solutions will be provided in the future.
- Some solutions (day24 especially) are quite inefficient time-wise. I hope to improve these in future updates.
by John Choi (최정혁) 2018