Advent of Code 2023 (Rust). Contribute to bozdoz/advent-of-code-2023 development by creating an account on GitHub.
master day01 day02 day03 day04 day05 day06 day07 go.mod input.txt main.go test.txt day08 day09 day10 day11 util .gitignore README.md generate.sh go.mod main.go.templateBreadcrumbs advent-of-code-2023 /day07 / test.txt Latest...
第5天: Racket第6天: Lua第7天: Common Lisp这三种语言都是第一次用。虽然Racket和Common Lisp都是Lisp,还是大部分时间都花在查文档上了。 第6天是个很简单的数学题,十几行Lua就搞定。 第7天是计算扑克牌型,也…
Elixir Livebook で Advent of Code 2023 の問題を解いてみます実装したノートブックはこちら問題はこちらセットアップKino AOC をインストールしますMix.install([ {:kino_aoc, "~> 0.1.5"} ]) Kino AOC の使い方はこちらを参照入力の取得...
本文记录了在Advent of Code 2023中,作者对于前七天的编程体验。在第5至第7天的挑战中,作者尝试了三种不同的编程语言。第6天的题目涉及基本的数学概念,作者使用Lua语言,编写了十几行代码,顺利解决了问题。第7天的任务则是计算扑克牌型,整体逻辑并不复杂。然而,作者在使用Common Lisp语言时遇到了...
It may be caused by the initial cost of native compilation of the code. Day 7 I did mention “Lapland Hold’em” on day 4, didn’t I? They do have gambling issues and when I become a therapist for elves – I’m going to be insanely rich! Part 1 When parsing, I decided to ...
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’ve nearly finished solving the 2022 series in Advent of Code in PostgreSQL on our blog, many of these are available on our browser based Postgres playground as well. As many of you embark on your own Advent of Code adventures for 2023 this week, or maybe watch from afar, I wanted ...
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**| | | ...
PuzzleLogic day 15 1 year ago .editorconfig Initial commit 1 year ago .gitignore Initial commit 1 year ago AdventOfCode2023aspDOTnet.csproj dag 15 1 year ago AdventOfCode2023aspDOTnet.sln Initial commit 1 year ago Program.cs day 7 1 year ago ...