|
109 | 109 | | 2015 | [25](https://adventofcode.com/2015/day/25) | [Let It Snow](https://adventofcode.com/2015/day/25) | [table-lookup](tags/table-lookup.md), [modular-arithmetic](tags/modular-arithmetic.md) | [day_25.ex](../lib/2015/day_25.ex) | |
110 | 110 | | 2016 | [8](https://adventofcode.com/2016/day/8) | [Two-Factor Authentication](https://adventofcode.com/2016/day/8) | [visual-result](tags/visual-result.md), [matrix](tags/matrix.md), [op-code](tags/op-code.md) | [day_08.ex](../lib/2016/day_08.ex) | |
111 | 111 | | 2016 | [9](https://adventofcode.com/2016/day/9) | [Explosives in Cyberspace](https://adventofcode.com/2016/day/9) | [sequence](tags/sequence.md), [unfold](tags/unfold.md) | [day_09.ex](../lib/2016/day_09.ex) | |
| 112 | +| 2016 | [10](https://adventofcode.com/2016/day/10) | [Balance Bots](https://adventofcode.com/2016/day/10) | [data-modelling](tags/data-modelling.md), [genserver](tags/genserver.md) | [day_10.ex](../lib/2016/day_10.ex) | |
112 | 113 | | 2016 | [13](https://adventofcode.com/2016/day/13) | [A Maze of Twisty Little Cubicles](https://adventofcode.com/2016/day/13) | [graph](tags/graph.md), [implicit-graph](tags/implicit-graph.md), [shortest-path](tags/shortest-path.md), [a-star](tags/a-star.md), [bfs](tags/bfs.md) | [day_13.ex](../lib/2016/day_13.ex) | |
113 | 114 | | 2016 | [24](https://adventofcode.com/2016/day/24) | [Air Duct Spelunking](https://adventofcode.com/2016/day/24) | [graph](tags/graph.md), [shortest-path](tags/shortest-path.md), [tsp](tags/tsp.md), [grid](tags/grid.md), [matrix](tags/matrix.md) | [day_24.ex](../lib/2016/day_24.ex) | |
114 | 115 | | 2017 | [3](https://adventofcode.com/2017/day/3) | [Spiral Memory](https://adventofcode.com/2017/day/3) | [spiral](tags/spiral.md), [matrix](tags/matrix.md) | [day_03.ex](../lib/2017/day_03.ex) | |
|
117 | 118 | | 2017 | [14](https://adventofcode.com/2017/day/14) | [Disk Defragmentation](https://adventofcode.com/2017/day/14) | [graph](tags/graph.md), [hash](tags/hash.md) | [day_14.ex](../lib/2017/day_14.ex) | |
118 | 119 | | 2017 | [16](https://adventofcode.com/2017/day/16) | [Permutation Promenade](https://adventofcode.com/2017/day/16) | [op-code](tags/op-code.md), [count](tags/count.md) | [day_16.ex](../lib/2017/day_16.ex) | |
119 | 120 | | 2017 | [17](https://adventofcode.com/2017/day/17) | [Spinlock](https://adventofcode.com/2017/day/17) | [circular-buffer](tags/circular-buffer.md), [simulation](tags/simulation.md) | [day_17.ex](../lib/2017/day_17.ex) | |
| 121 | +| 2017 | [18](https://adventofcode.com/2017/day/18) | [Duet](https://adventofcode.com/2017/day/18) | [data-modelling](tags/data-modelling.md), [op-code](tags/op-code.md), [half-done](tags/half-done.md) | [day_18.ex](../lib/2017/day_18.ex) | |
120 | 122 | | 2017 | [23](https://adventofcode.com/2017/day/23) | [Coprocessor Conflagration](https://adventofcode.com/2017/day/23) | [op-code](tags/op-code.md) | [day_23.ex](../lib/2017/day_23.ex) | |
121 | 123 | | 2018 | [3](https://adventofcode.com/2018/day/3) | [No Matter How You Slice It](https://adventofcode.com/2018/day/3) | [grid](tags/grid.md), [set](tags/set.md) | [day_03.ex](../lib/2018/day_03.ex) | |
122 | 124 | | 2018 | [7](https://adventofcode.com/2018/day/7) | [The Sum of Its Parts](https://adventofcode.com/2018/day/7) | [graph](tags/graph.md), [topological-sort](tags/topological-sort.md), [simulation](tags/simulation.md) | [day_07.ex](../lib/2018/day_07.ex) | |
|
0 commit comments