Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7323 - advent day 3 done | Kartik Agaram | 2020-12-02 | 1 | -1/+15 |
| | | | | Stupid mistake; I missed one slope in the question. | ||||
* | 7322 - snapshot: advent day 3 part 2 | Kartik Agaram | 2020-12-02 | 1 | -0/+123 |
| | | | | Answer isn't right. | ||||
* | 7321 - advent day 3 part 1 | Kartik Agaram | 2020-12-02 | 1 | -16/+13 |
| | |||||
* | 7320 - snapshot: advent day 3 part 1 | Kartik Agaram | 2020-12-02 | 1 | -0/+110 |
| | |||||
* | 7318 - advent day 2 done | Kartik Agaram | 2020-12-02 | 2 | -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 1 | Kartik Agaram | 2020-12-02 | 1 | -0/+89 |
| | | | | https://adventofcode.com/2020/day/2 | ||||
* | 7316 | Kartik Agaram | 2020-12-01 | 2 | -0/+26 |
| | |||||
* | 7315 | Kartik Agaram | 2020-12-01 | 1 | -0/+2 |
| | |||||
* | 7313 - advent: day 1 done | Kartik Agaram | 2020-12-01 | 1 | -15/+25 |
| | |||||
* | 7312 - advent: snapshot of 1b | Kartik Agaram | 2020-12-01 | 1 | -0/+90 |
| | |||||
* | 7310 - advent day 1 part 1 | Kartik Agaram | 2020-12-01 | 1 | -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 |