Is anyone participating in Advent of Code this year?
From the website:
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
I just found this website and I'm planning to attempt each day's challenges. I'm going to try to post my solutions, in python, each day as well. I'd be interested to see how you all solved the challenges as well!
Top comments (6)
Yup! I've heard of Advent of Code but this is my first year participating.
I'm doing my solutions in Javascript for now.
scrabill / advent-of-code
Javascript solutions for Advent of Code
Awesome! How are you enjoying it so far? I've found myself really looking forward to the challenges throughout the day.
I like it! I tend to not do code challenges because they are really hard to understand (at least the HackerRank style ones are) but I like this story for each Advent of Code problem so far. Getting to a solution and not the ideal solution with crazy test cases makes it an easier thing to participate in.
This looks really cool, I look forward to work on these puzzles, thanks for sharing!
Hi! We've got a community thread going here:
Advent of Code 2020 Solution Megathread - Day 2: Password Philosophy
Ryan Palo ・ Dec 2 ・ 1 min read
Feel free to jump in and share your solutions each day!
DOOO ITTT. My record is lasting till Day 7. This year, goal is to make it to day 4!