Skip to content

rylmovuk/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Running the solvers

For Python code: I generally solve the two parts of the problem with two different scripts. Run with ./sol1.py input

For Zig code: The Zig program usually solves both parts at the same time. Simplest way to run: zig build run -- input. A couple solutions are greatly sped up by providing -Doptimize=ReleaseFast right after zig build.
Zig version used:

$ zig version
0.12.0-dev.706+62a0fbdae

Current progress

DayPart 1Part 2Beaten with
01Python
02Python
03Python
04Python
05Python
06Python
07Python
08Python
09Python
10Python
11Python
12Python
13Python
DayPart 1Part 2Beaten with
14Python
15Python
16Zig
17Zig
18Python
19Python
20Python
21Zig
22Zig
23Zig
24Python
25Zig
 

About

My Advent of Code 2023 solutions. This time mostly Python & Zig.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published