-❄️- 2023 Day 6 Solutions -❄️-

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

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

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

    Same Algo as my python code from earlier, now just using math not search space reduction also blazing fast in micro seconds https://github.com/Fadi88/AoC/tree/master/2023/day06

  2. 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
  3. advent-of-code-2023

    Haskell (and Swift) solutions to Advent of Code 2023

    Here's the link to the full code

  4. advent-of-code

    Advent of Code (by morgoth1145)

    [LANGUAGE: Python 3] 66/101 Raw solution code

  5. advent-2023

    Advent of Code 2023 (by gorel)

    Code

  6. adventofcode

    Python solutions to Advent of Code puzzles, https://adventofcode.com/ (by fuglede)

    [LANGUAGE: Python] GitHub

  7. Gitlab

  8. aoc2023

  9. SaaSHub

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

    SaaSHub logo
  10. AdventOfCode

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

    Code: main (de0beb6)

  11. AdventOfCode2023Julia

    Advent of Code 2023 challenges done in Julia

    github

  12. aoc2023

    Advent of Code - 2023 (by AloizioMacedo)

  13. adventOfCode

    My submissions for Advent of Code '23 (by imaperson1060)

    part 1: https://github.com/imaperson1060/adventOfCode/tree/main/2023/day6/part1.js

  14. aoc2023

    aoc (by goldjacobe)

  15. advent-2023-clojure

    Advent of Code 2023 (Clojure)

    GitHub

  16. aoc

    Also, here's Part 1 in Python

  17. advent-of-code

    My solutions for Advent of Code 2023 (by ypisetsky)

    Used the quadratic formula to do this in O(1) time: github

  18. AdventOfCode2023

    solutions for the 2023 advent of code written in C (by PaigePalisade)

    [LANGUAGE: C] Part 1 Part 2 4899/5869 easiest one so far. Did a naive approach literally following the steps it gave me and it still ran instantly. No one is heating their homes with this one.

  19. advent-of-code-2023

    Common Lisp solutions to Advent of Code 2023 (by blake-watkins)

    Day 6

  20. advent-of-code-2023-rust

    Discontinued advent of code 2023 in rust (by yangdanny97)

    Link

  21. advent-of-code

  22. AoC2023

    Advent of Code 2023 (in Hy) (by kunalb)

    Day 6 Solved the quadratic equation and counted the number of integer solutions in between the roots which may have been overkill. The third example was very useful to prevent wasting time when the roots are integers already.

  23. AdventOfCode-2023

    Discontinued Answers to the 2023th edition of the Advent of Code [GET https://api.github.com/repos/NicolasBizzozzero/AdventOfCode-2023: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by NicolasBizzozzero)

    [LANGUAGE: Python] 6072 / 5257 Github link First time waking up at 5:30 AM to compete with you people ! Just to realize that I'm really slow to code lol

  24. AoC

    Advent Of Code Solutions (by ErvinLara8)

    Solution

  25. AdventOfCode2023

    Solutions to all 25 Advent of Code problems 2023 in Rust! :crab:

    Link to full solution

  26. adventofcode

    part 1 part 2

  27. AOC-2023

    Discontinued Advent of Code 2023 Solutions in Python (by Tyranties)

    Part 1

  28. advent_of_code_2023

    Day 6

  29. adventofcode

    https://adventofcode.com (by SleepingInsomniac)

    Part 1

  30. AdventOfCode2023

  31. aoc-2023

    AoC 2023 in Haskell (by alexjercan)

  32. codechallenges

    Solutions to various code challenges, including AOC 2024.

    Link to GitHub

  33. advent_of_code_2023

    Golang solutions for Advent Of Code 2023 (by Nikscorp)

    GitHub

  34. advent-of-code

    GitHub

  35. advent_of_code

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

    Very fun day. Right now just iterating over speeds (but prettily, with one-liner list comprehension stuff). Thinking about the math, this sounds like solving two quadratic equations. Which I might try later :)

  36. advent-of-code

    Github

  37. aoc-2023

    Discontinued [GET https://api.github.com/repos/ish-u/aoc-2023: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by ish-u)

    Solution

  38. advent-of-code

    My Solutions for Advent of Code challenges (by coleellis)

    GH Link (both parts)

  39. advent-of-code

    Code Solutions (by rkaahean)

    Solution

  40. AoC

    Advent of code! (by fmarotta)

    [GitHub]

  41. advent-of-code-2023

    Joel Eisner's completed TypeScript x Bun code challenges for "Advent of Code" 2023 (by joeleisner)

    TypeScript x Bun Solutions for Day 6 (Parts 1 & 2)

  42. advent_of_code

    Place for my advent of code stuff (by damwaingames)

    Day 6

  43. haoc-2023

    Haskell Advent of Code 2023

    [LANGUAGE: Haskell] 1 / 485 Github

  44. aoc23

    Advent of Code 2023 (by adamchalmers)

  45. AdventOfCode

    [LANGUAGE: Rust] 107 / 47 Github

  46. Advent-of-Code

    Advent of Code (by michaeljgallagher)

    Much easier than yesterday's :D

  47. advent-of-code

    Github Link

  48. adventofcode2023

    my attempt at adventofcode 2023 (by crazymerlyn)

  49. advent-of-code-2023

    Part 1

  50. AdventOfCode2023

  51. adventofcode-2023

    Advent of Code 2023

    Code (Github) - 47 sloc

  52. aoc2023

    GitHub

  53. aoc

  54. jactl

    A secure scripting language for event-loop/reactive Java-based applications.

    Jactl

  55. aoc2023-rs

    Advent of Code 2023 (by cranil)

    Easiest one so far. I just looped over all ranges for submission but nicer one (imo) here: https://github.com/cranil/aoc2023-rs/blob/main/src/day6.rs

  56. AdventofCode2023

    My advent of code code :) (by RGodwinDev)

  57. advent-of-code

    Advent of Code Concepts (by ccozad)

  58. Advent-of-Code-2023

    An elixir based attempt at Advent of Code 2023 (by TheLighthouse36)

    link to notebook

  59. AdventOfKode2023

  60. aoc2023

    Rest of the code computes both parts in 431.0ns - each search checks 25 different press times for my input in part2.

  61. AdventOfCode

    GitHub

  62. advent_of_code_2023

    Solutions for Advent of Code 2023 (by ropewalker)

    https://github.com/ropewalker/advent_of_code_2023/blob/master/src/day06.rs (4.7729 ns and 18.761 ns on my machine).

  63. AOC2023

    Advent of Code 2023 (by mbottini)

  64. adventofcode

    adventofcode.com solutions (by linl33)

  65. adventofcode

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

  66. adventOfCode

    Repository for storing Advent of Code solutions (by xb4r7x)

  67. AdventOfCode

  68. AdventOfCode

  69. advent-of-code

    Code for the Advent of Code event (by Sharparam)

    (GitHub link)

  70. AdventOfCode

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

    [LANGUAGE: Python 3] 20/50. Solution. Video.

  71. advent-of-code

    Very compact solution using the quadratic formula and a little approximation hackery: https://github.com/chenson2018/advent-of-code/blob/main/2023/06/ocaml/06.ml

  72. AdventOfCode2023

    Github Day 6

  73. advent-of-code-2023

    Advent of Code 2023 (by grhkm21)

    [LANGUAGE: BQN]

  74. advent-of-code

    Solutions for Advent of Code challenge (by rabuf)

    [LANGUAGE: Python]

  75. Advent_Of_Code

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

  76. advent-of-code-rust

    Complete 2024 to 2015 entries written in Rust for the annual Advent of Code challenge, solving 500 stars in less than 1 second. (by maneatingape)

    Rust Solution

  77. adventofcode23

    advent of code solutions, 2023 (by katstasaph)

  78. adventofcode

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

  79. playground

  80. advent_code

    Day 6 Github

  81. AOC-2023

    Advent Of Code 2023 (by pcineverdies)

    Solution

  82. arturo-aoc-2023

    AOC 2023 in Arturo

  83. adventofcode

    Solutions to AoC puzzles (by alkurbatov)

  84. AdventOfCode

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

    Github

  85. advent-of-code

    Github

  86. aoc_goLang

    Solution

  87. advent-of-code

    Python implementations for Advent Of Code (by jarshwah)

    github

  88. advent-of-code

    Advent of Code in Rust (by whiteand)

    Solution on Github

  89. 2023-advent-of-code-ts

    [Language: TypeScript] Github for both parts

  90. advent-of-code-2023

    My solutions for the https://adventofcode.com puzzles (2023) 🎄🎅 (by ClouddJR)

    Solution

  91. advent-of-code

  92. AOC

    [Language: Python] solution

  93. advent_of_code

    Advent of Code solutions (by Busata)

  94. aoc-2023

    Advent of Code 2023 (Rust) (by zopu)

    github

  95. advent-of-code

    My solutions for Advent of Code (by AlexAegis)

    part1

  96. adventofcode2023

    AoC 2023 in Kotlin! (by marrek13)

  97. advent-of-code-2023

    My playground for Advent of Code 2023 (by TesteurManiak)

    Solution: https://github.com/TesteurManiak/advent-of-code-2023/blob/main/solutions/day06.dart

  98. aoc2023

    Day 6

  99. advent_of_code_2023

    My solutions for Advent Of Code 2023 (by a-peter)

    My solution. Takes only 40 ms including reading input and calculating both solutions. Taken a sheet of paper and solved the equation.

  100. aoc-2023

    Advent Of Code 2023 - in nim (by runekaagaard)

  101. AoC2023

    Advent of Code 2023 solutions (by sputnick1124)

    [Language: Uiua] Got today's done in Rust nice and quick (for me), so decided I'd give it a shot in Uiua.

  102. aoc

    Advent of Code code (by davidh-evry)

  103. advent-of-code-2023

    My atempt at learning Rust (by vesk4000)

    [LANGUAGE: Rust](https://github.com/vesk4000/advent-of-code-2023/blob/main/src/bin/day6.rs)

  104. advent-of-code

    Discontinued My solutions for Advent of Code (2019-2022) (by dannyvankooten)

    [Language: Golang] Code

  105. AdventOfCode

    [LANGUAGE: Elixir] Day 06

  106. aoc23

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

  107. puzzles

    collection of solutions for various programming puzzles (by jcmoyer)

  108. AOC2023

    Advent of Code 2023, solved with QuickBASIC (by dbeneat)

    Github link

  109. AdventOfCode

    D06.h on GitHub

  110. aoc

  111. aoc-2023

    Advent of code 2023 (by radekBednarik)

    Github

  112. advent_rust

    Repo

  113. aoc2023-prolog

    Advent of Code 2023 in Prolog

    day6.pl on GitHub

  114. Advent-of-Code-2023

    The little lawyer that could (eventually and with help) solve everything! (by Leftfish)

    Implementic quadratic formulas felt like day 1. Not the most elegant solution, but after yesterday, I'll take it.

  115. advent-of-code

  116. adventofcode

  117. advent-of-code-one-liners

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

    Here's my one-line solution for Day 6, both parts in one, with q[6] as the input file:

  118. advent-of-code-2023

    Github

  119. AoC2023

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

    My brute force ran in 50 and 500 ms but I guess it won't hurt googling the quadratic formula nevertheless....

  120. AdventOfCode2023

    AdventOfCode2023 (by marcodelmastro)

  121. aoc

    contains my solutions for different advent-of-code years (by handsomefox)

    GitHub

  122. rusty-aoc

    My solutions to Advents of Code in Rust

    My rusty-aoc repo & today' solution here.

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

    Github - Day 6 2023

  124. adventOfCode

    adventOfCode (by GuillaumedeVolpiano)

  125. advent-of-code

    Advent of Code (by newtondev)

    [Language: Rust] https://github.com/newtondev/advent-of-code/blob/main/2023/src/bin/06.rs

  126. aoc_rust_2023

    Advent of Code 2023 solutions in Rust.

  127. advent-of-code

    Advent of Code Programming Puzzles (by foolnotion)

  128. adventofcode

    Advent of Code (by ednl)

    I solved the quadratic equation and that makes the whole program run in 1.2 ms on a Raspberry Pi 4. But simply trying every possible button time isn't much slower: also took milliseconds, shrug. Here is my very verbose function to solve per race. The sq < 0 test was not necessary for the example or my input. Complete code: https://github.com/ednl/adventofcode/blob/main/2023/06.c

  129. aoc2023

  130. advent-of-code-2023

    aoc2023 with #![no_std] (by dhconnelly)

  131. adventofcode

  132. advent-of-code-2023

  133. advent_of_code

    Just solved it analytically on paper and then implemented the equation because I didn't have a proper calculator at hand. Honestly though, even just using the builtin MacOS calculator would've been faster in the end...

  134. Full writeup on my blog and code on Gitlab.

  135. coding-challenges

    Source code in GitHub. Both the brute force and maths solutions, for illustration.

  136. advent2023

    Solutions of Advent of code 2023 (by mariogmarq)

  137. AdventOfCode_Main

    Discontinued Solutions in F#, Go, C++, Typescript for Advent of Code event [GET https://api.github.com/repos/blfuentes/AdventOfCode_Main: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

    I left the brute force in the helpers fsx and used the math in the main fs Link Github 2023 Day 06

  138. aoc

    Thought it would be fun to use SymPy for this even though it's substantial overkill.

  139. aoc2023

    Advent of Code 2023 (Mojo)

  140. Advent-of-code

    Solution day 06. Lesson learnt from yesterday I went directly for the math instead of brute forcing: https://github.com/RobinCamarasa/Advent-of-code/blob/master/2023/day06/RobinCamarasa/Day06.hs

  141. AdventOfCode

    My solutions to Adventofcode (by sergiosgc)

  142. advent-of-code-2023

    [Language: rust] https://github.com/Kintelligence/advent-of-code-2023/blob/master/day-06/src/lib.rs Started with brute forced but optimized when I hit part 2. Started using Criterion for benchmarking. Benchmark - Part 1 - Part 2

  143. AOC

    Used the standard quadratic formula approach. Github

  144. advent_of_code_2023

    Advent of Code 2023 in Rust (by daic0r)

  145. adventofcode

    Code: Day06

  146. aoc2023

  147. aoc23

    Advent of Code 2023 F# Solutions (by lboshuizen)

  148. advent

    https://github.com/duketide/advent/blob/main/haskell/src/Y2023/Day6.hs (brute force)

  149. advent-of-code-jq

    Solving Advent of Code with jq

    [LANGUAGE: jq] github

  150. aoc

    Binary search with forward jumps and using symmetry. GitHub

  151. AdventOfCode2023

    Advent Of Code 2023 solutions in go (by rumkugel13)

  152. advents-of-code

    🎄🎁 Solutions for the yearly advent of code challenges

  153. aoc2023

    Advent of Code 2023 (rust) (by vstepanyuk)

  154. aoc

  155. aoc2023

    Advent of Code 2023 in Python, Rust, Haskell (by AnesFoufa)

    My repo

  156. adventofcode

    My solutions to Advent of Code. (by WinslowJosiah)

  157. AdventOfCode-2023-Assembly

    Advent of Code 2023 solutions in RISC-V assembly.

  158. aoc

    advent of code (by jitwit)

    github

  159. advent-of-code

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

  160. advent_of_code_2023

    Part 1 (4μs)

  161. advent-of-code

    My Advent of Code answers (by tcsullivan)

    Hey, Forth may have began development in the late 60s, but that hardly makes the language obsolete! It's super versatile yet terribly undervalued, and is absolutely worth checking out if you're not familiar with it. My goal is (and has been) to complete every day in Forth, see my repo for my solutions.

  162. advent-of-code-2023

  163. AdventOfCode

  164. advent-of-code-2023-using-nextjs

  165. Advent-of-Code

    My Advent of Code solutions since 2018 collected in one place (by alex-Symbroson)

    Here are my readable, short and concise versions Here are the golf code versions superior golfed code at the bottom ;)

  166. advent-of-code

    GitHub

  167. advent_of_code_2023

    Full code

  168. Advent-of-Code-2023

    Discontinued [GET https://api.github.com/repos/sun12fff4n/Advent-of-Code-2023: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by sun12fff4n)

    Github

  169. aoc

    Advent of Code (by gkwaerp)

    Day 06 solution: GitHub

  170. aoc

  171. Advent-of-Code-2023-2024

    My attempt at Advent of Code 2023 with Java

  172. adventofcode23

  173. Advent-of-Code

    Part 1 and 2

  174. aoc2023

    Advent of code 2023 solutions (by tobega)

  175. aoc-2023

    Advent of Code (by makes)

    Part 1 Part 2:

  176. advent_of_code

    My solutions for each of the days of advent of code (by ddavis3739)

  177. advent-of-code

    Part 1 - simple brute force loop

  178. First implementation using brute force

  179. adventOfCode

    If anyone is interested im trying language a day https://github.com/QuarkNerd/adventOfCode/tree/master/2023

  180. advent-of-code

    Advent of code (by rlemaitre-ledger)

    Part 1 and 2

  181. advent-of-code-2023-dart

    Advent of Code 2023 - Dart Solutions

    Part 1 Part 2

  182. AdventOfCode_2023

    my advent of code 2023 solutions (by samoylenkodmitry)

  183. adventofcode2023

    Part 2 takes a while, but it's a hiccup while which is totally acceptable to me. Code

  184. aoc2023

    Advent of code 2023 (by ryanheath)

    [LANGUAGE: C#] https://github.com/ryanheath/aoc2023/blob/master/Day6.cs

  185. dafny-aoc-2023

    Code for Day 6

  186. misc

    A scrapyard for miscellaneous files which belong to no project (by rhysd)

    Code

  187. advent_of_code

    Advent of Code solutions in Rust (by cainkellye)

  188. advent-of-code

    My solution in Common Lisp.

  189. aoc

    my advent of code solutions and tooling (by xhyrom)

    part 1 part 2

  190. advent-of-code

  191. aoc2023

    Discontinued Solutions to Advent of Code 2023 (by thinnerthinker)

  192. advent-of-code

    I found 3 ways to solve the problem, each building in performance optimizations. The last is with math, using the quadratic equation to find the range of times that beat the distance record. Full explanation here.

  193. advent-of-code

  194. aoc2023

  195. advent_of_code_2023

    AoC 2203, hopefully in Elixir (by rbellec)

  196. adventofcode

    Advent of code submissions (by marcreichman)

  197. Advent-of-Code-2023-GO

  198. Advent-of-Code-2023

  199. aoc2023

    My solutions for Advent of Code 2023 (by Queueue0)

  200. programming-challenges

    Solutions for various programming challenges. (by alexandru-dinu)

  201. AOC2023

    My code for y2023 AdventOfCode (by vorber)

  202. aoc-rust-2023

    Rust solutions for Advent of Code 2023

    github

  203. aoc2023

    Advent of Code 2023 solutions, in Rust with Nix (by jkaye2012)

  204. advent-of-code

    [Language: Python] Gitlab

  205. advent-of-code

    My solutions for Advent of Code (by mtpauly)

    Code: github

  206. advent-of-code-kotlin

    Solution in Kotlin

  207. aoc

    My Advent of Code code from 2015-present (by dplassgit)

  208. AdventOfCode2023

  209. AoC

    Advent of Code in Python (by Josef-Hlink)

  210. aoc

    Discontinued Advent of Code solutions written in Rust. (by skifli)

    GitHub

  211. AdventOfCode2023Python

    Solutions for Advent of Code 2023 in Python

  212. AdventOfCode2023

  213. Advent-of-Code

    https://github.com/turtlecrab/Advent-of-Code/blob/master/2023/day06.ts

  214. advent-of-code-2023

    [LANGUAGE: TypeScript] https://github.com/galnegus/advent-of-code-2023/blob/main/day-06-wait-for-it/index.ts

  215. advent-of-code

    Advent of Code (by MarginallyClever)

  216. advent_of_code

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

  217. AoC_2023

    GitHub

  218. advent_of_code-2023

    My solutions to Advent of Code 2023

    The full code. So I got the equation.

  219. Aoc2023

    BASIC: https://github.com/wilkotom/Aoc2023/blob/main/day06/src/main.basic (Completes both parts on an emulated BBC B in about 5 minutes) Rust: https://github.com/wilkotom/Aoc2023/blob/main/day06/src/main.rs

  220. AoC2023_NodeJS

    Day06

  221. Advent-Of-Code

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

    link

  222. aoc-2023

    Trying out Zig for the first time, solving Advent of Code 2023 challenges (by shahruk10)

    [Github]

  223. advent-of-code-2023

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

  224. adventOfCode

    Advent Of Code random code to answer questions (by Kenneth-Sweet)

  225. advent-2023-kotlin

    🎄 Advent of Code 2023: Solutions in Kotlin

    I am not a strong mathematician so I solved part 2 by coming at the range where records happen from both ends of the time range and subtracting. Then I refactored part 1 to do the same. My code can be found on GitHub, I've written this up on my blog, and here are my 2023 Solutions so far.

  226. advent-of-code

    [Language: Java] https://github.com/BeBitbox/advent-of-code/commit/cdf69dbef33d211c03da3d745461de0b35483188

  227. advent-of-code

    My advent of code solutions :) (by Daniel-Const)

    Github

  228. adventofcode

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

    On GitHub.

  229. Advent-of-Code-2023

  230. adventofcode

  231. AdventOfCode

    Github Repo

  232. adventofcode

  233. Challenges

    My programming challenges (by Domyy95)

  234. adventOfCode2023

    Solution repo

  235. bacalisp

    experiments

  236. advent_of_code_23

    Link

  237. aoc2023

    Advent of Code 2023 in Rust (by szeweq)

  238. AOC2023

    Advent of Code 2023 (by Chris97b)

    Git

  239. AdventOfCode2023

    My attempts at the Advent of Code 2023. (by fgittins)

    GitHub Part 1: brute force, GitHub Part 2: quadratic formula

  240. AoC23

    https://github.com/gorkempacaci/AdventOfCode2023/blob/main/Day6/day6a.pl https://github.com/gorkempacaci/AdventOfCode2023/blob/main/Day6/day6b.pl

  241. aoc_2023

  242. aoc

    My advent of code solutions, written in rust (by legoraft)

    Github: Day 06

  243. advent_of_code_2023

    repo for advent of code 2023, xmas themed coding challenge

  244. AdventOfCode2023

    My Advent of Code 2023 solutions (by Timmoth)

    Part 1 Part 2

  245. AOC_2023

  246. advent-of-code

    Advent of Code solutions (by Kossuranta)

    Github repo

  247. 2023-advent-of-code-rust

  248. advent-of-code-2023-rust

    My solution, using quadratic equation. Took a bit of time to get all the edge cases in, but other than that it was simple enough. https://github.com/LinAGKar/advent-of-code-2023-rust/blob/master/day6/src/main.rs

  249. advent_of_code

    Github

  250. advent-of-code

    My AOC solutions (by stefanoandroni)

    Link to code

  251. Advent-Of-Code-2023-Csharp

    my attempt at AOC2023 using C# for the first time

    part 1 was brute forced, part2 was brute forced, and then I felt that the input was pitting me, so I used quadratic math ... after a break

  252. advent-of-code

    My solutions for the Advent of Code (by JesperDramsch)

  253. adventOfCode

    Part 1/Part 2 the only difference between them is the parse. Solved using Bhaskara formula

  254. aoc2023

    Advent of Code 2023 (by mek)

    Once again, I need to use math, which isn't always the best with TCL, but ... my old math teacher would be happy with this solution, I think.https://github.com/mek/aoc2023/blob/trunk/day_6/day_6.md

  255. aoc2023

    Advent of Code 2023 (by MeisterLLD)

  256. aoc-2023-dart

    The aoc 2023 repository solved in Dart.

  257. Easiest day so far w/o questions (I know it could be smarter mathematically but it works lol) https://github.com/ptakpatryk/advent-of-code-2023-golang/blob/main/day_06/day06.go

  258. AdventOfCode

    Advent Of Code (AOC) yearly coding game framework (by henriupton99)

  259. Advent-of-Code-2023

    Solutions for Advent of Code 2023 (by FCayouette)

    GitHub .cpp file

  260. advent-of-code-2023

  261. adventOfCode2023

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

    [Language: JavaScript] github 23ms. Pretty naive approach but it works. Searched from longest and shortest possible press inwards until a max and min winning value's found.

  262. adventofcode

    Advent of Code solutions. (by ejrsilver)

  263. advent-of-code-2023

  264. advent-of-code

    Advent of Code (by MichaelBrunn3r)

  265. advent_of_code

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

    My Day 6 solution on GitHub

  266. AdventOfCode2023

  267. advent-of-code

    My Advent of Code Solutions in R and various other languages (by jonocarroll)

  268. aoc_2023

  269. aoc

    Advent of code (by SaahilClaypool)

    github brute force

  270. aoc-rs

    Advent of Code in Rust (by gequalspisquared)

    Parts 1 & 2

  271. advent-of-code

    advent of code (by bates64)

    Parts 1 & 2

  272. AOC2023

    Advent of Code 2023 (by skinman55)

  273. advent_of_code

    my solutions to advent of code (by comforttiger)

  274. AoC-2023

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

  275. AdventCode

    I still haven't solved day 5 pt 2, but day 6 was easy (for me). Brute force worked on part 2 (18 seconds), too. Full writeup is on Git

  276. adventofcode

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

    Easy day TypeScript, P1 - Brute Force, P2 - Formula

  277. AOC2023

    Yeehaw. (by TheN00bBuilder)

    Day 6 Part 1

  278. Advent-of-code

    Advent Of Code Sources in C++ (by ssavi-ict)

    Code Link: https://github.com/ssavi-ict/Advent-of-code/blob/main/aoc23/aoc-day6.cpp

  279. Advent-Of-Code-2023

    Archive of my solutions. I will be doing my best to golf all of them for fun. (by Nico-Posada)

    I go rather silly https://github.com/Nico-Posada/Advent-Of-Code-2023

  280. advent-of-code-2023

    Advent of Code 2023 (Rust) (by bozdoz)

  281. advent-of-code-2023

    My Solutions for Advent of Code 2023 (by coreyja)

    Code: https://github.com/coreyja/advent-of-code-2023/blob/main/06-wait-for-it/src/main.rs

  282. advent-of-code-2023

    Solutions to Advent of Code 2023 in CHICKEN Scheme. (by fjebaker)

    Using quick maffs: Link to GitHub

  283. aoc-2023

  284. AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

    Part 1 and part 2 were very similar. The parsing was very standard, but then I had to do math with floating point numbers. And that involved new instructions - cvtsi2sd, for example (convert scalar integer to scalar double), and the rest of the modern SSE floating point operations. (While you could still pretend you had an 8087 and use such instructions as fmul, in practice, it's a lot nicer to use the SSE equivalents.) I then had to round everything back into integers, but I also had to fake the rounding modes "ceil-but-always-move-up-one" and "floor-but-always-move-down-one" - which lead me to the comisd (probably stands for compare like integers scalar doubles) instruction. Apparently there's a cmpsd instruction, but it returns results as a mask, which I guess might be useful for branchless operations on floating points. I didn't want to bother, and performance was not a major concern. You do get the default floor and ceil rounding modes, though - as well as truncation and rounding to even. I also had to deal with floating point constants. Floating point constants can't be inline, they must be loaded from memory, so I had to use the .rodata section for the first time.

  285. aoc2023

    My solutions for Advent of Code 2023 (by Kodlak15)

    Day 6 solution

  286. advent-of-code2023

    Solutions to AoC 2023 in Haskell || Python

    Haskell solution

  287. Advent-Of-Code-2023

    AoC 2023 solutions in Haskell (by daysleeperx)

    Parsing is overkill, but satisfying :)

  288. aoc-2023

    Discontinued My Advent of Code 2023 Solutions [Moved to: https://github.com/AJMansfield/aoc] (by AJMansfield)

  289. aoc-public

    My public stuff for advent-of-code

    Link to the assembly source (all hand-written): https://github.com/Stevie-O/aoc-public/blob/master/2023/day06/aoc-2023-day6-textoutput.intcode

  290. aoc-zig

    Solution

  291. AOC2023

    Advent of Code 2023 (by wlmb)

  292. CodingExercises

    A variety of coding exercises for practice and to learn new languages

    NB: The average durations are calculated using utility methods in lib.rs

  293. AOC23-Day6-wait_for_it

    github

  294. advent-of-code

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

    https://github.com/hiimjustin000/advent-of-code/tree/master/2023/day6

  295. advent-of-code

    :santa: :christmas_tree: :snowman: http://adventofcode.com/ solutions (by tlareg)

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

  • -❄️- 2023 Day 4 Solutions -❄️-

    143 projects | /r/adventofcode | 5 Dec 2023
  • -❄️- 2023 Day 10 Solutions -❄️-

    141 projects | /r/adventofcode | 9 Dec 2023
  • -❄️- 2023 Day 9 Solutions -❄️-

    196 projects | /r/adventofcode | 8 Dec 2023
  • -❄️- 2023 Day 8 Solutions -❄️-

    200 projects | /r/adventofcode | 7 Dec 2023
  • -❄️- 2023 Day 5 Solutions -❄️-

    149 projects | /r/adventofcode | 5 Dec 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?