AOC Says She Would ‘Absolutely’ Vote to Oust ‘Very Weak’ Speaker McCarthy
#AOCVote #SpeakerMcCarthy #WeakSpeaker #RollingStonePolitics #OustMcCarthy #AOC2022 #Politics #News
AOC Says She Would ‘Absolutely’ Vote to Oust ‘Very Weak’ Speaker McCarthy
#AOCVote #SpeakerMcCarthy #WeakSpeaker #RollingStonePolitics #OustMcCarthy #AOC2022 #Politics #News
AoC2020.15: Advent of Code gifs
https://cohost.org/sol-hsa/post/2938215-ao-c2020-15-advent-o
@colin_mcmillen est en phase larvaire depuis plusieurs semaines, après avoir décidé de faire #aoc2022 sur son Apple \\c.
Je suis devenue la version légèrment plus cool de Redditor's Wife : Rétrohacker's Wife
I just completed all 25 days of Advent of Code 2022! https://adventofcode.com #AdventOfCode
#aoc2022
Merry Xmas!
🎅🧑🎄🤶🧝🧝♀️🧝♂️🎁⛄️
🎄🌲🎄🌲🌋❄️🥶☃️
⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️
🦌🦌🦌🦌🦌🦌🦌🦌
#AoC2022 설문 조사 결과
https://jeroenheijmans.github.io/advent-of-code-surveys/
새로운 언어를 배우려고 참가했다는 사람들이 사분의 일이나 되네. 난 쓰던 언어로도 간신히 풀고 있는데, 대단하신 분들… 그래도 #neovim 쓰는 걸 익혔으니 만족해. 이제 생산성이 VS Code 쓰던 때랑 비슷하게 나오는 것 같아
#day24 of #AdventOfCode2022 done in #Rust: https://gitlab.com/Taywee/adventofcode/-/blob/master/2022/src/bin/day24.rs
Done just in time. I went with a pretty straightforward A*, but because the accessible tiles change with time, I had each node be the tile's position as well as the entire field state at that point in time. The pathfinding crate is very powerful: https://docs.rs/pathfinding/latest/pathfinding/directed/astar/fn.astar.html
Still took about 10 seconds. I could probably optimize it a lot, but it's done.
Part 2 was just doing it 3 times.