{"id":20275673,"url":"https://github.com/solidiquis/advent_of_code_2022","last_synced_at":"2025-03-04T01:29:52.478Z","repository":{"id":124688481,"uuid":"574327319","full_name":"solidiquis/advent_of_code_2022","owner":"solidiquis","description":"Solutions to Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2022-12-07T03:50:40.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T06:29:18.064Z","etag":null,"topics":["advent-of-code-2022","rust"],"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/solidiquis.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":"2022-12-05T03:55:28.000Z","updated_at":"2023-07-25T15:04:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2fd102d-50b5-4989-b9b6-cd6769fe6c1d","html_url":"https://github.com/solidiquis/advent_of_code_2022","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/solidiquis%2Fadvent_of_code_2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Fadvent_of_code_2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Fadvent_of_code_2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Fadvent_of_code_2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidiquis","download_url":"https://codeload.github.com/solidiquis/advent_of_code_2022/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241767401,"owners_count":20016946,"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-2022","rust"],"created_at":"2024-11-14T13:10:30.629Z","updated_at":"2025-03-04T01:29:52.458Z","avatar_url":"https://github.com/solidiquis.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2022\n\n**SPOILER ALERT**: Answers are shown down below in the **Answers** section so please avoid that section if you're wary to that sort of thing.\n\n- I'll be doing my best to keep up with the daily challenges, but I may fall behind by a day or two depending on how busy the holidays get.\n- My solutions are biased towards readability, Rust idioms, best-case time-complexity, and minimizing allocations. Low-level tricks for optimal performance eschewed.\n- I'll only be using the std lib; no external crates.\n- Each problem comes with its own unit test using their respective example input (as opposed to the actual input).\n- No effort was made to share utilities between problems, that includes the parts of each day. Each file is totally comprehensive in all the code needed to solve the problem is located in said file.\n- If you have suggestions on how I could have done something better please open up an issue!\n\n## Solutions\n- [Day 1, part 1](src/i/part_one.rs)\n- [Day 1, part 2](src/i/part_two.rs)\n- [Day 2, part 1](src/ii/part_one.rs)\n- [Day 2, part 2](src/ii/part_two.rs)\n- [Day 3, part 1](src/iii/part_one.rs)\n- [Day 3, part 2](src/iii/part_two.rs)\n- [Day 4, part 1](src/iv/part_one.rs)\n- [Day 4, part 2](src/iv/part_two.rs)\n- [Day 5, part 1](src/v/part_one.rs)\n- [Day 5, part 2](src/v/part_two.rs)\n- [Day 6, part 1](src/vi/part_one.rs)\n- [Day 6, part 2](src/vi/part_two.rs)\n\n## Answers\n```\nDay 1, part 1 =\u003e 70720\nDay 1, part 2 =\u003e 207148\nDay 2, part 1 =\u003e 11449\nDay 2, part 2 =\u003e 13187\nDay 3, part 1 =\u003e 8139\nDay 3, part 2 =\u003e 2668\nDay 4, part 1 =\u003e 477\nDay 4, part 2 =\u003e 830\nDay 5, part 1 =\u003e TGWSMRBPN\nDay 5, part 2 =\u003e TZLTLWRNF\nDay 6, part 1 =\u003e 1134\nDay 6, part 2 =\u003e 2263\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidiquis%2Fadvent_of_code_2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidiquis%2Fadvent_of_code_2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidiquis%2Fadvent_of_code_2022/lists"}