{"id":16256531,"url":"https://github.com/janniks/aoc2021","last_synced_at":"2026-04-13T02:04:38.412Z","repository":{"id":81410724,"uuid":"433971288","full_name":"janniks/aoc2021","owner":"janniks","description":"My solutions for Advent of Code 2021","archived":false,"fork":false,"pushed_at":"2021-12-16T19:03:08.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-14T09:51:10.781Z","etag":null,"topics":["advent-of-code","advent-of-code-2021","clojure","python","python3","rust","rust-lang"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2021/about","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janniks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-01T20:14:41.000Z","updated_at":"2021-12-16T19:03:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bcc53be-78ed-4fb3-89af-d5b38b58bc95","html_url":"https://github.com/janniks/aoc2021","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janniks%2Faoc2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janniks%2Faoc2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janniks%2Faoc2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janniks%2Faoc2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janniks","download_url":"https://codeload.github.com/janniks/aoc2021/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247850776,"owners_count":21006645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code","advent-of-code-2021","clojure","python","python3","rust","rust-lang"],"created_at":"2024-10-10T15:45:30.773Z","updated_at":"2026-04-13T02:04:38.359Z","avatar_url":"https://github.com/janniks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Advent of Code 2021](https://adventofcode.com/2021) 🎄\n\nSolutions for [Advent of Code 2021](https://adventofcode.com/2021). Not perfect, but mine 🤷‍♂\n\n\u003e ⌨️ Every solution has been coded using a [GergoPlex](https://www.youtube.com/watch?v=dWfQeuXDK_o) [keyboard](https://www.gboards.ca/product/gergoplex), which has been a pleasure to learn [my keymap](https://github.com/janniks/qmk_firmware/blob/master/keyboards/gboards/gergoplex/keymaps/janniks/keymap.txt) with.\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n\n|            |                            Rust 🦀                            |                     Python 🐍                     |         Clojure ☯️         |\n| ---------- | :-----------------------------------------------------------: | :-----------------------------------------------: | :------------------------: |\n| **Day 1**  | [1️⃣](rust/src/bin/day01-01.rs) [2️⃣](rust/src/bin/day01-02.rs) | [1️⃣](python/day01-01.py) [2️⃣](python/day01-02.py) |                            |\n| **Day 2**  | [1️⃣](rust/src/bin/day02-01.rs) [2️⃣](rust/src/bin/day02-02.rs) |                                                   |                            |\n| **Day 3**  | [1️⃣](rust/src/bin/day03-01.rs) [2️⃣](rust/src/bin/day03-02.rs) |             [2️⃣](python/day03-02.py)              |                            |\n| **Day 4**  |                                                               | [1️⃣](python/day04-01.py) [2️⃣](python/day04-02.py) |                            |\n| **Day 5**  |                                                               | [1️⃣](python/day05-01.py) [2️⃣](python/day05-02.py) |                            |\n| **Day 6**  |                                                               | [1️⃣](python/day06-01.py) [2️⃣](python/day06-02.py) |                            |\n| **Day 7**  |                                                               | [1️⃣](python/day07-01.py) [2️⃣](python/day07-02.py) |                            |\n| **Day 8**  |                                                               | [1️⃣](python/day08-01.py) [2️⃣](python/day08-02.py) | [1️⃣](clojure/day08-01.clj) |\n| **Day 9**  |                                                               | [1️⃣](python/day09-01.py) [2️⃣](python/day09-02.py) |                            |\n| **Day 10** |                                                               | [1️⃣](python/day10-01.py) [2️⃣](python/day10-02.py) |                            |\n| **Day 11** |                                                               | [1️⃣](python/day11-01.py) [2️⃣](python/day11-02.py) |                            |\n| **Day 12** |                                                               | [1️⃣](python/day12-01.py) [2️⃣](python/day12-02.py) |                            |\n| **Day 13** |                                                               | [1️⃣](python/day13-01.py) [2️⃣](python/day13-02.py) |                            |\n\n\u003c/td\u003e\u003ctd\u003e\n\n|                            | Rust 🦀 |                     Python 🐍                     | Clojure ☯️ |\n| -------------------------- | :-----: | :-----------------------------------------------: | :--------: |\n| **Day 14**                 |         | [1️⃣](python/day14-01.py) [2️⃣](python/day14-02.py) |            |\n| **Day 15**                 |         | [1️⃣](python/day15-01.py) [2️⃣](python/day15-02.py) |            |\n| **Day 16**                 |         |                                                   |            |\n| **Day 17**                 |         |                                                   |            |\n| **Day 18**                 |         |                                                   |            |\n| **Day 19**                 |         |                                                   |            |\n| **Day 20**                 |         |                                                   |            |\n| **Day 21**                 |         |                                                   |            |\n| **Day 22**                 |         |                                                   |            |\n| **Day 23**                 |         |                                                   |            |\n| **Day 24**                 |         |                                                   |            |\n| **Day 25**                 |         |                                                   |            |\n| \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;🎄 |   🎁    |                        🎅                         |     🦌     |\n\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\nI'm trying different languages and styles in these solutions.\nThey might not be perfect (or even somewhat efficient), but they taught me a lot.\nSome are algorithmic and functional to a fault...\nWhen I have less time in the evening solutions might be a weird mix between iterative/simulative and functional.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanniks%2Faoc2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanniks%2Faoc2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanniks%2Faoc2021/lists"}