Solutions for https://adventofcode.com/2023/ in Fortran - adventofcode2023-fortran/inputfiles/day15_input.txt at main · HbHbNr/adventofcode2023-fortran
AD4MANTIS committed Dec 15, 2023 1 parent 190b0ea commit 166dd08 Showing 1 changed file with 77 additions and 3 deletions. Whitespace Ignore whitespace Split Unified 80 changes: 77 additions & 3 deletions 80 day-15/src/bin/part2.rs ...
第14天: Crystal第15天: Idris 2第16天: C#第14天的第一部分很简单,类似 去年第14天。第二部分类似去年第17天的第二部分俄罗斯方块无限下落,要寻找重复的模式。这一天用了Crystal,类Ruby的编译型语言。Crystal…
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....
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,...
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 ...
Oursponsorshelp make Advent of Code possible: Ansys- Make this holiday season unforgettable with Ansys. Join the Ansys developer community, search jobs, and SHINE in your favorite language. .---. .---..--' | .-' '-.1**.--' | | |2**.---' | | |3**| | | |4**| | | ...
https://adventofcode.com/2023 Day 1 Part 1 (*读取文件*)lines= ReadList["E:\\ExplorerDownload\input.txt", String]; (*计算校准值*) calibrationValues = ToExpression[ StringJoin[#[[1]], #[[-1]]] & /@ (StringCases[#, DigitCharacter] & /@lines); (...
Advent of Code 2023 Advent of Code 是一年一度的编程谜题活动,里面包含着各种技能组合和技能水平的问题,参与者可以使用自己任何擅长喜欢的编程语言来解谜,谜题背后是精心构建的故事情节,让参与者挑战的同时,也享受到娱乐放松。 Advent of Code 在每年的圣诞节前 25 天开始,每天的题目分为两部分,第二部分会更难...
Elixirで、Advent of code 2023の問題を解いてみます。1日1題ずつ問題が出題されます。 実行時間は問われません。What is Elixir ?Elixirという素敵なプログラミング言語があるのですね。 その素敵具合は「Elixir Saves Pinterest $2 Million a Year In Server Costs」によく現れています。開発者も経...