-🎄- 2022 Day 1 Solutions -🎄-

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

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

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

  • github link

  • adventofcode

    My solutions to the Advent of Code challenges (by djotaku)

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

    WorkOS logo
  • AoC

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

  • aoc2022

    My submissions to Advent of Code 2022. Learning Julia for the first time. (by hraftery)

  • So I added some profiling and a single pass implementation. Had to go x10000 input size to see much impact, and even then:

  • AdventOfCode2022

  • First time doing AoC, improving my Python. Also basically first time using Git Hub.

  • aoc2022

  • I like the trick with keeping and sorting only the maxes we are interested in, I did something similar (but sorting only 3-element array): https://github.com/mrk-its/aoc2022/blob/main/day01/src/main.rs

  • advent-of-code

    My Advent of Code answers (by tcsullivan)

  • That's awesome! No worries about reading the plain code, there's quite a bit going on. I've made a documented version of the part 2 code, link here, to help explain it.

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

    💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

  • in idiomatic Go, you must check errors whenever possible. you use the "github.com/samber/lo" package solely to hide error checking and forgot to check scanner.Err()

  • rockstar

    The Rockstar programming language specification

  • If you are looking for resources to get started, I used this interpreter: https://codewithrockstar.com/ and the docs here: https://codewithrockstar.com/docs

  • aoc_2022

    Discontinued Bad 2022 Advent of Code solutions (by ClementTsang)

  • Late to posting, but my solution in Crystal.

  • AoC2022

    Solutions to the Advent of Code (AoC) 2022 (by gequalspisquared)

  • chapel

    a Productive Parallel Programming Language

  • Code | Blog Walkthrough

  • advent-of-code

    All my advent of code projects (by snowe2010)

  • You can map + sum to be a bit more idiomatic. Here is my solution. I'm quite late to the party, I know. https://github.com/snowe2010/advent-of-code/blob/master/ruby_aoc/2022/day01/day01.rb

  • AdventOfCode2022Julia

    Advent of code 2022 done in julia.

  • github

  • AdventOfCode

    My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA

  • Python 49/28. Video of me solving. Final Code.

  • advent-of-code

    My solutions to all years of Advent of Code (by CodingAP)

  • GitHub

  • AdventOfCode2022

    Solutions to all 25 Advent of Code 2022 in Rust 🦀 Less than 100 lines per day, total runtime of less than 1 second. (by AxlLind)

  • Link to solution

  • aoc

    Advent of Code (by razetime)

  • All solutions so far

  • advent2022

    My Advent of Code 2022 solutions (by ericgroom)

  • Full Code

  • AdventOfCode-Java

    adventOfCode(Language.JAVA);

  • See it on GitHub here.

  • advent-of-code-2022

    Common lisp solutions to Advent of Code 2022 (by blake-watkins)

  • Common Lisp 2468/2489

  • AdventOfCode

  • aoc

    Advent Of Code Solutions (by bewajafarwah)

  • python

  • adventofcode

    Solutions to the yearly Advent of Code challenges in Java. (by joshuaruegge)

  • 352 solutions and counting to AOC 2015-2022 in Java over on github , feel free to check it out, utilize it, and reach out with questions or bugs!

  • adventofcode2022

    Advent of Code 2022 (by r0f1)

  • Python, 6 lines

  • Play2022

    Neil Banman's Advent of Code submissions.

  • Kotlin

  • AdventOfCodeCSharp

    My AoC Solutions

  • C# Code Here

  • advent-of-code

  • Rust

  • Advent-of-Code

    Advent of Code (by michaeljgallagher)

  • Happy to be doing another AoC!

  • advent-of-code

  • Link to solution

  • Advent-of-code

  • J solution. https://github.com/Toanuvo/Advent-of-code

  • aoc2022

  • Java https://github.com/martenhernebring/aoc2022/tree/solution

  • advent-of-code

    My Advent of Code Solutions (by Grygon)

  • Typescript

  • advent-of-code-2022

  • Part 1: https://github.com/wmt1276/advent-of-code-2022/blob/main/1a.py

  • aoc_2022

    Advent of Code 2022 (by natemcintosh)

  • Rust

  • AdventofCode

  • Day 1

  • AdventOfCode2022

    https://adventofcode.com/ (by fudgebucket27)

  • Part 1:https://github.com/fudgebucket27/AdventOfCode2022/tree/master/Day1Part1

  • aoc-2022

    Solutions for Advent of Code 2022 (by kupych)

  • Elixir - 4182 / 2942 (I'm just happy to be here)

  • AdventOfCode2022

    My solutions to Advent of Code 2022 (by willkill07)

  • Python

  • adventofcode

    :christmas_tree: C#/.Net7 library for the Advent of Code problems (by FaustVX)

  • In C#, using my own tool https://github.com/FaustVX/adventofcode

  • adventOfCode2022

    Discontinued Javascript Solutions for Advent Of Code 2022 (by agardes)

  • Pretty excited for AoC starting and all the daily headaches i'm gonna be having. Today's Javascript solution

  • aoc2022

    My solutions for the Advent Of Code 2022: https://adventofcode.com (by naturaln0va)

  • advent-of-code

  • adventofcode

    Advent of Code challenge solutions (by flwyd)

  • Elixir, source on GitHub

  • Common Lisp, source on Gitlab.

  • factor

    Factor programming language

  • Factor:

  • advent_of_code_2022

    Advent of Code solutions for 2022, in Rust!

  • adventofcode

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

  • My Scala solution.

  • AOC2022

  • Scala solution :)

  • adventofcode

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

  • advent-of-code-2022

    C# solutions for Advent of Code 2022 (by mkchandler)

  • Source

  • AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

  • Part 1 was slightly scary - I wasn't expecting two-dimensional input data, and that had me reaching for brk, but I found a single-pass solution. I'd keep track of the calories for the most supplied elf and the calories for the current elf. If the current line isn't empty, then add the number to the current elf. If the current line is empty, then let the most supplied elf's calories be the larger of its current value and the current elf's calories.

  • AdventOfCode

    Solutions to Advent of Code programming puzzles. (by otto-schnurr)

  • Swift (repo link)

  • aoc2022apl

    Advent of Code 2022 solutions in Dyalog APL

  • Dyalog APL

  • adventofcode

  • C++

  • AdventOfCode-2022

    Discontinued Advent of Code 2022 solutions. Enjoy :-)

  • Python Solution & Video included! Python Code| Video Explanation!

  • AOC_2022

  • AdventOfCode

  • C# 34/34

  • advent_of_code_2022

    Solutions for Advent of Code 2022 (by ropewalker)

  • Rust: https://github.com/ropewalker/advent_of_code_2022/blob/master/src/day01.rs

  • aoc2022

    Advent of Code 2022 on SCAMP (by jes)

  • friendshipismonadic

    Fim++ interpreter in Haskell

  • There's a compiler over here if you want to mess about with it.

  • Advent-of-code-2022-golang

    2022 golang solutions of Advent Of Code

  • aoc2022

  • 5 lines of Python: https://gitlab.com/RedPixel/aoc2022/-/blob/main/day1/day1.py

  • aoc2022lisp

  • adventOfCode2022

  • Full code: Github

  • aoc2022

  • aoc2022

    Advent of code 2022 (by typecasto)

  • File - https://github.com/typecasto/aoc2022/blob/main/day_1.nvmacro (in case you actually want to run it)

  • aoc2022

  • OCaml solution:

  • AdventOfCode

    Solutions to ⭐️Advent of Code⭐️ (by SSteve)

  • Rust Day 1

  • advent-of-code-2022

    Advent of Code 2022 written for use on a Game Boy (by NiliusJulius)

  • Part 1 https://github.com/NiliusJulius/advent-of-code-2022/blob/main/states/1a.c

  • adventofcode-cpp

    David's C++ Solutions to Advent of Code

  • advent-of-code-2022

    🎅🌟❄️☃️🎄🎁 (by mstksg)

  • My Haskell solution :) https://github.com/mstksg/advent-of-code-2022/blob/main/reflections-out/day01.md

  • adventofcode

    Advent of code solutions (by mathsaey)

  • AoC2022

  • my version

  • AdventOfCode2022

  • Part 1&2 : https://github.com/Shadowwws/AdventOfCode2022

  • AdventOfCode2022

  • Python 3: https://github.com/kresimir-lukin/AdventOfCode2022/blob/main/day01.py

  • Advent-of-Code-2022

    AoC2022 solutions in Rust 🦀 (by jaimeliew1)

  • advent

    Advent of Code - Ada (by JeremyGrosser)

  • aoc2022

    Solutions for Advent of Code 2022 in Rust with a complementary web runner. (by sanraith)

  • Source: github.com/sanraith/aoc2022/.../day01.rs

  • aoc

    Advent of Code (by ramuuns)

  • advent-of-code

  • Julia

  • advent-of-code-julia

  • Julia using ResumableFunctions

  • AoC

    Advent of Code (by Marterich)

  • aoc2022

    Advent of code 2022 (by MarcusDunn)

  • advent-of-code

    Advent of Code 2019, 2020, 2021, in Bash and/or C. (by braoult)

  • code

  • Advent-of-Code

    A collection of my solutions for "Advent of Code" (by Nuhser)

  • lisputils

  • If you want, you can have a look at my AOC parsing utilities - this really is nothing fancy, just a few functions doing what is needed most of the times (reading a file as a list of lines, as a list of "blocks" separated by empty lines, as a 2D array ...)

  • cl-ppcre

    Common Lisp regular expression library

  • For simple string processing, there are some functions in the language, that you can find listed here (for string-specific functions) and here (for more generic sequence-handling functions). For anything involving regular expressions, cl-ppcre is the way, in particular the split and register-groups-bind functions.

  • aocgen

    A Golang tool for generating code for Advent of Code

  • Should have mentioned, I'm using this helper template https://github.com/timkelleher/aocgen - the auto generate fn creates this struct, I assume it's used somewhere in the framework

  • Advent-of-Code

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

  • See on GitHub

  • advent_of_code

  • cmake-raytracer

    Ray tracer written in pure CMake

  • I'll probably give a few more of them a try. It's not a pleasant language but anything is possible, see this persons raytracer! https://github.com/64/cmake-raytracer

  • AOC2022

    Solutions for the Advent Of Code 2022 (by barsa2000)

  • Day 1 solution on github

  • advent-of-code-2022

    🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2022 (by timvisee)

  • Part 1 0.027ms (27 μs)

  • advent-of-code-2022

    Advent of Code 2022 (by FloSchl8)

  • Github

  • advent-of-code

    Advent of Code puzzles (by KT421)

  • advent-of-code

  • 05AB1E

    A concise stack-based golfing language (by monkeygroover)

  • 05ab1e (note needs this branch that adds a new parsing command https://github.com/monkeygroover/05AB1E/tree/add-readtoeof)

  • Go Github

  • aoc-2022-kotlin

    AOC 2022 in Kotlin!

  • advent-of-code-2022

    My Advent of Code 2022 solutions, in Koka 🎄🎁 (by neysofu)

  • advent_of_code

    AoC in Rust (by halli2)

  • Advent-of-Code-2022

    Advent of Code 2022 - in Rust! (by Killavus)

  • advent-of-code-2022

    Solutions for https://adventofcode.com/2022 (by vgnh)

  • You can abstract out the commonly used functions into a utils package like this: https://github.com/vgnh/advent-of-code-2022/blob/main/utils/common.go

  • AdventOfCode2022.jl

    Advent of Code 2022 in Julia

  • Link to solution: https://github.com/goggle/AdventOfCode2022.jl/blob/master/src/day01.jl

  • advent-of-code

    My solutions to the Advent of Code (by aaronreidsmith)

  • Scala

  • AoC2022

    Swift solutions for Advent of Code 2022 (by gereons)

  • Swift repo

  • AdventOfCode2022

  • I did whole AoC last year in Rust and Im going to do the same this year, here you go: https://github.com/DevRayy/AdventOfCode2022

  • advent-of-code-2022

    Advent of Code 2022 (by bozdoz)

  • Advent-Of-Code

  • Thought about doing it in Typescript this year. You can find part1 here and part2 here!

  • aoc-2022

  • This is how I did it https://gitlab.com/NetTinkerer/aoc-2022/-/blob/main/day1/task1.py I create a list of elves and keep an index of at which elf I am. I keep pushing to that elf as long as the line contains a number. If not a umber I push a new elf to the list and increase the index.

  • BQN

    An APL-like programming language. Self-hosted!

  • Well, a former Dyalog APL developer did go on to create his own language based on ideas from APL called BQN, which is touted as "an APL for your flying saucer"

  • advent-of-code

    Advent of Code solutions (by mkeeter)

  • (and the repository: https://github.com/mkeeter/advent-of-code/)

  • advent-of-code-tribbe

    My solutions for Advent of Code.

  • My Python solution can be found here.

  • aoc2022

  • Inspired by somebody here solving it in CMake, I tried some Bazel misuse. Full solution here. When run, it looks like this:

  • aoc2022

  • Deno

  • advent-of-go

  • Here’s my solution in go 🙂 GitHub

  • adventofcode

    Advent of code in rust (by Japanuspus)

  • Rust: https://github.com/Japanuspus/adventofcode/tree/master/2022/day01

  • swift-algorithms

    Commonly used sequence and collection algorithms for Swift

  • Algorithms has `max(count:)` now. 💻🖥️

  • SPL_AOC2022

    Solving Advent of Code 2022 in Shakespeare Programming Language

  • part 1

  • advent-2022-kotlin

    :christmas_tree: Advent of Code 2022: Solutions in Kotlin

  • Kotlin -> [Blog/Commentary] - [Code] - [All 2022 Solutions]

  • aoc2022

  • aoc-clojure

  • My solution in clojure (with babashka)

  • advent-of-code-2022

    Advent Of Code (by VossFynn)

  • advent-of-code-2022

    solutions to advent of code 2022 (by dhconnelly)

  • C++: https://github.com/dhconnelly/advent-of-code-2022/blob/main/src/day1.cc

  • AoC2022

    Advent of Code 2022 Solutions (by Teekeks)

  • AdventOfCode2022

  • AdventOfCode

    My solutions to Adventofcode (by sergiosgc)

  • First day is always easy, not much explaining to do. Repo at github. Tweet here.

  • Advent-Of-Code

    Repository For My Attempts At Solving Advent Of Code (by papasj19)

  • Link Here

  • aoc

    :christmas_tree: My collection of Advent of Code solutions, with all years in one repository. (by SebastianPrehn)

  • Python GitHub

  • SuperLinq

    Extensions to LINQ to Objects

  • Yeah, look at SuperLinq, specifically the non-async version. :)

  • advent_of_code

    This repository contains my solutions for the Advent of Code programming challenges. (by GabrielTorland)

  • Part two is written in three lines of code to not make It completely unreadable. The code is available here.

  • aoc-2022

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

  • Full solution

  • aoc2022

    archive for advent of code 2022 (by ccaporale1)

  • TCL Solution

  • adventofcode

    Advent of Code annual challenges - www.adventofcode.com (by bartekkustra)

  • advent_of_code_2022

    Advent of code 2022 (by HendrikPetertje)

  • Elixir https://github.com/HendrikPetertje/advent_of_code_2022/blob/main/test/01/day_1_test.exs

  • advent-of-code

    Advent of Code 2022 (by Rumel)

  • Github Link

  • aoc

    My solutions to the https://adventofcode.com/ (by vollcheck)

  • Solution on GitHub

  • advent-of-code-2022

    Repo containing solutions for Advent of Code 2022 (by ste001)

  • """ get_aoc_input(day, cookie) Download Advent of Code 2022 input data for the given day. A valid cookie must be provided, for example by logging into the Advent of Code website with a browser and copying the session cookie (accessible in the browser preferences). """ function get_aoc_input(day::Integer, cookie::AbstractString) cookies = Dict("session"=>cookie) r = HTTP.get("https://adventofcode.com/2022/day/$day/input", cookies=cookies) String(r.body) end ```

  • C# and Rust: https://gitlab.com/b4ux1t3/advent-of-code/-/tree/2022-day-one/2022

  • advent-of-code-2022

  • adventOfCode

  • AdventOfCodeCSharp

    Advent of Code Puzzle Solutions in C# (by jbush7401)

  • advent-of-code-2022

  • Kotlin day 1

  • AdventofCode2022

  • Java day 1: https://github.com/adder12/AdventofCode2022/blob/main/AdventofCode1/src/main/java/org/example/Main.java

  • aoc-2022-in-kotlin

    AoC 2022 in Kotlin 😺

  • Mine Kotlin solution looks mostly the same. IDE suggested to use `maxOfOrNull` and I used slice instead of `take`.

  • advent-of-code-2022

    The 2022 adventofcode.com JavaScript solutions I've written for the YouTube videos (https://www.youtube.com/@thibpat) (by tpatel)

  • The code is available on github: https://github.com/tpatel/advent-of-code-2022/blob/main/day01.mjs

  • advent-of-code

  • repo link

  • Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  • This includes: - rust-analyzer as the LSP. It will give you a lot of auto-completions, auto-imports, rename symbol etc. - rust-fmt for formatting. This will let you forget about formatting, and make your code more readable for others. - clippy for linting. Clippy is one of my biggest reasons for liking rust, it's awesome

  • advent-of-code

  • advent-of-code-2022

    Java 17 solutions for the 🎄 Advent of Code 2022 (by CasvanDongen)

  • Java 17 solution: challenges/Day1.java

  • aoc2022

    Advent of Code 2022 (C#) (by p88h)

  • github

  • aoc2022

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

  • Almost forgot AoC for this year, quickly hacked together the Code before it was past midnight. basic gist of code is:

  • aoc_2022

  • advent_of_code_2022

  • Full code on Github

  • otome-os

    A shell / fantasy operating system inspired by functional programming written in Lua

  • I put it on Github if you really want to check it out. Beware that it is not usable if you don't know the limitations.

  • advent-of-deno

    Advent of Code solutions in TypeScript + Deno 🦕

  • Advent-Of-Code-2022

    My attempts to learn Idris 2 (by KevinDuringWork)

  • adventofcode

  • aoc-2022

    Advent of Code 2022 (by rfaulhaber)

  • (not very good) haskell

  • AdventOfCodeCPP

    Discontinued Advent of Code Solutions in C++

  • Advent_of_Code_2022

    Solutions to Advent of Code 2022 (by neelakantankk)

  • Trying to use Rust this year: My solution to part 1.

  • AoC-2022

    Advent of code 2022 (by billyto)

  • MonkeyAOC

  • Code: Repo, The part that solves the challenge

  • AdventOfCodeTI83

    As many Advent of Code problems as possible, done in Z80 assembly language for the TI83 graphing calculator.

  • github

  • advent-of-code

    My (incomplete) solutions to the Advent of Code yearly challenges. (by Chrinkus)

  • Link to repo.

  • Advent2022

  • This took way too long setting up rust with a formal project structure. https://github.com/IdrisTheDragon/Advent2022/blob/main/day_01/src/lib.rs

  • AoC2022

    My Advent of Code repo for 2022 (by guemax)

  • Full code is on GitHub

  • aoc22

  • I solved it in Haskell earlier this morning: https://github.com/sondr3/aoc22/blob/main/src/Day/Day01.hs. Pretty straight forward after parsing the input.

  • aoc

    Advent of Code (by gkwaerp)

  • advent-of-code-2022

    🎅🎄 2022 AOC Answers (by bwz3rbot)

  • Full repo here: https://github.com/bwz3rbot/advent-of-code-2022

  • C# -> https://github.com/NeelBhatt/AdventOfCode2022/blob/main/Day1

  • AdventOfCode

  • AdventOfCode

  • Golang (somewhat experienced): https://github.com/CSS-Scripter/AdventOfCode/blob/main/2022/golang/1/main.go

  • ok

    An open-source interpreter for the K5 programming language. (by JohnEarnest)

  • I'm mostly translating Q in my mind, but the best resource I found for new ones is the Ok's website: https://github.com/JohnEarnest/ok/blob/gh-pages/docs/Manual.md

  • advent_of_code_2022

    Advent of code challenge 2022 (by jnt0009)

  • R https://github.com/jnt0009/advent_of_code_2022/blob/master/day_1/day_1.R

  • 2022-AoC

    https://adventofcode.com/2022

  • adventofcode

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

  • F# - No Sorting, Single Iteration and TypeScript - Old Style

  • advent-of-code

    My personal advent of code repo (by soupglasses)

  • AoC2022

    adventofcode.com (by Ily3s)

  • C (nothing special there)

  • summer_of_code_2022

    Discontinued [Moved to: https://github.com/Scharrels/advent_of_code_2022]

  • Another Rust solution: https://github.com/Scharrels/summer_of_code_2022/blob/master/src/day1_calorie_counting.rs

  • advent-of-code-2022

    Solutions for Advent of Code 2022, written in JavaScript using node.js (by johnbeech)

  • AOC2022

    Advent of Code 2022 (by Rakicy)

  • Python Solution: Day 1

  • flux

    A C++20 library for sequence-orientated programming (by tcbrindle)

  • The code is available on Github of course if you want to check it out, and there's a little bit of documentation covering some of the sequence adaptors and algorithms which are available.

  • aoc2022

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

  • Go solution: https://github.com/JustTalDevelops/aoc2022/blob/master/days/one/main.go

  • aoc2022

  • C++

  • AdventOfCode

  • The turtles will tell you all the answers! https://github.com/jdeplecker/CC-AdventOfCode-2022/tree/main/day01

  • aoc2022

  • Repo: GitHub

  • AdventofCode

  • Github Repo

  • AoC2022

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

  • problems

    AdventOfCode, Exercism, Go, Elixir... (by GGuinea)

  • Code

  • aoc-22

  • JS: Kept it real old-school Node style today lol https://github.com/lindakatcodes/aoc-22/blob/main/solutions/day01.js

  • aoc2022

    Advent of Code 2022 - my answers

  • advent_of_code

  • Python solution: https://github.com/chiragpachori/advent_of_code/blob/main/2022/01/solution.py

  • advent-of-code-2022

  • AoC2022

  • solution here

  • advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  • AdventOfCode2022

  • aoc2022

  • advent-of-code-2022

    🎄 My solutions to Advent of Code 2022. (by v-shenoy)

  • Rust: Day 02 Decided to use AoC 2022 to learn some Rust.

  • advent_of_code

    Advent of Code 2015 written in rust (by Aragami1408)

  • Rust: Solution

  • advent-of-code

    solutions for Advent of Code (by micod-liron)

  • Solution for day 1: https://github.com/micod-liron/advent-of-code/blob/main/AdventOfCode2022/Day01of2022.class.st

  • AOC

  • part one

  • aoc_2022

    My solutions to Advent of Code 2022 written in Ruby

  • Code: https://github.com/careyi3/aoc_2022/tree/master/solutions/1

  • aoc

    advent of code (by apparentorder)

  • aoc

    Advent of Code - mscha's Perl 6 solutions (by mscha)

  • @GitHub

  • advent-of-code-2022

  • Full code here https://github.com/dionysus-oss/advent-of-code-2022/blob/main/day-1/src/main.rs and solution explanation https://youtu.be/i5HXzoyTULU

  • My solutions in Rust https://github.com/LinAGKar/advent-of-code-2022-rust/tree/main/day1a, https://github.com/LinAGKar/advent-of-code-2022-rust/tree/main/day1b

  • AdventOfCode

  • Here's my solution in C# https://github.com/adhurjaty/AdventOfCode/tree/master/Day2 Went with a circular double linked list because I wanted to prove something I guess

  • Advent-of-Code

    Advent of Code solutions by me (by V1perZerofy)

  • My Repo

  • adventofcode.com_game_2022

    https://adventofcode.com/2022/about

  • Python, my_repo: https://github.com/loramoon/adventofcode.com_game_2022/tree/main/Day_1

  • advent-of-code-2022

    Discontinued https://adventofcode.com/2022 in #Rust (by asaaki)

  • Rust, https://github.com/asaaki/advent-of-code-2022/blob/main/src/bin/day1.rs

  • advent-of-code

  • advent-of-code-2022

    https://adventofcode.com/2022/ (by qqii)

  • Adding to the 6 other "excel" users: https://github.com/qqii/adventofcode-2022/tree/master/day01

  • advent-of-code-go

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

  • Advent-of-Code

    This repo contains my solutions to the advent of code event. Learn more about advent of code at https://adventofcode.com (by AhmarTheRed)

  • adventOfCode

    Advent of code solutions, probably mostly in C++, but maybe in Rust in the (near) future. (by osalbahr)

  • Solved in C++ https://github.com/osalbahr/adventOfCode Feel free to ask any questions! You can find more C++ solutions (and other languages) here: https://github.com/Bogdanp/awesome-advent-of-code#c-2

  • random-code-collection

    Random

  • adventofcode2022

  • github.com/Nrc0/adventofcode2022

  • AoC2022

    Advent of Code 2022 (by gizlu)

  • https://github.com/gizlu/AoC2022/blob/8ac51696ded741c94900917efe40b108bd66f7a9/day1/README.md awk/shell, one line per task

  • aoc2022

    Adventofcode solutions 2022 (by tobega)

  • Tailspin https://github.com/tobega/aoc2022/blob/main/day01/app.tt

  • advent-of-code

    My solutions to Advent of Code (by loociano)

  • GAMEBOY using C + GDK-2020

  • aoc-2022

    Advent of Code 2022 in Rust (by litpho)

  • advents-of-code

    🎄🎁 Solutions for the yearly advent of code challenges

  • AoC2022

    Merry Christmas, y'all !!! (by tobstern)

  • advent-of-code

    Challenges de https://adventofcode.com en Python (by mer-sublime)

  • Python 3

  • advent-of-code

    Advent of Code Solutions by Georg Begerow Language: rust 2021 (by gbegerow)

  • Rust 2022 01

  • scratch-www

    Standalone web client for Scratch

  • This year I'm going to do as much as possible with scratch:

  • advent-of-code

  • part 1 on github

  • advent-of-code

    My Advent of Code submissions. For 2021 and before, these are the original code I used, without any modifications after-the-fact. As such, they are probably not as efficient or short as they should be, because I want a working solution faster, not a better solution. For 2022 and after, these are the solutions uploaded to my YouTube channel.

  • Python 3 - Part 1 - Part 2 - Walk-Through Video

  • AdventofCode2022-Day1-Part1-

    Day 1, Part 1 of 2022 Advent of Code - Python Solution

  • Part 1

  • Day1

  • advent

    Solutions to https://adventofcode.com/ (by tsenart)

  • advent-of-code-2022

    Advent of Code in Rust (by gwpmad)

  • AdventOfCode2022CSharp

  • C# solution using .NET Interactive and Jupyter Notebook.

  • jmurmel

    A standalone or embeddable JVM based interpreter/ compiler for Murmel, a single-namespace Lisp dialect inspired by Common Lisp

  • I may be a little late to the party but here's my Murmel solution:

  • aoc2022

    My Advent of Code 2022 solutions! (by SourishS17)

  • AdventOfCode

  • aoc-2022

    Discontinued Solutions for 2022 Advent of Code written in Rust. (by acehinnnqru)

  • Full code on Github

  • 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