#adventofcode2021 검색 결과


#AdventOfCode2021 3-sided dice???




Here is day 14 of #AdventOfCode2021 in functional #javascript. This one was fun! Part one seemed simple but the growth of the data under iteration meant that part two was incalculable on modern computers. It required substantial re-thinking of the algorithm.

stv_kn's tweet image. Here is day 14 of #AdventOfCode2021 in functional #javascript.

This one was fun!

Part one seemed simple but the growth of the data under iteration meant that part two was incalculable on modern computers. It required substantial re-thinking of the algorithm.

Day 3 of #AdventOfCode2021 done. Took way more time than I had hoped, got stuck on a bug. That's programming :) In the Unreal Engine modding discord I'm in, someone is solving them with Unreal Engine blueprints. Very cool stuff

FransBouma's tweet image. Day 3 of #AdventOfCode2021 done. Took way more time than I had hoped, got stuck on a bug. That's programming :) 
In the Unreal Engine modding discord I'm in, someone is solving them with Unreal Engine blueprints. Very cool stuff

There are very few days of the year where I have the opportunity to write a never-ending loop. They are all in December #AdventOfCode2021

pauldambra's tweet image. There are very few days of the year where I have the opportunity to write a never-ending loop. They are all in December

#AdventOfCode2021

Day 10 of #AdventOfCode2021 in #javascript again using a mostly functional approach to answering the question while the core parsing algorithm is imperative for no particular reason.

stv_kn's tweet image. Day 10 of #AdventOfCode2021 in #javascript again using a mostly functional approach to answering the question while the core parsing algorithm is imperative for no particular reason.

Really enjoying #AdventOfCode2021 again this year. Day 8 was my favourite so far. Here's my solution for day 8, part 2. It could no doubt be made more succint/efficient but I'm pleased with it. #JavaScript

MattEdwards_Dev's tweet image. Really enjoying #AdventOfCode2021 again this year. Day 8 was my favourite so far. Here's my solution for day 8, part 2. It could no doubt be made more succint/efficient but I'm pleased with it. #JavaScript

Day 14 #AdventOfCode #AdventOfCode2021 Needs a big volume to make a string of this polymer 🤠 still 10 days to go 🚀😀


Todays #AdventOfCode2021 "Transparent Origami" featured a chance to use some neat numpy operations, and matplotlib to show the array as an img. And while np.flip would have been more readable, AOC is the one time where I get to write slightly less readable slicers. #AdventOfCode

TessFerrandez's tweet image. Todays #AdventOfCode2021 "Transparent Origami" featured a chance to use some neat numpy operations, and matplotlib to show the array as an img. 
And while np.flip would have been more readable, AOC is the one time where I get to write slightly less readable slicers.
#AdventOfCode
TessFerrandez's tweet image. Todays #AdventOfCode2021 "Transparent Origami" featured a chance to use some neat numpy operations, and matplotlib to show the array as an img. 
And while np.flip would have been more readable, AOC is the one time where I get to write slightly less readable slicers.
#AdventOfCode

#AdventOfCode day 20 "trench map" - was happy to see it seemed like a bit less labor, but it seemed almost a little bit too easy at first - until... :) luckily my opting to store the image in a defaultdict paid off but took a while to figure out the adjustments #adventofcode2021

TessFerrandez's tweet image. #AdventOfCode day 20 "trench map" - was happy to see it seemed like a bit less labor, but it seemed almost a little bit too easy at first - until... :) luckily my opting to store the image in a defaultdict paid off but took a while to figure out the adjustments #adventofcode2021

Todays #AdventOfCode2021 "Extended Polymerization" proved to be a challenge. I realized quickly that copying string was gonna be slow, and spent too long looking for recurring patterns, and numeric progressions before I finally settled on a frequency solution (like everyone else)

TessFerrandez's tweet image. Todays #AdventOfCode2021 "Extended Polymerization" proved to be a challenge. I realized quickly that copying string was gonna be slow, and spent too long looking for recurring patterns, and numeric progressions before I finally settled on a frequency solution (like everyone else)

Progression of complexity in #AdventOfCode2021 in YouTube covers and face expressions

nikitonsky's tweet image. Progression of complexity in #AdventOfCode2021 in YouTube covers and face expressions

Since #AdventOfCode2021 I moved to the east coast timezone! Staying up until the wee hours of the morning is not something I can make time for in my life right now. I'll miss the #AdventOfCode #julialang community, maybe I can catch up here and there 🙂


Well I'm more than one month late to finish the #AdventOfCode2021. I wish I had more spare time for solving the puzzles. Anyway that was fun! Thank you so much, man!


I've been reading #RustForRustaceans and I kindly ask that no rustaceans look at my #adventofcode2021 code until I have a chance to *completely* rewrite it 😳


Day 11: Started day 11 of #adventofcode2021. The part one doesn’t seem so difficult hoping to finish it tomorrow. #scala #programming #100DaysOfCode

Day 10: wasn’t able to do much but I did solve a quiz from codewars. #100DaysOfCode #scala #programming



First time trying something like this, and I (eventually) got to my goal of 30 stars in #adventofcode2021 using #Python. Awesome puzzles, learned lots, but I clearly need to read up on recursion and graph theory before next year's comes along.


Day 9: Finished the quiz(advent of code) on day 10 rather quickly. Day 11’a quiz looks really interesting, somewhat like candy crush. Looking forward to competing it. #100DaysOfCode #adventofcode2021 #AdventOfCode

Day 8: Done and dusted day 9. Started the 10 but got lazy during the day. I’m hoping to finish both parts tomorrow. #100DaysOfCode #adventofcode2021 #AdventOfCode



i will finish #adventofcode2021 if it takes me all year


Im Dezember haben viele Ubiquees die Aufgaben von @AdventOfCode gelöst. Hinter jedem Türchen ein algorithmisches Rätsel für den Start in den Tag! Heute sind die Preise angekommen! #adventofcode2021 #algorithms

ubique_ch's tweet image. Im Dezember haben viele Ubiquees die Aufgaben von @AdventOfCode gelöst. Hinter jedem Türchen ein algorithmisches Rätsel für den Start in den Tag! Heute sind die Preise angekommen! #adventofcode2021 #algorithms

Day 7: spend a couple of minutes trying to answer the part two of day 9. Until recently I barely understood tail recursion but after understanding them I almost always prefer them to loops. The algo I wrote has some bugs I’ll fix tomorrow #100daysofcodechallenge #adventofcode2021

Day6: I finished the first part of day 9 #adventOfCode2021 on the first try 😁. The second part involves using a breadth first search and I looking forward to finishing on day7 #100DaysOfCode



I just completed "Chiton" - Day 15 - Advent of Code 2021 adventofcode.com/2021/day/15 #AdventOfCode #Nagarro #AdventOfCode2021 What monstrosity have I created..🥸😰


Day6: I finished the first part of day 9 #adventOfCode2021 on the first try 😁. The second part involves using a breadth first search and I looking forward to finishing on day7 #100DaysOfCode

Day5: I completed day 8 of #adventofcode2021 the part two of this puzzle was particularly challenging because my algo worked for the test but didn’t work for the actual input and debugging showed everything looked right. I was able to figure out the edge 1/2 #100DaysOfCode



Day 25: Sea Cucumber matteolandi.net/plan.html#day-… Another little "solve by simulation" problem! #AdventOfCode #AdventOfCode2021


Day5: I completed day 8 of #adventofcode2021 the part two of this puzzle was particularly challenging because my algo worked for the test but didn’t work for the actual input and debugging showed everything looked right. I was able to figure out the edge 1/2 #100DaysOfCode

Day5: I completed part one of day 8 of #100DaysOfCode looking forward to completing it tomorrow. I also finished my first book of the year. #100DaysOfCode #Scala



Day 24: Arithmetic Logic Unit matteolandi.net/plan.html#day-… The day in which the lack of reverse-engineering skills and/or of a 'memoize all the things' mindset, could lead to a solution that could run for hours! #AdventOfCode #AdventOfCode2021 PS. Almost caught up with all this!


"#adventofcode2021"에 대한 결과가 없습니다

Day 1 of #AdventOfCode 2021! Typed Python again this year, let's see if I can make it to Christmas 🎅 #AdventOfCode2021

LRazovic's tweet image. Day 1 of #AdventOfCode 2021! Typed Python again this year, let's see if I can make it to Christmas 🎅

#AdventOfCode2021









A modeling approach to Advent of Code Day 7. #AdventOfCode2021 A laplace glm for the median and linear regression for the mean.

PieRatio's tweet image. A modeling approach to Advent of Code Day 7. #AdventOfCode2021 A laplace glm for the median and linear regression for the mean.

#AdventOfCode2021, Day 11, Elixir Livebook, Vega Lite, Animations.


Thought I would try doing the #AdventOfCode2021 again this year. But this time I am trying to complete the puzzles using #unity3d . A bit more fun then just working with raw numbers.

jayone74's tweet image. Thought I would try doing the #AdventOfCode2021 again this year. But this time I am trying to complete the puzzles using #unity3d . A bit more fun then just working with raw numbers.

Loading...

Something went wrong.


Something went wrong.


United States Trends