-🎄- 2022 Day 18 Solutions -🎄-

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • AoC

    my personal repo for the advent of code yearly challenge (by Fadi88)

  • aoc2022

    I've described my rules in README:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • adventofcode

    My solutions for Advent of Code (by fireduck64)

  • aoc2022

  • advent-of-code-2022

    My solutions for Advent of Code 2022 (by ypisetsky)

    Elixir 829/1181

  • AdventOfCode

    Code link

  • AdventOfCodeCSharp

    My AoC Solutions

    Code Here: https://github.com/Bpendragon/AdventOfCodeCSharp/blob/332e303/AdventOfCode/Solutions/Year2022/Day18-Solution.cs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • advent_of_code

    Python. Code (Parts 1 and 2)

  • advent-of-code

  • adventOfCode

  • AdventOfCode-Java

    adventOfCode(Language.JAVA);

  • adventofcode

    :christmas_tree: Advent of Code (2015-2023) in C# (by encse)

  • aoc

    My attempts at Advent of Code, along with a smaller helper library to streamline daily AoC tasks. (by hrushikeshrv)

  • advent-of-code

  • Adventofcode

    My solutions for Advent of Code (java). (by eugen-paul)

  • aoc2022lisp

  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

    My Scala solution.

  • aoc

    Advent of Code Solutions - https://adventofcode.com/ (by mattbillenstein)

    Python https://github.com/mattbillenstein/aoc/blob/main/2022/18/p.py

  • adventofcode

    This repository contains my solutions for Advent Of Code (by kodar-anders)

  • advent-of-code

    repo for advent of code solutions (by nklaassen)

    Go

  • aoc-2022

    Both pars: 0.448s

  • aoc-2022

    github

  • aoc-2022

    My solutions in Rust for Advent of Code 2022 (by jasonincanada)

  • AdventOfCode

    Kotlin (GitHub)

  • aoc

    Advent of Code (by ramuuns)

  • aoc-clojure

    Advent of code 2020 solutions in Clojure

  • aoc-2022-kotlin

    AOC 2022 in Kotlin!

  • adventofcode

    Advent of Code challenge solutions (by flwyd)

    I spent time this afternoon sprucing up my helpers for the iex REPL. I spent a bunch of time poking at things in IEx the last couple days and wanted to make sure I would minimize keystrokes if I needed to debug things on my phone while drunk. Turns out Thursday night > Friday night > Saturday night in terms of difficulty, so all those macros have so far saved me zero seconds :-)

  • advent-of-code

  • advent-of-code

  • advent-of-code

    Code I used for solving https://adventofcode.com/ challenges (by pavel1269)

  • advent_of_code

    Haskell

  • advent-of-code

    Solutions to the Advent of Code puzzles in various languages (by dhruvmanila)

  • advent-of-code

  • adventofcode

  • AdventOfCode2022

    Advent of Code 2022 (by Mike-Bell)

    JavaScript - both parts run in 10-20 ms or so

  • AdventOfCode2022

    My solutions for Advent of Code 2022. (by SLiV9)

  • adevent22python

    My python solution for https://adventofcode.com/2022

    code

  • advent-2022

    advent of code 2022 (by jstanley0)

    part 2 can be found here https://github.com/jstanley0/advent-2022/blob/main/18b.rb

  • aoc2022

    Advent of Code 2022 - my answers

  • advent-of-code

    Rust

  • AdventOfCode2022

  • adventofcode

    Solutions for problems from AdventOfCode.com (by bhosale-ajay)

    TypeScript - Part 2 is slow ~ around 10 seconds

  • advent-of-code

    My advent of code solutions in C++ (by Strunzdesign)

  • AoC2022

    Solutions to Advent of Code 2022 puzzles. (by SwampThingTom)

  • practice

    My awkward, clumsy, over-engineered solution in Java can be found here.

  • adventofcode

    Advent of code solutions (by mathsaey)

  • aoc

    One repository for all my Advent of Code solutions. (by Andrew-Foote)

  • advent-of-code

  • aoc2022

  • AdventOfCode2022

    Python https://github.com/Phil-DS/AdventOfCode2022/tree/master/day18 Nice and easy. Part 1: Run through the list and calculate 6 - (number of adjacent). Part 2: got the negative space using sets, and ran a flood fill to find the air pockets, discarding the one containing (0,0,0). Then, ran the SA calc from part 1 on the air pockets and took that away from the answer to part 1. (Coord range seems to be 0,22 in all 3 dimensions)

  • advent-of-code

    For sharing my adventofcode.com solutions (by kbielefe)

    Scala 30ms + 70ms

  • a2tools

    Stuff I write for my Apple //c

    Here it is :)

  • advent

    advent of code (by jasontconnell)

  • advent_of_code_2022

  • aoc2022

    My Advent of Code 2022 solutions! (by SourishS17)

  • AdventOfCode

    Hacky solutions for [Advent of Code](https://adventofcode.com), working on past problems (by AllanTaylor314)

    Version at time of posting: 492376c (since I've committed since then)

  • advent_of_code2022

    My solutions for the 2022 Advent of Code

    Python

  • AdventOfCode22

    Repo for advent of code solutions for 2022 (by RyanFoulds)

    GitHub

  • advent-of-code

    My solutions to https://adventofcode.com problems (by TomWagg)

    Julia - Runtime: 2.7ms, 14.4ms - Outputs: 3494, 2062

  • aoc2022

  • aoc2022_clj

    Advent of Code 2022 in Clojure

    I agree, I also enjoy writing Clojure, but my solutions (like for this day) are usually far less elegant 😅

  • Advent_of_Code

    A repo revolving around attempting to solve the Advent of Code puzzles with single-statement t-sql (by adimcohen)

  • adventofcode_2022

    adventofcode_2022 (by fuljo)

    Rust

  • aoc2021

    Advent of Code 2021 - 2023 (by dirk527)

  • advent_of_code_2022

  • Advent-of-Code-Python

    Advent of code solutions made with python (by jornpe)

    Part 1

  • Code-of-Advent-2022

  • advent-of-code-go

    All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022

  • aoc-22-18

    github - Part 1 is pretty easy - Part 2 I created an inverse cube of the original shape, like a mould for a silicone thing and used the algorithm in part 1 to calculate the sides of the inverse. I just needed to remove the outer sides of the inverse cube to get the solution - To create the inverse, I started from 2 opposite corners of the "bounding box" of the original shape and added a neighbour if it's within bounds and isn't part of the original shape. - With this solution you need to be aware of "hooks" while generating the inverse

  • Advent-of-Code

    Advent of Code problems solved in Python. (by derailed-dash)

    Code on GitHub.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts