-❄️- 2023 Day 9 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)

  • aoc2023

    Advent of code 2023 solutions (by tobega)

  • 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

  • https://github.com/mark-boots/Advent-of-Code/blob/main/2023/day9/index.js

  • aoc2023

    Advent of Code 2023 (Mojo)

  • adventofcode

  • advent-of-code-2023

    Advent of Code 2023 (Rust) (by bozdoz)

  • I’m same background learning rust this year! Check out mine: https://github.com/bozdoz/advent-of-code-2023/blob/master/day-09/src/main.rs

  • AdventOfCode2023Julia

    Advent of Code 2023 challenges done in Julia

  • [LANGUAGE: Julia] 521/293 Code

  • 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
  • Advent-Calendar-Python

    This repository contains all my answers to all the Advent Calendar

  • Solution Uploaded here: https://github.com/fschatbot/Advent-Calendar-Python/blob/master/2023/9.py

  • advent-of-code

    All my advent of code projects (by snowe2010)

  • advent-of-code

    Advent of Code solutions (by pimvanhespen)

  • solution here

  • AdventOfCode2023

    Advent of Code 2023 solutions (by johnpmay)

  • Oh man, it's Friday night, I was ready for something epic. Oh well, yay recursion. No github link, this is all of it. Still waiting to break the top 1000 on part 2 this year, but I got close this time.

  • advent-of-code-2023

  • advent-of-code-2023

    My codes for advent of code 2023, predominantly in python. (by sayan01)

  • advent-of-code

  • Solution

  • adventofcode2023

  • AoC-2023

    Solutions for Advent of Code 2023, aiming to work in C and JS/TS this year! (by EvilKanoa)

  • Code for both parts here: https://github.com/EvilKanoa/AoC-2023/commit/834635b81c62515ce3194df233d0c51eefa768ef

  • AOC2023

    Advent of Code 2023 (by mbottini)

  • GG EZ

  • AdventOfCode2023

  • Solution

  • Jsaoc

    Templating system and personal solutions in javascript for Advent of Code 2023

  • Part 1 & 2

  • advent-of-code

    My Advent of Code answers (by tcsullivan)

  • Advent-of-Code

    Advent of Code (by michaeljgallagher)

  • :D

  • AdventOfCodeCSharp

    My AoC Solutions

  • advent-of-code-2023

    aoc2023 with #![no_std] (by dhconnelly)

  • AdventOfCode2023

  • Github

  • advent_of_code

    C++23 solutions to advent of code puzzles -- various years complete. (by jwezorek)

  • advent-of-code-gs

    Google Sheets one formula solutions to Advent of Code (No GAS)

  • Github repo

  • aoc2023

  • AdventOfCode2023

  • Solution

  • advent-of-code

  • AdventOfCode2023

  • Solution

  • advent-of-code-2023

    My atempt at learning Rust (by vesk4000)

  • LANGUAGE: Rust

  • aoc

  • AdventOfCode2023

  • AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

  • Part 1 involved a direct solution - for each line, I read it into a dynamically allocated array, then allocated a new array and calculated the differences between the previous array's elements, and so on until I got an array that's all zeroes. I then proceeded to extrapolate - I found the end of the list, and added the end of the previous list to this list to get the new element to add to the end of the list - I actually didn't need to save this value in new space, I could have just overwritten the old end of the list.

  • advent_of_code

  • [Rust] https://github.com/Kromzem/advent_of_code/blob/main/src/day_nine.rs

  • aoc

    🎄 My solutions and walkthroughs for Advent of Code and more related stuff.

  • Solution

  • playground

  • AdventOfCodeRust

    Rust solutions to AdventOfCode (by amSiddiqui)

  • advent_of_code

    Advent of Code solutions -- see: https://adventofcode.com/ (by solarshado)

  • github

  • AOC2023

    Advent of code 2023 (by SPixs)

  • Day 9

  • advent_of_code

    My Advent of Code solutions in Python 3 (by thomasjevskij)

  • I resisted the urge to do this in some clever numpy way. But this really felt like a problem meant for vectorized diff functions. Or for some neat recursive solution. I just went for something pretty straightforward and part 2 was not so nasty today :)

  • aoc2023

    Advent of Code 2023 in Rust (by szeweq)

  • advent-of-code

    Implemented in Go, TypeScript & Dart (by ayoubzulfiqar)

  • Go

  • swift-aoc-2023

  • Code

  • advent-of-code

    Advent of Code 2023 workspace (by ccozad)

  • aoc-2023

    AoC 2023 in Haskell (by alexjercan)

  • arturo-aoc-2023

    AOC 2023 in Arturo

  • AdventOfCode_Main

  • Nice an easy one to start the weekend happy...but I think we'll be crying tomorrow as visit the island... Link Github 2023 Day 09

  • AoC2023

    Python code for Advent of Code 2023 (by p3rki3)

  • adventofcode

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

  • https://github.com/encse/adventofcode/blob/master/2023/Day09/Solution.cs

  • aoc2023-benchmarks

    My solutions to this year's Advent of Code

  • [LANGUAGE: Rust] Does this make me a (one-)line-cook?!

  • aoc23

    Advent of Code 2023 solutions written in Deno (by dmatis2)

  • AoC2023

  • The solution is here: Solution

  • advent-of-code-rust

    Complete 2023 to 2019 and 2016 to 2015 entries for the annual Advent of Code challenge, written in performant Rust. (by maneatingape)

  • Reworked my solution to use this approach.

  • AoC

  • [LANGUAGE: Python] Used pairwise from itertools to get the pairs of values. https://github.com/vigge93/AoC/blob/master/2023/day9.py

  • aoc2023

  • aoc23

  • Both parts ~800 μs each excluding parsing. https://github.com/gitpushjoe/aoc23/blob/main/day9/solution.cpp

  • aoc

  • advent-of-code

  • advent_of_code

    Advent of Code solutions in Rust (by cainkellye)

  • advent-of-code-2023

  • adventOfCode

    adventOfCode (by GuillaumedeVolpiano)

  • Advent-of-code-2023

  • my_advent_of_code

  • Complete solutions : https://github.com/DarioTheLuca/my_advent_of_code/blob/master/aoc2023/src/day09/index.ts

  • aoc

  • Defaulted to vectorized bruteforce with numpy, fully expecting to have to refactor for GPU. Did not expect it to work so easily.

  • advent-of-code-2023

  • aoc_2023

  • Advent-Of-Code-2023

  • A recursive solution with essentially 4 lines of code for the logic.

  • advent-of-code

  • AdventOfCode

  • Advent_of_Code_2023

    Advent of Code programming solutions, 2023 (by wherrera10)

  • No need for an option to reverse when there's `pushfirst!()` to [do it all in one pass].

  • AoC2023

    Advent of Code for 2023 in F# (by kimvais)

  • and yeah, GG EZ indeed

  • adventofcode

    My solutions to Advent of Code. (by WinslowJosiah)

  • advent-of-code-2023

    My solutions to Advent of Code 2023 (by ThomasBollmeier)

  • Straightforward solution: https://github.com/ThomasBollmeier/advent-of-code-2023/blob/main/09/main.py

  • advent-of-code

  • Click here for a solution which will predict the humidity and other values, in all directions you can think of! You'll be able to use the water from the oasis, and predict when exactly it'll be salty enough for your taste!

  • Advent-of-Code

    My Code for solving Advent of Code (https://adventofcode.com/) (by Skgland)

  • Github Link

  • aoc_rust_2023

    Advent of Code 2023 solutions in Rust.

  • AdventOfCode2023

    AdventOfCode2023 (by marcodelmastro)

  • advent_of_code_2023

    Advent of Code 2023 in Rust (by daic0r)

  • advent_of_code_2023

    Solutions for Advent of Code 2023 (by ropewalker)

  • AdventOfCode

  • aoc2023-janet

    Advent of Code 2023 in Janet

  • GitHub Repository

  • aoc23

    Advent of Code 2023 in Scale

  • Day 9 Part 1 & 2

  • AOC

  • [Code]

  • advent-of-code-2023

  • aoc

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

  • Full code at GitHub.

  • AdventOfCode

    My solutions to Adventofcode (by sergiosgc)

  • Code

  • AoC23

  • advent-of-code-2023

  • aoc2023

    Advent of Code 2023 (by pwislowski)

  • github

  • aoc2021

    Advent of Code 2021 - 2023 (by dirk527)

  • adventofcode

  • GitHub

  • aoc

    All Advent's of Code solutions and its solver for everyone (by crixodia)

  • It's all about high order arithmetic progression. Almost instant output. Solution Here. Just one formula. Thanks Newton 🫡

  • advent-of-code

    Advent of Code Programming Puzzles (by foolnotion)

  • advent-of-code-2023

    Solution in Go (Golang) for Advent of Code 2023 (by silverark)

  • AOC2023

  • Advent-of-Code-2023

    For the sixth time trying to see if I remember something (by Leftfish)

  • Anyway, after noticing that the sequences in the input are not arithmetic, I decided not to look for any fancy solutions. I initially went for lists and solved both parts instantly, but then I decided to do it more properly, so hello, deques.

  • Aoc2023

  • There's no backward in going forward, as my grandfather used to say. Except for my answer to part 2 of this puzzle, which is taking backwards and flipping it around.

  • Advent_of_Code_2023

    My advent of code solutions for 2023 in mostly python and c++ but maybe other languages if I want to :^) (by lmitlaender)

  • Day 9 2023 - Part 1 and 2 - Github

  • puzzles

    collection of solutions for various programming puzzles (by jcmoyer)

  • Advent_of_Code

  • aoc2023

    Avent of code 2023 (by ryanheath)

  • AdventOfCode

  • adventofcode2023

  • This is straightforward. Now I can eat my breakfast.

  • AoC_23

    Had to create a new one ...

  • No imports, nothing complicated, somehow it worked... 🥹

  • solutions

    🧠 Solutions of different problems in different languages (by win0err)

  • aoc-2023

    Advent Of Code 2023 - in nim (by runekaagaard)

  • Advent-Of-Code

    Discontinued My participations in the Advent of Code challenge (by saulvaldelvira)

  • advent

  • advent-of-code

    Advent of Code Solutions 🎄 (by samyuh)

  • advent-of-code-2023

    Discontinued Advent of Code 2023 in Rust, 2 stars for days from 1 to 18. (by phantie)

  • GitHub

  • advent_of_code

    my solutions to advent of code (by comforttiger)

  • advent-of-code-2023

    Advent of Code 2023 (by juanplopes)

  • AoC2023

  • https://github.com/thrilway/AoC2023/blob/3a8ae0097f1fbb23691f9c2859c6f0eb85a8e94b/09/day09.rkt

  • aoc2023

    Advent of Code 2023 (by tommyip)

  • Uiua playground Github

  • AdventOfCode-2023-Assembly

    Advent of Code 2023 solutions in RISC-V assembly.

  • adventofcode

    Solutions to AoC puzzles (by alkurbatov)

  • aoc-cl

    Advent of Code with Common Lisp (by hulufei)

  • Advent-of-Code

  • aoc

    advent of code (by jitwit)

  • advent

    My solutions for the Advent of Code http://adventofcode.com/ (by willmadison)

  • advent-of-code-2023

    Solutions to 2023's daily challenges (by mleone10)

  • Link

  • aoc

    advent of code (by cdillond)

  • AdventOfCode2023

  • Part1: https://github.com/SimonNyvall/AdventOfCode2023/blob/main/day9.fs

  • advent-of-code

  • adventofcode

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

  • advent_of_code_2023

    Advent of Code 2023 done in V (by xXMacMillanXx)

  • Github day 09

  • AdventOfCode

    Repository to store the solutions for AdventOfCodes. 2021 in Apex, 2022 a mix, 2023 in JS, challenge accepted! (by foxysolutions)

  • Github. Always a big love for recursion and appreciating when it's rewarded by 2nd puzzle :P

  • AdventOfCode2023

  • Solution

  • aoc-2023

    Solving 2023 AoC challenges in Node.js & Typescript.

  • Solution

  • aoc

    Advent of code (by SaahilClaypool)

  • github

  • AdventOfCode

  • https://github.com/fasteasyfree/AdventOfCode/blob/main/2023/9-1.ps1

  • AdventOfCode

    Advent of Code 2021 (by Jacke-debug)

  • AoC2023

    Advent of Code Challenges 2023 (by les-friesen)

  • advent-of-code-2023

  • github

  • aoc2023

  • aoc_2023

  • advent-of-code-one-liners

    🐍📅 One-line Python solutions for Advent of Code 2022 and 2023.

  • Today beats yesterday as my fastest solve! Fairly short too, so I'll include my one-line solutions in-line. q[9] contains the input. Here is my updated visual of the Basilisk, which combines all my one-line solutions into a single, disgusting line of code!

  • advent-of-code

    Advent of Code (by MarginallyClever)

  • [Language: Java] https://github.com/MarginallyClever/advent-of-code/blob/main/src/main/java/com/marginallyclever/adventofcode/y2023/Day9.java

  • AdventOfCode

  • Day 9

  • aoc2023

    My solutions for Advent of Code 2023 (by Queueue0)

  • AoC

    Advent of Code in Python (by Josef-Hlink)

  • goaoc2023

  • solution with some simple recursion

  • aoc2023

    Advent of Code 2023 (by mek)

  • advent-of-code

    Advert of Code solutions (by ungrim97)

  • Day 9.js

  • aoc-2023

    Code for Advent of Code 2023 (by akleemans)

  • Github Link

  • adventofcode-kotlin

    My Advent of Code solutions coded in the Kotlin language (by palinkiewicz)

  • GitHub link

  • adventofcode

    Doing advent of code problems in D. (by schveiguy)

  • advent

    Attempts at solving the annual Advent of Code, the daily christmas themed coding challenges. (by Kingzel)

  • Part 1: 9A

  • adventofcode

    Advent of Code solutions. (by ejrsilver)

  • aoc-go

  • [LANGUAGE: Go] Github

  • advent-of-code

  • AoC_2023_go

  • Classic iterative approach

  • Advent_Of_Code

    My solution for the Advent of Code challenges in various languages. (by Dullstar)

  • advent_of_code

    Solutions to programming puzzles on Advent of Code (by Praful)

  • Here's the relevant extract from my (recursive) solution. Full code on GitHub.

  • AOC2023

    My code for y2023 AdventOfCode (by vorber)

  • AdventOfCode2023

  • Here is the solution, quite easy : https://github.com/SimonGirardSfeir/AdventOfCode2023/tree/main/src/main/java/org/girardsimon/day09

  • advent-of-code

    Advent of code (by rlemaitre-ledger)

  • [Part 1 and 2](https://github.com/rlemaitre-ledger/advent-of-code/blob/main/src/main/scala/adventofcode/aoc2023/day09/Day09.scala)

  • AOC2023

    Advent of Code 2023 (by wlmb)

  • David-s-Advent-Of-Code-2023

    Repo to store code for my Advent of Code 2023 run.

  • https://github.com/dave-cao/David-s-Advent-Of-Code-2023/tree/main/day_9

  • AdventOfKode2023

  • aoc

    Advent of Code (by wleftwich)

  • advent_of_code_2023

    repo for advent of code 2023, xmas themed coding challenge

  • adeventofcode2023

  • [LANGUAGE: Rust] Simple iterative solution: GitHub link

  • adventofcode23

    advent of code solutions, 2023 (by katstasaph)

  • adventofcode

  • aoc_2023

  • advent-of-code

    My Advent of Code solutions in Golang (by jerodev)

  • Part 1 & 2 Github link

  • advent-of-code-2023

  • Github

  • AdventOfCode2023

  • Github Link

  • adventofcode

    Solution implementations to https://adventofcode.com puzzles (by codertee)

  • Used itemgetter to make solution generic for both parts: github

  • advent-of-code

    My Advent of Code Solutions (by nicklpeterson)

  • I did the brute force algorithm first and was kind of bummed it worked. Went back for the Lagrange Solution. Interestingly it gets very very close, but I still need to do Math.round to get the correct output. https://github.com/nicklpeterson/advent-of-code/blob/main/2023/9.js

  • AoC-2023

    Advent of Code 2023. Learning Go with bad code (by mdd36)

  • adventOfCode2023

    my solutions to the 2023 advent of code in js (by HelplessSoldier)

  • [Language: JavaScript] github 8ms.

  • aoc-2023

    Advent of Code 2023 (by kendlbat)

  • advent_of_code

    My solutions to the Advent of Code event (by Robin270)

  • Anyway my solution available on my GitHub

  • AdventOfCode2023-PHP

    My solutions for Advent of Code 2023, in PHP

  • advent-of-code-2023

  • Solution Day 9 here: GitHub

  • advent-of-code-2023

    Haskell (and Swift) solutions to Advent of Code 2023

  • Behind the scenes it is also diffing the output of the solutions against the expected outputs, and it's all a single self-contained (albeit spaghetti) Makefile. Bon appétit!

  • advent-of-code

  • Golang Solution

  • aoc

  • [LANGUAGE: Raku]: https://github.com/mcmillhj/aoc/blob/main/2023/09/mirage-maintenance.raku

  • advent-of-code-2023

  • I’m somewhat new to rust as well but here’s my attempt: https://github.com/devashishp/advent-of-code-2023/blob/main/day9/src/main.rs

  • advent-of-code

    My solutions to the Advent of Code puzzles (by hiimjustin000)

  • advent-of-code

  • Part 1: Loop creating an array of differences to add to the main array, until you reach 0,0,0. Take the last number from each and add to get the next in the sequence.

  • aoc-2023

    Solutions of the 2023 Advent of Code challenges (by krenedits)

  • Solution using Lagrange interpolation

  • AoC23

    Advent of Code 2023 (by ransoing)

  • https://github.com/ransoing/AoC23/blob/main/src/day9/solution.ts

  • aoc

    My Advent of Code 2023 Solutions (by AJMansfield)

  • Advent-Of-Code-2023

    AoC 2023 solutions in Haskell (by daysleeperx)

  • A bit late to the party, but still enjoyed this one.

  • 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