{"id":23188464,"url":"https://github.com/connorslade/advent-of-code","last_synced_at":"2025-06-15T03:06:48.974Z","repository":{"id":64923941,"uuid":"433693476","full_name":"connorslade/advent-of-code","owner":"connorslade","description":"🎄 My rusty solutions to Advent of Code 2021-2024!","archived":false,"fork":false,"pushed_at":"2024-12-18T05:42:20.000Z","size":712,"stargazers_count":37,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-18T06:29:04.403Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-rust","advent-of-code-2023","advent-of-code-2023-rust","advent-of-code-2024","advent-of-code-2024-rust","aoc"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/connorslade.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-01T05:20:10.000Z","updated_at":"2024-12-18T05:42:24.000Z","dependencies_parsed_at":"2023-11-28T20:31:13.110Z","dependency_job_id":"f75ee7f8-bf3d-4cae-85ce-cfb858f1d5fa","html_url":"https://github.com/connorslade/advent-of-code","commit_stats":null,"previous_names":["connorslade/advent-of-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorslade%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorslade%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorslade%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorslade%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connorslade","download_url":"https://codeload.github.com/connorslade/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230260644,"owners_count":18198591,"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-2022","advent-of-code-2022-rust","advent-of-code-2023","advent-of-code-2023-rust","advent-of-code-2024","advent-of-code-2024-rust","aoc"],"created_at":"2024-12-18T11:14:49.683Z","updated_at":"2025-06-15T03:06:48.961Z","avatar_url":"https://github.com/connorslade.png","language":"Rust","funding_links":[],"categories":["2025","🎄 2024 AoC Solutions"],"sub_categories":["Solutions"],"readme":"# 🎄 Advent-Of-Code [![bin](https://github.com/connorslade/advent-of-code/actions/workflows/bin.yml/badge.svg)](https://github.com/connorslade/advent-of-code/actions/workflows/bin.yml) ![GitHub last commit](https://img.shields.io/github/last-commit/connorslade/advent-of-code)\n\nMy Rusty solutions to [Advent Of Code](https://adventofcode.com)!\nThank you to [Eric Wastl](http://was.tl) for running this incredible yearly event!\n\n## [2024](https://adventofcode.com/2024) [![aoc_2024](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2024.yml/badge.svg)](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2024.yml)\n\n- [Day 01: Historian Hysteria](aoc_2024/src/day_01.rs)\n- [Day 02: Red-Nosed Reports](aoc_2024/src/day_02.rs)\n- [Day 03: Mull It Over](aoc_2024/src/day_03.rs)\n- [Day 04: Ceres Search](aoc_2024/src/day_04.rs)\n- [Day 05: Print Queue](aoc_2024/src/day_05.rs)\n- [Day 06: Guard Gallivant](aoc_2024/src/day_06.rs)\n- [Day 07: Bridge Repair](aoc_2024/src/day_07.rs)\n- [Day 08: Resonant Collinearity](aoc_2024/src/day_08.rs)\n- [Day 09: Disk Fragmenter](aoc_2024/src/day_09.rs)\n- [Day 10: Hoof It](aoc_2024/src/day_10.rs)\n- [Day 11: Plutonian Pebbles](aoc_2024/src/day_11.rs)\n- [Day 12: Garden Groups](aoc_2024/src/day_12.rs)\n- [Day 13: Claw Contraption](aoc_2024/src/day_13.rs)\n- [Day 14: Restroom Redoubt](aoc_2024/src/day_14.rs)\n- [Day 15: Warehouse Woes](aoc_2024/src/day_15.rs)\n- [Day 16: Reindeer Maze](aoc_2024/src/day_16.rs)\n- [Day 17: Chronospatial Computer](aoc_2024/src/day_17.rs)\n- [Day 18: RAM Run](aoc_2024/src/day_18.rs)\n- [Day 19: Linen Layout](aoc_2024/src/day_19.rs)\n- [Day 20: Race Condition](aoc_2024/src/day_20.rs)\n- [Day 21: Keypad Conundrum](aoc_2024/src/day_21.rs)\n- [Day 22: Monkey Market](aoc_2024/src/day_22.rs)\n- [Day 23: LAN Party](aoc_2024/src/day_23.rs)\n- [Day 24: Crossed Wires](aoc_2024/src/day_24.rs)\n- [Day 25: Code Chronicle](aoc_2024/src/day_25.rs)\n\u003c!-- MARKER --\u003e\n\n## [2023](https://adventofcode.com/2023) [![aoc_2023](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2023.yml/badge.svg)](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2023.yml)\n\n- [Day 01: Trebuchet?!](aoc_2023/src/day_01.rs)\n- [Day 02: Cube Conundrum](aoc_2023/src/day_02.rs)\n- [Day 03: Gear Ratios](aoc_2023/src/day_03.rs)\n- [Day 04: Scratchcards](aoc_2023/src/day_04.rs)\n- [Day 05: If You Give A Seed A Fertilizer](aoc_2023/src/day_05.rs)\n- [Day 06: Wait For It](aoc_2023/src/day_06.rs)\n- [Day 07: Camel Cards](aoc_2023/src/day_07.rs)\n- [Day 08: Haunted Wasteland](aoc_2023/src/day_08.rs)\n- [Day 09: Mirage Maintenance](aoc_2023/src/day_09.rs)\n- [Day 10: Pipe Maze](aoc_2023/src/day_10.rs)\n- [Day 11: Cosmic Expansion](aoc_2023/src/day_11.rs)\n- [Day 12: Hot Springs](aoc_2023/src/day_12.rs)\n- [Day 13: Point of Incidence](aoc_2023/src/day_13.rs)\n- [Day 14: Parabolic Reflector Dish](aoc_2023/src/day_14.rs)\n- [Day 15: Lens Library](aoc_2023/src/day_15.rs)\n- [Day 16: The Floor Will Be Lava](aoc_2023/src/day_16.rs)\n- [Day 17: Clumsy Crucible](aoc_2023/src/day_17.rs)\n- [Day 18: Lavaduct Lagoon](aoc_2023/src/day_18.rs)\n- [Day 19: Aplenty](aoc_2023/src/day_19.rs)\n- [Day 20: Pulse Propagation](aoc_2023/src/day_20.rs)\n- [Day 21: Step Counter](aoc_2023/src/day_21.rs)\n- [Day 22: Sand Slabs](aoc_2023/src/day_22.rs)\n- [Day 23: A Long Walk](aoc_2023/src/day_23.rs)\n- [Day 24: Never Tell Me The Odds](aoc_2023/src/day_24.rs)\n- [Day 25: Snowverload](aoc_2023/src/day_25.rs)\n\n## [2022](https://adventofcode.com/2022) [![aoc_2022](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2022.yml/badge.svg)](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2022.yml)\n\n- [Day 01: Calorie Counting](aoc_2022/src/day_01.rs)\n- [Day 02: Rock Paper Scissors](aoc_2022/src/day_02.rs)\n- [Day 03: Rucksack Reorganization](aoc_2022/src/day_03.rs)\n- [Day 04: Camp Cleanup](aoc_2022/src/day_04.rs)\n- [Day 05: Supply Stacks](aoc_2022/src/day_05.rs)\n- [Day 06: Tuning Trouble](aoc_2022/src/day_06.rs)\n- [Day 07: No Space Left On Device](aoc_2022/src/day_07.rs)\n- [Day 08: Treetop Tree House](aoc_2022/src/day_08.rs)\n- [Day 09: Rope Bridge](aoc_2022/src/day_09.rs)\n- [Day 10: Cathode-Ray Tube](aoc_2022/src/day_10.rs)\n- [Day 11: Monkey in the Middle](aoc_2022/src/day_11.rs)\n- [Day 12: Hill Climbing Algorithm](aoc_2022/src/day_12.rs)\n- [Day 13: Distress Signal](aoc_2022/src/day_13.rs)\n- [Day 14: Regolith Reservoir](aoc_2022/src/day_14.rs)\n- [Day 15: Beacon Exclusion Zone](aoc_2022/src/day_15.rs)\n- [Day 16: Proboscidea Volcanium](aoc_2022/src/day_16.rs)\n- [Day 17: Pyroclastic Flow](aoc_2022/src/day_17.rs)\n- [Day 18: Boiling Boulders](aoc_2022/src/day_18.rs)\n- [Day 19: Not Enough Minerals](aoc_2022/src/day_19.rs)\n- [Day 20: Grove Positioning System](aoc_2022/src/day_20.rs)\n- [Day 21: Monkey Math](aoc_2022/src/day_21.rs)\n- [Day 22: Monkey Map](aoc_2022/src/day_22.rs)\n- [Day 23: Unstable Diffusion](aoc_2022/src/day_23.rs)\n- [Day 24: Blizzard Basin](aoc_2022/src/day_24.rs)\n- [Day 25: Monkey Math](aoc_2022/src/day_25.rs)\n\n## [2021](https://adventofcode.com/2021) [![aoc_2021](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2021.yml/badge.svg)](https://github.com/connorslade/advent-of-code/actions/workflows/aoc_2021.yml)\n\n- [Day 01: Sonar Sweep](aoc_2021/src/day_01.rs)\n- [Day 02: Dive!](aoc_2021/src/day_02.rs)\n- [Day 03: Binary Diagnostic](aoc_2021/src/day_03.rs)\n- [Day 04: Giant Squid](aoc_2021/src/day_04.rs)\n- [Day 05: Hydrothermal Venture](aoc_2021/src/day_05.rs)\n- [Day 06: Lanternfish](aoc_2021/src/day_06.rs)\n- [Day 07: The Treachery of Whales](aoc_2021/src/day_07.rs)\n- [Day 08: Seven Segment Search](aoc_2021/src/day_08.rs)\n- [Day 09: Smoke Basin](aoc_2021/src/day_09.rs)\n- [Day 10: Syntax Scoring](aoc_2021/src/day_10.rs)\n- [Day 11: Dumbo Octopus](aoc_2021/src/day_11.rs)\n- [Day 12: Passage Pathing](aoc_2021/src/day_12.rs)\n- [Day 13: Transparent Origami](aoc_2021/src/day_13.rs)\n- [Day 14: Extended Polymerization](aoc_2021/src/day_14.rs)\n- [Day 15: Chiton](aoc_2021/src/day_15.rs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorslade%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorslade%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorslade%2Fadvent-of-code/lists"}