{"id":25846595,"url":"https://github.com/jake484/adventofcode","last_synced_at":"2026-06-23T18:31:18.926Z","repository":{"id":108056499,"uuid":"578014541","full_name":"jake484/adventofcode","owner":"jake484","description":"Julia solution for AdventofCode","archived":false,"fork":false,"pushed_at":"2024-06-12T07:40:26.000Z","size":485,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T06:22:40.210Z","etag":null,"topics":["advent-of-code","julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/jake484.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-14T03:39:44.000Z","updated_at":"2024-06-12T07:40:30.000Z","dependencies_parsed_at":"2023-12-24T04:21:42.759Z","dependency_job_id":"6ad05db9-98ff-49fd-a283-d851cd75494e","html_url":"https://github.com/jake484/adventofcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jake484/adventofcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2Fadventofcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2Fadventofcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2Fadventofcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2Fadventofcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jake484","download_url":"https://codeload.github.com/jake484/adventofcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jake484%2Fadventofcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34702911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","julia"],"created_at":"2025-03-01T09:32:59.382Z","updated_at":"2026-06-23T18:31:18.901Z","avatar_url":"https://github.com/jake484.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nJulia Solutions for [Advent of Code](https://adventofcode.com/2022/).\n\n```powershell\nPlatform Info:\n  OS: Windows (x86_64-w64-mingw32)\n  CPU: 20 × 13th Gen Intel(R) Core(TM) i7-13700H\n  WORD_SIZE: 64\n  LIBM: libopenlibm\n  LLVM: libLLVM-14.0.6 (ORCJIT, goldmont)\n  Threads: 1 on 20 virtual cores\n```\n\n## 2023\n\n|   Day |      Part One      |      Part Two      |       Time | Allocated memory |                                  Source                                   |\n| ----: | :----------------: | :----------------: | ---------: | ---------------: | :-----------------------------------------------------------------------: |\n|  day1 | :white_check_mark: | :white_check_mark: |   1.264 ms |         4.34 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day1.jl)  |\n|  day2 | :white_check_mark: | :white_check_mark: |   1.119 ms |       992.48 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day2.jl)  |\n|  day3 | :white_check_mark: | :white_check_mark: | 451.100 μs |       889.66 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day3.jl)  |\n|  day4 | :white_check_mark: | :white_check_mark: |   1.177 ms |         1.74 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day4.jl)  |\n|  day5 | :white_check_mark: | :white_check_mark: | 206.840 ms |        91.18 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day5.jl)  |\n|  day6 | :white_check_mark: | :white_check_mark: | 172.969 ns |        240 bytes | [link](https://github.com/jake484/adventofcode/blob/master/2023/day6.jl)  |\n|  day7 | :white_check_mark: | :white_check_mark: | 647.600 μs |         1.52 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day7.jl)  |\n|  day8 | :white_check_mark: | :white_check_mark: |   2.512 ms |       420.63 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day8.jl)  |\n|  day9 | :white_check_mark: | :white_check_mark: | 670.500 μs |         1.53 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day9.jl)  |\n| day10 | :white_check_mark: | :white_check_mark: |    1.215 s |         5.77 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day10.jl) |\n| day11 | :white_check_mark: | :white_check_mark: |   6.820 ms |         9.94 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day11.jl) |\n| day13 | :white_check_mark: | :white_check_mark: |   5.334 ms |         2.49 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day13.jl) |\n| day14 | :white_check_mark: | :white_check_mark: |  27.971 ms |         7.59 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day14.jl) |\n| day15 | :white_check_mark: | :white_check_mark: |   1.222 ms |         1.58 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day15.jl) |\n| day16 | :white_check_mark: | :white_check_mark: |    1.259 s |         1.49 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day16.jl) |\n| day18 | :white_check_mark: | :white_check_mark: |  21.207 ms |        26.75 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day18.jl) |\n| day19 | :white_check_mark: | :white_check_mark: |  70.764 ms |         4.89 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day19.jl) |\n\n## 2022\n\n|  Day |      Part One      |      Part Two      |       Time | Allocated memory |                                   Source                                   |\n| ---: | :----------------: | :----------------: | ---------: | ---------------: | :------------------------------------------------------------------------: |\n|    1 | :white_check_mark: | :white_check_mark: | 587.100 μs |       146.60 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day1.jl)  |\n|    2 | :white_check_mark: | :white_check_mark: | 528.100 μs |       152.60 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day2.jl)  |\n|    3 | :white_check_mark: | :white_check_mark: | 907.100 μs |       781.60 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day3.jl)  |\n|    4 | :white_check_mark: | :white_check_mark: | 522.100 μs |       444.79 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day4.jl)  |\n|    5 | :white_check_mark: | :white_check_mark: | 474.000 μs |       326.79 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day5.jl)  |\n|    6 | :white_check_mark: | :white_check_mark: | 306.300 μs |        57.79 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day6.jl)  |\n|    7 | :white_check_mark: | :white_check_mark: | 322.300 μs |       416.79 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day7.jl)  |\n|    8 | :white_check_mark: | :white_check_mark: | 825.300 μs |         1.01 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day8.jl)  |\n|    9 | :white_check_mark: | :white_check_mark: |   1.967 ms |         4.01 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2022/day9.jl)  |\n|   10 | :white_check_mark: | :white_check_mark: | 103.800 μs |        72.46 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day10.jl)  |\n|   11 | :white_check_mark: | :white_check_mark: | 213.800 ms |        20.20 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day11.jl)  |\n|   12 | :white_check_mark: | :white_check_mark: | 644.100 μs |         1.05 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day12.jl)  |\n|   13 | :white_check_mark: | :white_check_mark: | 132.880 ms |         3.38 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day13.jl)  |\n|   14 | :white_check_mark: | :white_check_mark: |  17.201 ms |         5.38 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day14.jl)  |\n|   15 | :white_check_mark: | :white_check_mark: |   530.3 μs |          158 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day15_.jl) |\n|   16 | :white_check_mark: | :white_check_mark: |          - |                - | [link](https://github.com/jake484/adventofcode/blob/master/2022/day16_.jl) |\n|   17 | :white_check_mark: | :white_check_mark: |    8.319 s |         4.23 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day17_.jl) |\n|   18 | :white_check_mark: | :white_check_mark: |   184.9 μs |        31.55 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day18.jl)  |\n|   19 | :white_check_mark: | :white_check_mark: |    11.44 s |       155.30 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day19.jl)  |\n|   20 | :white_check_mark: | :white_check_mark: |   217.4 ms |       793.55 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day20.jl)  |\n|   21 | :white_check_mark: | :white_check_mark: |    4.580 s |         2.39 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day21.jl)  |\n|   22 | :white_check_mark: | :white_check_mark: |   2.324 ms |       430.01 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day22.jl)  |\n|   23 | :white_check_mark: | :white_check_mark: |   369.5 ms |       555.78 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day23.jl)  |\n|   24 | :white_check_mark: | :white_check_mark: |   11.956 s |          1.2 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day24.jl)  |\n|   25 | :white_check_mark: | :white_check_mark: | 228.700 μs |       239.16 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day25.jl)  |\n\n## 2021\n\n|  Day |      Part One      |      Part Two      |      Time | Allocated memory |                                   Source                                   |\n| ---: | :----------------: | :----------------: | --------: | ---------------: | :------------------------------------------------------------------------: |\n|    1 | :white_check_mark: | :white_check_mark: |  265.1 μs |       663.54 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day1.jl)  |\n|    2 | :white_check_mark: | :white_check_mark: |  227.1 μs |       424.54 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day2.jl)  |\n|    3 | :white_check_mark: | :white_check_mark: |  1.722 ms |         2.65 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day3.jl)  |\n|    4 | :white_check_mark: | :white_check_mark: |  4.576 ms |         8.80 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day4.jl)  |\n|    5 | :white_check_mark: | :white_check_mark: |  131.1 ms |       106.64 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day5.jl)  |\n|    6 | :white_check_mark: | :white_check_mark: |  103.9 μs |        68.09 KiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day6.jl)  |\n|    7 | :white_check_mark: | :white_check_mark: |  2.068 ms |         15.6 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day7.jl)  |\n|    8 | :white_check_mark: | :white_check_mark: |  1.113 ms |         1.12 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day8.jl)  |\n|    9 | :white_check_mark: | :white_check_mark: |  3.719 ms |         8.76 MiB |  [link](https://github.com/jake484/adventofcode/blob/master/2021/day9.jl)  |\n|   10 | :white_check_mark: | :white_check_mark: |  339.0 μs |        67.70 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day10.jl)  |\n|   11 | :white_check_mark: | :white_check_mark: |  985.6 μs |         1.51 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day11.jl)  |\n|   12 | :white_check_mark: | :white_check_mark: |  107.1 ms |        21.51 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day12.jl)  |\n|   13 | :white_check_mark: | :white_check_mark: |  4.366 ms |         1.75 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day13.jl)  |\n|   14 | :white_check_mark: | :white_check_mark: |  1.890 ms |         1.86 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day14.jl)  |\n|   15 | :white_check_mark: | :white_check_mark: | 73.146 ms |        11.44 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day15.jl)  |\n|   16 | :white_check_mark: | :white_check_mark: |  687.8 μs |         3.72 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day16.jl)  |\n|   17 | :white_check_mark: | :white_check_mark: |  286.8 μs |       308.09 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day17.jl)  |\n|   18 | :white_check_mark: | :white_check_mark: |    6.29 s |       338.09 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day18.jl)  |\n|   20 | :white_check_mark: | :white_check_mark: | 29.257 ms |        27.09 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day20.jl)  |\n|   21 | :white_check_mark: | :white_check_mark: |   6.57 ms |         2.84 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day21.jl)  |\n|   22 | :white_check_mark: | :white_check_mark: | 23.455 ms |         5.44 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day22.jl)  |\n|   24 | :white_check_mark: | :white_check_mark: |  62.57 ms |         3.14 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day24.jl)  |\n| 25_1 | :white_check_mark: | :white_check_mark: | 120.57 ms |         4.99 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day25.jl)  |\n| 25_2 | :white_check_mark: | :white_check_mark: |  50.52 ms |        73.28 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day25_.jl) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjake484%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjake484%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjake484%2Fadventofcode/lists"}