{"id":23421069,"url":"https://github.com/coffeeknife/aoc2024","last_synced_at":"2025-07-09T20:08:32.015Z","repository":{"id":267967053,"uuid":"899152151","full_name":"coffeeknife/aoc2024","owner":"coffeeknife","description":"advent of code 2024 solutions in Rust","archived":false,"fork":false,"pushed_at":"2024-12-24T18:50:03.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T09:41:42.798Z","etag":null,"topics":["advent-of-code","advent-of-code-2024","learning-by-doing","learning-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/coffeeknife.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":"2024-12-05T18:04:50.000Z","updated_at":"2024-12-24T18:50:06.000Z","dependencies_parsed_at":"2024-12-13T16:10:47.309Z","dependency_job_id":"ea243ba2-7b57-4ec9-8def-41cb1701bf8f","html_url":"https://github.com/coffeeknife/aoc2024","commit_stats":null,"previous_names":["coffeeknife/aoc2024"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coffeeknife/aoc2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeknife%2Faoc2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeknife%2Faoc2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeknife%2Faoc2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeknife%2Faoc2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coffeeknife","download_url":"https://codeload.github.com/coffeeknife/aoc2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeknife%2Faoc2024/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502621,"owners_count":23618658,"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-2024","learning-by-doing","learning-rust"],"created_at":"2024-12-23T02:13:56.523Z","updated_at":"2025-07-09T20:08:31.991Z","avatar_url":"https://github.com/coffeeknife.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc2024\nadvent of code 2024 solutions\n\nthis project is how i'm teaching myself rust. a lot of the solutions are kind of scraped together and I will go through after to clean them up and remove duplicate code (libraries) + change everything to use custom structs instead of scraped together data types.\n\n## problem status\n\n- `day 01:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 02:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 03:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 04:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 05:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 06:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 6 is slow: runtime of 42.606s**\n- `day 07:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 7 is slow: runtime of 3.730s**\n- `day 08:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 09:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 9 is slow: runtime of 10.815s**\n- `day 10:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 11:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - *day 11 is slightly slow: runtime of 1.125s*\n- `day 12:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - *day 12 is slightly slow: runtime of 1.822s*\n- `day 13:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 14:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 14 is slow: runtime of 4.972s**\n- `day 15:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 16:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - *day 16 is slightly slow: runtime of .9s to 1.1s*\n- `day 17:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n- `day 18:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 18 is slow: runtime of 23.350s**\n- `day 19:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 19 is slow: runtime of 20.538s**\n- `day 20:` \u0026#x2611; ⭐ \u0026#x2611; ⭐ - \u0026#x2610; rewrite\n    - **day 20 is slow: runtime of 7.771s**\n- `day 21:` \u0026#x2610; ⭐ \u0026#x2610; ⭐","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffeeknife%2Faoc2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoffeeknife%2Faoc2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffeeknife%2Faoc2024/lists"}