An open API service indexing awesome lists of open source software.

https://github.com/jake484/adventofcode

Julia solution for AdventofCode
https://github.com/jake484/adventofcode

advent-of-code julia

Last synced: 2 days ago
JSON representation

Julia solution for AdventofCode

Awesome Lists containing this project

README

          

# Advent of Code

Julia Solutions for [Advent of Code](https://adventofcode.com/2022/).

```powershell
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 20 × 13th Gen Intel(R) Core(TM) i7-13700H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, goldmont)
Threads: 1 on 20 virtual cores
```

## 2023

| Day | Part One | Part Two | Time | Allocated memory | Source |
| ----: | :----------------: | :----------------: | ---------: | ---------------: | :-----------------------------------------------------------------------: |
| day1 | :white_check_mark: | :white_check_mark: | 1.264 ms | 4.34 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day1.jl) |
| day2 | :white_check_mark: | :white_check_mark: | 1.119 ms | 992.48 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day2.jl) |
| day3 | :white_check_mark: | :white_check_mark: | 451.100 μs | 889.66 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day3.jl) |
| day4 | :white_check_mark: | :white_check_mark: | 1.177 ms | 1.74 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day4.jl) |
| day5 | :white_check_mark: | :white_check_mark: | 206.840 ms | 91.18 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day5.jl) |
| day6 | :white_check_mark: | :white_check_mark: | 172.969 ns | 240 bytes | [link](https://github.com/jake484/adventofcode/blob/master/2023/day6.jl) |
| day7 | :white_check_mark: | :white_check_mark: | 647.600 μs | 1.52 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day7.jl) |
| day8 | :white_check_mark: | :white_check_mark: | 2.512 ms | 420.63 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day8.jl) |
| day9 | :white_check_mark: | :white_check_mark: | 670.500 μs | 1.53 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day9.jl) |
| day10 | :white_check_mark: | :white_check_mark: | 1.215 s | 5.77 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day10.jl) |
| day11 | :white_check_mark: | :white_check_mark: | 6.820 ms | 9.94 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day11.jl) |
| day13 | :white_check_mark: | :white_check_mark: | 5.334 ms | 2.49 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day13.jl) |
| day14 | :white_check_mark: | :white_check_mark: | 27.971 ms | 7.59 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day14.jl) |
| day15 | :white_check_mark: | :white_check_mark: | 1.222 ms | 1.58 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day15.jl) |
| day16 | :white_check_mark: | :white_check_mark: | 1.259 s | 1.49 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day16.jl) |
| day18 | :white_check_mark: | :white_check_mark: | 21.207 ms | 26.75 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day18.jl) |
| day19 | :white_check_mark: | :white_check_mark: | 70.764 ms | 4.89 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2023/day19.jl) |

## 2022

| Day | Part One | Part Two | Time | Allocated memory | Source |
| ---: | :----------------: | :----------------: | ---------: | ---------------: | :------------------------------------------------------------------------: |
| 1 | :white_check_mark: | :white_check_mark: | 587.100 μs | 146.60 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day1.jl) |
| 2 | :white_check_mark: | :white_check_mark: | 528.100 μs | 152.60 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day2.jl) |
| 3 | :white_check_mark: | :white_check_mark: | 907.100 μs | 781.60 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day3.jl) |
| 4 | :white_check_mark: | :white_check_mark: | 522.100 μs | 444.79 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day4.jl) |
| 5 | :white_check_mark: | :white_check_mark: | 474.000 μs | 326.79 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day5.jl) |
| 6 | :white_check_mark: | :white_check_mark: | 306.300 μs | 57.79 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day6.jl) |
| 7 | :white_check_mark: | :white_check_mark: | 322.300 μs | 416.79 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day7.jl) |
| 8 | :white_check_mark: | :white_check_mark: | 825.300 μs | 1.01 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day8.jl) |
| 9 | :white_check_mark: | :white_check_mark: | 1.967 ms | 4.01 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day9.jl) |
| 10 | :white_check_mark: | :white_check_mark: | 103.800 μs | 72.46 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day10.jl) |
| 11 | :white_check_mark: | :white_check_mark: | 213.800 ms | 20.20 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day11.jl) |
| 12 | :white_check_mark: | :white_check_mark: | 644.100 μs | 1.05 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day12.jl) |
| 13 | :white_check_mark: | :white_check_mark: | 132.880 ms | 3.38 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day13.jl) |
| 14 | :white_check_mark: | :white_check_mark: | 17.201 ms | 5.38 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day14.jl) |
| 15 | :white_check_mark: | :white_check_mark: | 530.3 μs | 158 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day15_.jl) |
| 16 | :white_check_mark: | :white_check_mark: | - | - | [link](https://github.com/jake484/adventofcode/blob/master/2022/day16_.jl) |
| 17 | :white_check_mark: | :white_check_mark: | 8.319 s | 4.23 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day17_.jl) |
| 18 | :white_check_mark: | :white_check_mark: | 184.9 μs | 31.55 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day18.jl) |
| 19 | :white_check_mark: | :white_check_mark: | 11.44 s | 155.30 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day19.jl) |
| 20 | :white_check_mark: | :white_check_mark: | 217.4 ms | 793.55 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day20.jl) |
| 21 | :white_check_mark: | :white_check_mark: | 4.580 s | 2.39 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day21.jl) |
| 22 | :white_check_mark: | :white_check_mark: | 2.324 ms | 430.01 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day22.jl) |
| 23 | :white_check_mark: | :white_check_mark: | 369.5 ms | 555.78 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day23.jl) |
| 24 | :white_check_mark: | :white_check_mark: | 11.956 s | 1.2 GiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day24.jl) |
| 25 | :white_check_mark: | :white_check_mark: | 228.700 μs | 239.16 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2022/day25.jl) |

## 2021

| Day | Part One | Part Two | Time | Allocated memory | Source |
| ---: | :----------------: | :----------------: | --------: | ---------------: | :------------------------------------------------------------------------: |
| 1 | :white_check_mark: | :white_check_mark: | 265.1 μs | 663.54 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day1.jl) |
| 2 | :white_check_mark: | :white_check_mark: | 227.1 μs | 424.54 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day2.jl) |
| 3 | :white_check_mark: | :white_check_mark: | 1.722 ms | 2.65 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day3.jl) |
| 4 | :white_check_mark: | :white_check_mark: | 4.576 ms | 8.80 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day4.jl) |
| 5 | :white_check_mark: | :white_check_mark: | 131.1 ms | 106.64 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day5.jl) |
| 6 | :white_check_mark: | :white_check_mark: | 103.9 μs | 68.09 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day6.jl) |
| 7 | :white_check_mark: | :white_check_mark: | 2.068 ms | 15.6 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day7.jl) |
| 8 | :white_check_mark: | :white_check_mark: | 1.113 ms | 1.12 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day8.jl) |
| 9 | :white_check_mark: | :white_check_mark: | 3.719 ms | 8.76 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day9.jl) |
| 10 | :white_check_mark: | :white_check_mark: | 339.0 μs | 67.70 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day10.jl) |
| 11 | :white_check_mark: | :white_check_mark: | 985.6 μs | 1.51 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day11.jl) |
| 12 | :white_check_mark: | :white_check_mark: | 107.1 ms | 21.51 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day12.jl) |
| 13 | :white_check_mark: | :white_check_mark: | 4.366 ms | 1.75 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day13.jl) |
| 14 | :white_check_mark: | :white_check_mark: | 1.890 ms | 1.86 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day14.jl) |
| 15 | :white_check_mark: | :white_check_mark: | 73.146 ms | 11.44 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day15.jl) |
| 16 | :white_check_mark: | :white_check_mark: | 687.8 μs | 3.72 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day16.jl) |
| 17 | :white_check_mark: | :white_check_mark: | 286.8 μs | 308.09 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day17.jl) |
| 18 | :white_check_mark: | :white_check_mark: | 6.29 s | 338.09 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day18.jl) |
| 20 | :white_check_mark: | :white_check_mark: | 29.257 ms | 27.09 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day20.jl) |
| 21 | :white_check_mark: | :white_check_mark: | 6.57 ms | 2.84 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day21.jl) |
| 22 | :white_check_mark: | :white_check_mark: | 23.455 ms | 5.44 MiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day22.jl) |
| 24 | :white_check_mark: | :white_check_mark: | 62.57 ms | 3.14 KiB | [link](https://github.com/jake484/adventofcode/blob/master/2021/day24.jl) |
| 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) |
| 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) |