Skip to content

Commit a6fecdd

Browse files
committed
Move day_07
1 parent 9b36c03 commit a6fecdd

8 files changed

Lines changed: 19 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/2015/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[Home](../../README.md) | 2015 | [2016](../2016/README.md) | [2017](../2017/README.md) | [2018](../2018/README.md) | [2019](../2019/README.md) | [2020](../2020/README.md) | [2021](../2021/README.md) | [2022](../2022/README.md) | [2023](../2023/README.md) | [2024](../2024/README.md) | [2025](../2025/README.md)
44

5-
## 48/50
5+
## 50/50
66

7-
[sequence](../../wiki/tags/sequence.md) `6` [grid](../../wiki/tags/grid.md) `3` [rust](../../wiki/tags/rust.md) `3` [annoying](../../wiki/tags/annoying.md) `2` [combinatorics](../../wiki/tags/combinatorics.md) `2` [graph](../../wiki/tags/graph.md) `2` [reduction](../../wiki/tags/reduction.md) `2` [string-encoding](../../wiki/tags/string-encoding.md) `2` [vector](../../wiki/tags/vector.md) `2` [ambiguous-solution](../../wiki/tags/ambiguous-solution.md) `1` [cellular-automata](../../wiki/tags/cellular-automata.md) `1` [char-sequence](../../wiki/tags/char-sequence.md) `1` [count](../../wiki/tags/count.md) `1` [data-modelling](../../wiki/tags/data-modelling.md) `1` [dijkstra](../../wiki/tags/dijkstra.md) `1` [double-parse](../../wiki/tags/double-parse.md) `1` [dynamic-programming](../../wiki/tags/dynamic-programming.md) `1` [emulation](../../wiki/tags/emulation.md) `1` [game-sim](../../wiki/tags/game-sim.md) `1` [geometry2d](../../wiki/tags/geometry2d.md) `1` [hard-description](../../wiki/tags/hard-description.md) `1` [infinite-sequence](../../wiki/tags/infinite-sequence.md) `1` [json](../../wiki/tags/json.md) `1` [map](../../wiki/tags/map.md) `1` [md5](../../wiki/tags/md5.md) `1` [measurement](../../wiki/tags/measurement.md) `1` [modular-arithmetic](../../wiki/tags/modular-arithmetic.md) `1` [op-code](../../wiki/tags/op-code.md) `1` [optimization](../../wiki/tags/optimization.md) `1` [power-set](../../wiki/tags/power-set.md) `1` [quadratic-time](../../wiki/tags/quadratic-time.md) `1` [random-access](../../wiki/tags/random-access.md) `1` [recursion](../../wiki/tags/recursion.md) `1` [routing](../../wiki/tags/routing.md) `1` [set](../../wiki/tags/set.md) `1` [sieve](../../wiki/tags/sieve.md) `1` [slow](../../wiki/tags/slow.md) `1` [strategy](../../wiki/tags/strategy.md) `1` [string](../../wiki/tags/string.md) `1` [table-lookup](../../wiki/tags/table-lookup.md) `1` [validation](../../wiki/tags/validation.md) `1`
7+
[sequence](../../wiki/tags/sequence.md) `6` [grid](../../wiki/tags/grid.md) `3` [rust](../../wiki/tags/rust.md) `3` [annoying](../../wiki/tags/annoying.md) `2` [combinatorics](../../wiki/tags/combinatorics.md) `2` [data-modelling](../../wiki/tags/data-modelling.md) `2` [graph](../../wiki/tags/graph.md) `2` [op-code](../../wiki/tags/op-code.md) `2` [reduction](../../wiki/tags/reduction.md) `2` [string-encoding](../../wiki/tags/string-encoding.md) `2` [vector](../../wiki/tags/vector.md) `2` [ambiguous-solution](../../wiki/tags/ambiguous-solution.md) `1` [cellular-automata](../../wiki/tags/cellular-automata.md) `1` [char-sequence](../../wiki/tags/char-sequence.md) `1` [count](../../wiki/tags/count.md) `1` [dijkstra](../../wiki/tags/dijkstra.md) `1` [double-parse](../../wiki/tags/double-parse.md) `1` [dynamic-programming](../../wiki/tags/dynamic-programming.md) `1` [emulation](../../wiki/tags/emulation.md) `1` [game-sim](../../wiki/tags/game-sim.md) `1` [genserver](../../wiki/tags/genserver.md) `1` [geometry2d](../../wiki/tags/geometry2d.md) `1` [hard-description](../../wiki/tags/hard-description.md) `1` [infinite-sequence](../../wiki/tags/infinite-sequence.md) `1` [json](../../wiki/tags/json.md) `1` [map](../../wiki/tags/map.md) `1` [md5](../../wiki/tags/md5.md) `1` [measurement](../../wiki/tags/measurement.md) `1` [modular-arithmetic](../../wiki/tags/modular-arithmetic.md) `1` [optimization](../../wiki/tags/optimization.md) `1` [power-set](../../wiki/tags/power-set.md) `1` [quadratic-time](../../wiki/tags/quadratic-time.md) `1` [random-access](../../wiki/tags/random-access.md) `1` [recursion](../../wiki/tags/recursion.md) `1` [routing](../../wiki/tags/routing.md) `1` [set](../../wiki/tags/set.md) `1` [sieve](../../wiki/tags/sieve.md) `1` [slow](../../wiki/tags/slow.md) `1` [strategy](../../wiki/tags/strategy.md) `1` [string](../../wiki/tags/string.md) `1` [table-lookup](../../wiki/tags/table-lookup.md) `1` [validation](../../wiki/tags/validation.md) `1`
88

99
| Day | Title | Difficulty | Tags | Source |
1010
|:---:|-------|:----------:|------|--------|
@@ -14,6 +14,7 @@
1414
| [4](https://adventofcode.com/2015/day/4) | [The Ideal Stocking Stuffer](https://adventofcode.com/2015/day/4) | 🟡 | [md5](../../wiki/tags/md5.md), [annoying](../../wiki/tags/annoying.md) | [day_04.ex](day_04.ex) |
1515
| [5](https://adventofcode.com/2015/day/5) | [Doesn't He Have Intern-Elves For This?](https://adventofcode.com/2015/day/5) | 🟢 | [string](../../wiki/tags/string.md) | [day_05.ex](day_05.ex) |
1616
| [6](https://adventofcode.com/2015/day/6) | [Probably a Fire Hazard](https://adventofcode.com/2015/day/6) | 🟠 | [grid](../../wiki/tags/grid.md), [vector](../../wiki/tags/vector.md), [reduction](../../wiki/tags/reduction.md) | [day_06.ex](day_06.ex) |
17+
| [7](https://adventofcode.com/2015/day/7) | [Some Assembly Required](https://adventofcode.com/2015/day/7) | 🟠 | [genserver](../../wiki/tags/genserver.md), [data-modelling](../../wiki/tags/data-modelling.md), [op-code](../../wiki/tags/op-code.md) | [day_07.ex](day_07.ex) |
1718
| [8](https://adventofcode.com/2015/day/8) | [Matchsticks](https://adventofcode.com/2015/day/8) | 🟠 | [string-encoding](../../wiki/tags/string-encoding.md), [annoying](../../wiki/tags/annoying.md) | [day_08.ex](day_08.ex) |
1819
| [9](https://adventofcode.com/2015/day/9) | [All in a Single Night](https://adventofcode.com/2015/day/9) | 🟡 | [graph](../../wiki/tags/graph.md), [routing](../../wiki/tags/routing.md) | [day_09.ex](day_09.ex) |
1920
| [10](https://adventofcode.com/2015/day/10) | [Elves Look, Elves Say](https://adventofcode.com/2015/day/10) | 🟢 | [string-encoding](../../wiki/tags/string-encoding.md), [sequence](../../wiki/tags/sequence.md), [reduction](../../wiki/tags/reduction.md) | [day_10.ex](day_10.ex) |

wiki/difficulty.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
| Year | Day | Title | Tags | Source |
9999
|------|:---:|-------|------|--------|
100100
| 2015 | [6](https://adventofcode.com/2015/day/6) | [Probably a Fire Hazard](https://adventofcode.com/2015/day/6) | [grid](tags/grid.md), [vector](tags/vector.md), [reduction](tags/reduction.md) | [day_06.ex](../lib/2015/day_06.ex) |
101+
| 2015 | [7](https://adventofcode.com/2015/day/7) | [Some Assembly Required](https://adventofcode.com/2015/day/7) | [genserver](tags/genserver.md), [data-modelling](tags/data-modelling.md), [op-code](tags/op-code.md) | [day_07.ex](../lib/2015/day_07.ex) |
101102
| 2015 | [8](https://adventofcode.com/2015/day/8) | [Matchsticks](https://adventofcode.com/2015/day/8) | [string-encoding](tags/string-encoding.md), [annoying](tags/annoying.md) | [day_08.ex](../lib/2015/day_08.ex) |
102103
| 2015 | [15](https://adventofcode.com/2015/day/15) | [Science for Hungry People](https://adventofcode.com/2015/day/15) | [quadratic-time](tags/quadratic-time.md), [sequence](tags/sequence.md) | [day_15.ex](../lib/2015/day_15.ex) |
103104
| 2015 | [16](https://adventofcode.com/2015/day/16) | [Aunt Sue](https://adventofcode.com/2015/day/16) | [hard-description](tags/hard-description.md), [count](tags/count.md) | [day_16.ex](../lib/2015/day_16.ex) |

wiki/tags/data-modelling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
| Year | Day | Title | Difficulty | Other Tags | Source |
66
|------|:---:|-------|:----------:|------------|--------|
7+
| 2015 | [7](https://adventofcode.com/2015/day/7) | [Some Assembly Required](https://adventofcode.com/2015/day/7) | 🟠 | [genserver](genserver.md), [op-code](op-code.md) | [day_07.ex](../../lib/2015/day_07.ex) |
78
| 2015 | [21](https://adventofcode.com/2015/day/21) | [RPG Simulator 20XX](https://adventofcode.com/2015/day/21) | 🔴 | [double-parse](double-parse.md), [combinatorics](combinatorics.md), [strategy](strategy.md) | [day_21.ex](../../lib/2015/day_21.ex) |

wiki/tags/genserver.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Tag: `genserver`
2+
3+
[← Tags Index](index.md) | [← Home](../../README.md)
4+
5+
| Year | Day | Title | Difficulty | Other Tags | Source |
6+
|------|:---:|-------|:----------:|------------|--------|
7+
| 2015 | [7](https://adventofcode.com/2015/day/7) | [Some Assembly Required](https://adventofcode.com/2015/day/7) | 🟠 | [data-modelling](data-modelling.md), [op-code](op-code.md) | [day_07.ex](../../lib/2015/day_07.ex) |

wiki/tags/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
| [connectivity](connectivity.md) | 3 |
3434
| [constellation](constellation.md) | 1 |
3535
| [count](count.md) | 5 |
36-
| [data-modelling](data-modelling.md) | 1 |
36+
| [data-modelling](data-modelling.md) | 2 |
3737
| [date-time](date-time.md) | 1 |
3838
| [dfs](dfs.md) | 1 |
3939
| [digraph](digraph.md) | 1 |
@@ -49,6 +49,7 @@
4949
| [game](game.md) | 1 |
5050
| [game-sim](game-sim.md) | 1 |
5151
| [gb-tree](gb-tree.md) | 1 |
52+
| [genserver](genserver.md) | 1 |
5253
| [geometry](geometry.md) | 2 |
5354
| [geometry2d](geometry2d.md) | 8 |
5455
| [geometry3d](geometry3d.md) | 2 |
@@ -84,7 +85,7 @@
8485
| [modular-arithmetic](modular-arithmetic.md) | 4 |
8586
| [number-system](number-system.md) | 1 |
8687
| [number-theory](number-theory.md) | 3 |
87-
| [op-code](op-code.md) | 11 |
88+
| [op-code](op-code.md) | 12 |
8889
| [operator-precedence](operator-precedence.md) | 1 |
8990
| [optimization](optimization.md) | 9 |
9091
| [ordered-list](ordered-list.md) | 1 |

wiki/tags/op-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Year | Day | Title | Difficulty | Other Tags | Source |
66
|------|:---:|-------|:----------:|------------|--------|
7+
| 2015 | [7](https://adventofcode.com/2015/day/7) | [Some Assembly Required](https://adventofcode.com/2015/day/7) | 🟠 | [genserver](genserver.md), [data-modelling](data-modelling.md) | [day_07.ex](../../lib/2015/day_07.ex) |
78
| 2015 | [23](https://adventofcode.com/2015/day/23) | [Opening the Turing Lock](https://adventofcode.com/2015/day/23) | 🟠 | [emulation](emulation.md) | [day_23.ex](../../lib/2015/day_23.ex) |
89
| 2016 | [8](https://adventofcode.com/2016/day/8) | [Two-Factor Authentication](https://adventofcode.com/2016/day/8) | 🟠 | [visual-result](visual-result.md), [matrix](matrix.md) | [day_08.ex](../../lib/2016/day_08.ex) |
910
| 2017 | [8](https://adventofcode.com/2017/day/8) | [I Heard You Like Registers](https://adventofcode.com/2017/day/8) | 🟡 | | [day_08.ex](../../lib/2017/day_08.ex) |

0 commit comments

Comments
 (0)