Skip to content

inadicis/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2023

Personal repository, collection of the scripts I wrote to solve the challenges of adventofcode.com.

2023 [Python + Golang]

First time I try AOC. My goal is to complete both parts of every day, while learning a new language: Go. I do not try to complete them as fast as possible, instead, I try to write re-usable (with other inputs matching problem description) and understandable code for the given problem (often with automated tests). Because of this goal of "reusability no matter the input", I try not to abuse the "niceness" of given input -> I try to handle edge cases even it my input does not need it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published