day_11 day 11 Dec 11, 2023 day_12 day 12, part 2, using caching Dec 13, 2023 day_13 day 13 Dec 14, 2023 day_14 day 14 Dec 14, 2023 day_15 day 15 Dec 16, 2023 day_16 fix day 16 (something went wrong with the commit) Dec 17, 2023 day_17 day 17 Dec 21, 2023 day_18...
🎄 Advent of Code {year} Solutions forAdvent of CodeinRust. 2023 Results DayPart 1Part 2 Day 1⭐⭐ Day 2⭐⭐ Day 3⭐⭐ Day 4⭐⭐ Day 5⭐⭐ Day 6⭐⭐ Day 7⭐⭐ Day 8⭐⭐ Day 9⭐⭐ Day 10⭐⭐ ...
Advent of Code 2023 is an annual coding event that challenges programmers with daily algorithmic problems. The solutions to these problems typically involve a mix of data structures, algorithms, and problem-solving skills. While the total number of participants in the event may not be very high,...
Advent of Code [About] [Events] [Shop] [Log In] /*2024*/ [Calendar] [AoC++] [Sponsors] [Leaderboard] [Stats] Our sponsors help make Advent of Code possible: CodSpeed: Performance Leaderboard - Too slow to make it on the official leaderboard? Join the CodSpeed performance challenge and...
I’m going to run every piece of the code on Linux Mint 21.2 VirtualBox machine with 4 cores and 8GB of memory, hosted on my personal PC with Ryzen 3700X and DDR4 at 3200MHz. I will use OTP 26.1.1. Day 1 Part 1 I would never suspect that I’ll begin the AoC challenge with ...
Find file Code day 15 Manouk authored 1 year ago 9374c038 History Name Last commit Last update Models day 10 (unfinished), 11 and 13 1 year ago PuzzleLogic day 15 1 year ago .editorconfig Initial commit 1 year ago .gitignore Initial commit 1 year ago AdventOfCode2023aspDOTnet....
第14天: Crystal第15天: Idris 2第16天: C#第14天的第一部分很简单,类似 去年第14天。第二部分类似去年第17天的第二部分俄罗斯方块无限下落,要寻找重复的模式。这一天用了Crystal,类Ruby的编译型语言。Crystal…
https://adventofcode.com/2023 Day 1 Part 1 (*读取文件*)lines= ReadList["E:\\ExplorerDownload\input.txt", String]; (*计算校准值*) calibrationValues = ToExpression[ StringJoin[#[[1]], #[[-1]]] & /@ (StringCases[#, DigitCharacter] & /@lines); (...
Elixir Livebook で Advent of Code 2023 の問題を解いてみます実装したノートブックはこちら問題はこちらセットアップKino AOC をインストールしますMix.install([ {:kino_aoc, "~> 0.1.5"} ]) Kino AOC の使い方はこちらを参照入力の取得...
Register as a new user and use Qiita more conveniently You get articles that match your needs You can efficiently read back useful information You can use dark theme What you can do with signing up Sign upLogin How developers code is here....