about summary refs log tree commit diff stats
path: root/apps/advent2020
Commit message (Collapse)AuthorAgeFilesLines
* 7323 - advent day 3 doneKartik Agaram2020-12-021-1/+15
| | | | Stupid mistake; I missed one slope in the question.
* 7322 - snapshot: advent day 3 part 2Kartik Agaram2020-12-021-0/+123
| | | | Answer isn't right.
* 7321 - advent day 3 part 1Kartik Agaram2020-12-021-16/+13
|
* 7320 - snapshot: advent day 3 part 1Kartik Agaram2020-12-021-0/+110
|
* 7318 - advent day 2 doneKartik Agaram2020-12-022-1/+126
| | | | | Funny story: I got the right answer for part 1 even though I missed the ':' in the line format. But of course that didn't work for part 2.
* 7317 - advent day 2 part 1Kartik Agaram2020-12-021-0/+89
| | | | https://adventofcode.com/2020/day/2
* 7316Kartik Agaram2020-12-012-0/+26
|
* 7315Kartik Agaram2020-12-011-0/+2
|
* 7313 - advent: day 1 doneKartik Agaram2020-12-011-15/+25
|
* 7312 - advent: snapshot of 1bKartik Agaram2020-12-011-0/+90
|
* 7310 - advent day 1 part 1Kartik Agaram2020-12-011-0/+84
In the process I had to: * Fix a bug in reading lines from stdin into streams * Start trailing newlines when parsing ints from streams * Implement `find` in an array