-🎄- 2022 Day 22 Solutions -🎄-

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aoc2022

  • advent-of-code

    Advent of Code (by morgoth1145)

  • Python 3 21/12

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

    InfluxDB logo
  • Advent-of-Code-2022

    Python3 solutions for Advent of Code 2022 (by Verulean)

  • Python 3.11 156/6

  • advent_of_code_2022

  • rust What an ugly chain of if else if else if else... But it did the job. And I'm even < 1000th \o/ Also: mandatory paper cube.

  • AdventOfCode

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

  • Python+Paper [1740/765]

  • adventofcode

  • AdventOfCode-Java

    adventOfCode(Language.JAVA);

  • SaaSHub

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

    SaaSHub logo
  • AdventOfCode

  • C# [1203/884]

  • adventofcode2022

  • Code: https://github.com/mmdoogie/adventofcode2022/tree/master/22

  • aoc_kotlin

    Advent of code solutions in Kotlin

  • code

  • AdventOfCode2022

    Advent of Code 2022 (by gralamin)

  • Rust day 1, part 1 in pretty explicit rust

  • advent_of_code

  • perl5 [code] [cube action shot] [stream]

  • aoc-factor

    Advent of Code solutions in Factor

  • Factor, cube

  • AOC2022

  • Links GitHub Source Arts and Crafts A Arts and Crafts B

  • aoc2022

    my solutions for Advent of Code 2022 (by GassaFM)

  • Part 1 is similar in setting to day 9 and day 12, walking along a board with some rules. Snatched the constants for directions from there:

  • adventofcode

    ES6 solutions to Advent of Code puzzles. (by surgi1)

  • JavaScript, both parts (just for my map shape .o)

  • advent-of-code

    Polyglot Advent of Code solution collection (by rsaarelm)

  • Rust

  • aoc

    Advent of Code (by ramuuns)

  • aoc2022

  • Part 1 was not a problem, I stored all the map positions in a dictionary and gave them a value of True or False based on if you can move there. I also stored the starting and ending columns and rows for each row and column respectively, so I can just know which position to jump to when I need to wrap around. Part 2 was frustrating. I spent way too much time than necessary because I kept missing some mappings for the whole cube. Right now I have 13 total mappings which worked for my input. I think my solution should work for any arbitrary cube sides, I tried not to assume a lot. Fun problem overall. Made me think. A lot :p

  • advent-of-code-2022

    advent-of-code-2022 (by robosa)

  • Here's my ugly solution that only works on my input (I just enumerated all possible warps and handled them manually). And I made a cube!

  • advent_of_code

  • Even though I had the visual aid I needed to go over the entire thing like 4 times and double check all the wraps that actually occur to make sure it's actually correct. Not difficult, just really tiring and tedious. Anyway, because it was asked for, here are the sketches I made while figuring it out.

  • aoc

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

  • aoc

    Advent of Code (by taifu)

  • The worst python code I ever wrote

  • aoc2022

    Advent of Code 2022 - if I have time lol (by jabis)

  • Javascript / NodeJS Here's the diff

  • adventofcode

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

  • AdventOfCodeCSharp

    My AoC Solutions

  • adventofcode2022

  • I had thought that it would only work with my particular cube layout. But scanning the posts, it seems a lot of others (everyone?!) had the same layout. Obligatory cube.

  • aoc2022

    Advent of Code, this time in Deno (by danvk)

  • advent-of-code

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

  • aoc2022

  • aoc

    For advent of code 2022 (by harsh-98)

  • adventofcode

  • aoc2022

    Advent of Code 2022 (by Alprog)

  • AdventOfCode2022

    hacking advent of code 2022 in Rust (by weichslgartner)

  • Python Wrote a lot of tests to get the hardcoded cube wrapping right. Had in the end a bug that i did a direction change if the wall was on the other side on the cube.

  • adventofcode2022

    My Rusty 🦀 solutions to Advent of Code 2022 🎄 (by kelleyvanevert)

  • Rust solution

  • advent-of-code

    Solutions to the Advent of Code (by david3x3x3)

  • My solution in Python.

  • a2tools

    Stuff I write for my Apple //c

  • I only did part 1 tonight, somebody's literarlly doing Redditor wife at the office door.

  • advent-2022-clojure

    Advent of Code 2022 (Clojure)

  • Clojure.

  • AdventOfCode2022

  • GitHub (trust me, you dont wanna see my cube, my fingers were made for typing not for crafting lol)

  • aoc2022

    Advent of Code 2022 - my answers

  • aoc-2022

  • Rust

  • AdventOfCode2022

    Repository for my solutions of Advent of Code 2022 (by blubber-rubber)

  • Part 2

  • adventofcode2022

  • C#

  • adventofcode

    Sample solutions to Advent of Code (by kenthklui)

  • Golang 1451/1498 Code Cube

  • advent-of-code

    Solutions to the annual Advent of Code challenges (by pcjun97)

  • Go

  • aoc-2022

    Repository for solutions to Advent of Code 2022 (by HoshigaIkaro)

  • advent-of-code-2022

    actually publishing my solutions now that they're not redundant...

  • advent-of-code-2022

    Solutions to Advent of Code 2022 | https://adventofcode.com/ (by mfornet)

  • Rust

  • advent-of-code

  • AdventOfCode

  • advent-of-code

    Advent of code 2019 repo (by rnbwdsh)

  • I refactored it to learn and understand it. It's quite a bit shorter.

  • AoC

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

  • Advent2022

    Discontinued Advent Of Code 2022 (by markearnest)

  • Java I'm not proud of this at all, consider it a example of how not to do it, but as much time as I put into debugging it, I'm damn well gonna post it :) https://github.com/markearnest/Advent2022/blob/main/src/org/mystikos/aoc2022/day22/Advent22.java

  • advent-2022

  • Rust. I did hardcode how edges fold in part 2. I made a visualisation tool, which helped me check the folds were at the right spot, ran the code and it worked first try! Compared to the other days, I didn’t focused on speed, but it still runs in less than 1ms. Edit: GitHub https://github.com/baptistemanson/advent-2022/blob/master/src/day22.rs

  • AdventOfCode2022

    Rust project for advent of code 2022: https://adventofcode.com/2022 (by Convez)

  • AdventOfCode2022

  • Final stand

  • adventofcode

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

  • TypeScript - Part 1 used a approach with group of horizontal and vertical lines, Part 2 was intense.

  • AdventOfCode

  • Kotlin I need to clean this up but it is a generalized solution that can build a cube given any (valid) input and then run instructions. Was a fun challenge to figure out how to "fold" the flat sides around a cube without actually looking up any algorithms for how to do so...

  • Advent_of_Code

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

  • https://github.com/adimcohen/Advant_of_Code_2022_Single_Statement_SQL/blob/main/Day_22/Day_22_Part1.sql https://github.com/adimcohen/Advant_of_Code_2022_Single_Statement_SQL/blob/main/Day_22/Day_22_Part2.sql

  • aoc

    Advent of Code solutions (by sjmulder)

  • - C -

  • advent-of-code-go

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

  • AdventOfCode2022

  • adventofcode

    Advent of code solutions (by mathsaey)

  • advent-of-code-2022

    back to rust, except i'll use libs where it makes sense (by jchevertonwynne)

  • advent-of-code

  • Visual aid: https://github.com/nordfjord/advent-of-code/blob/master/2022/22/Cube.jpg

  • adventofcode

  • Java

  • advent-of-code

    My Advent of Code attempts. (by jarekwg)

  • Generic solution that doesn't depend on cube map layout. Parts 1 and 2 here: https://github.com/jarekwg/advent-of-code/blob/main/2022/AOC22.py

  • 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

  • -🎄- 2022 Day 18 Solutions -🎄-

    74 projects | /r/adventofcode | 17 Dec 2022
  • -🎄- 2022 Day 5 Solutions -🎄-

    263 projects | /r/adventofcode | 4 Dec 2022
  • -🎄- 2022 Day 19 Solutions -🎄-

    67 projects | /r/adventofcode | 18 Dec 2022
  • -🎄- 2022 Day 24 Solutions -🎄-

    72 projects | /r/adventofcode | 23 Dec 2022
  • -🎄- 2022 Day 21 Solutions -🎄-

    124 projects | /r/adventofcode | 20 Dec 2022