-πŸŽ„- 2022 Day 18 Solutions -πŸŽ„-

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

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. AoC

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

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. aoc2022

    I've described my rules in README:

  4. adventofcode

    My solutions for Advent of Code (by fireduck64)

  5. aoc2022

  6. advent-of-code-2022

    My solutions for Advent of Code 2022 (by ypisetsky)

    Elixir 829/1181

  7. AdventOfCode

    Code link

  8. AdventOfCodeCSharp

    My AoC Solutions

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

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. advent_of_code

    Python. Code (Parts 1 and 2)

  11. advent-of-code

  12. adventOfCode

  13. AdventOfCode-Java

    adventOfCode(Language.JAVA);

  14. adventofcode

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

  15. aoc

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

  16. advent-of-code

  17. Adventofcode

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

  18. aoc2022lisp

  19. adventofcode

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

    My Scala solution.

  20. aoc

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

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

  21. adventofcode

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

  22. advent-of-code

    repo for advent of code solutions (by nklaassen)

    Go

  23. aoc-2022

    Both pars: 0.448s

  24. aoc-2022

    github

  25. aoc-2022

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

  26. AdventOfCode

    Kotlin (GitHub)

  27. aoc

    Advent of Code (by ramuuns)

  28. aoc-clojure

    Advent of code 2020 solutions in Clojure

  29. aoc-2022-kotlin

    AOC 2022 in Kotlin!

  30. 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 :-)

  31. advent-of-code

  32. advent-of-code

  33. advent-of-code

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

  34. advent_of_code

    Haskell

  35. advent-of-code

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

  36. advent-of-code

  37. adventofcode

  38. AdventOfCode2022

    Advent of Code 2022 (by Mike-Bell)

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

  39. advent-of-code-2022-rust

  40. AdventOfCode2022

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

  41. adevent22python

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

    code

  42. advent-2022

    advent of code 2022 (by jstanley0)

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

  43. aoc2022

    Advent of Code 2022 - my answers

  44. advent-of-code

    Rust

  45. AdventOfCode2022

  46. adventofcode

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

    TypeScript - Part 2 is slow ~ around 10 seconds

  47. advent-of-code

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

  48. AoC2022

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

  49. practice

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

  50. adventofcode

    Advent of code solutions (by mathsaey)

  51. aoc

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

  52. advent-of-code

  53. aoc2022

  54. 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)

  55. advent-of-code

    For sharing my adventofcode.com solutions (by kbielefe)

    Scala 30ms + 70ms

  56. a2tools

    Stuff I write for my Apple //c

    Here it is :)

  57. advent

    advent of code (by jasontconnell)

  58. advent_of_code_2022

  59. aoc2022

    My Advent of Code 2022 solutions! (by sourishsharma17)

  60. AdventOfCode

    Hacky solutions for https://adventofcode.com (by AllanTaylor314)

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

  61. advent_of_code2022

    My solutions for the 2022 Advent of Code

    Python

  62. AdventOfCode22

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

    GitHub

  63. advent-of-code

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

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

  64. aoc2022

  65. 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 πŸ˜…

  66. Advent_of_Code

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

  67. adventofcode_2022

    adventofcode_2022 (by fuljo)

    Rust

  68. aoc2021

    Advent of Code 2021 - 2023 (by dirk527)

  69. advent_of_code_2022

  70. Advent-of-Code-Python

    Advent of code solutions made with python (by jornpe)

    Part 1

  71. Code-of-Advent-2022

  72. advent-of-code-go

    All 10 years of adventofcode.com solutions in Go/Golang (and a little Python); 2015-2024

  73. 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

  74. advent-of-code

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

    Code on GitHub.

  75. SaaSHub

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

    SaaSHub logo
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

  • Advent of Code 2024

    24 projects | news.ycombinator.com | 1 Dec 2024
  • -πŸŽ„- 2022 Day 22 Solutions -πŸŽ„-

    69 projects | /r/adventofcode | 21 Dec 2022
  • -πŸŽ„- 2022 Day 5 Solutions -πŸŽ„-

    263 projects | /r/adventofcode | 4 Dec 2022
  • Perl πŸͺ Weekly #702 - Perl Camel

    3 projects | dev.to | 6 Jan 2025
  • -πŸŽ„- 2022 Day 19 Solutions -πŸŽ„-

    67 projects | /r/adventofcode | 18 Dec 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?