AOC 2022 Day Six 📻 #761
Replies: 10 comments 25 replies
-
https://github.com/doleraj/adventofcode/blob/main/aoc2022/src/day06/index.ts I left my Dumb As Bricks™ part 1 unrefactored to prove I am a Real Developer: I write the dumb thing first and refactor later. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/clandau/advent-of-code/blob/main/2022/day-6/index.js |
Beta Was this translation helpful? Give feedback.
-
Day 6! This was a fun little one 😁 https://github.com/danieltott/aoc2022/blob/main/src/day06/index.ts |
Beta Was this translation helpful? Give feedback.
-
Here's my: Ruby Solution. I did the naive solution first, and then fixed it, feel free to check out the previous commit. This seems like a way easier challenge than the past few days. |
Beta Was this translation helpful? Give feedback.
-
here's my F# solution I made deliberate choices about when I used |
Beta Was this translation helpful? Give feedback.
-
JS: https://github.com/aishwarya-mali/advent-of-code/blob/main/2022/Day-6/script.js |
Beta Was this translation helpful? Give feedback.
-
I'm genuinely pissed at how straightforward this was compared to 5 Solution using RECURSION |
Beta Was this translation helpful? Give feedback.
-
Ruby: https://github.com/danimeyer/advent-of-code/blob/main/2022/6.rb I also refactored, but you can find my original solution here. It's ugly 😂 |
Beta Was this translation helpful? Give feedback.
-
finished part 1, will pick up part 2 tomorrow! https://github.com/Cerchie/adventofcode2022/tree/main/day-06 |
Beta Was this translation helpful? Give feedback.
-
Late to the game but here we gooo https://github.com/BogDAAAMN/advent-of-code-2022/blob/main/day-06.js I don't like too much the for i++ loop solution, but I think I dislike more while(found), so here we go 😂 But I am proud of myself for reminding Sets exist 😂 |
Beta Was this translation helpful? Give feedback.
-
Discussion of solutions for Advent of Code Day 6 here.
Don't forget about the VC Advent of Code private leaderboard:
Go to leaderboard/private
Use join code 363496-e6f42283
Beta Was this translation helpful? Give feedback.
All reactions