Skip to content

loockeeer/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

These are my solutions for the Advent Of Code annual event, along with my custom-made auto-downloader program that allows me to quickly setup my ocaml workflow. The latter can be found under the auto_setup folder. Since I do these for fun, please note that I sometimes avoid using Stdlib overly powerful tools, likes Str.regexp. They kind of ruin the fun. My solutions' codes are also pretty messy, but that's kind of expected I guess...

Years

2024

That's the current year ! Nothing more to say.

2023

I was busy and didn't participate

From 2018 to 2022

I cannot find the solutions or the account I used back then, unfortunately. If I ever recode them for training purposes, I'll add them surely.

Auto Setup

The name is pretty obvious : it automatically setups my environment for any Advent Of Code day. Although the code is utterly messy, it works and I can't bother making it any cleanier. On top of this issue, I made it specifically for my preferences, and hence the boilerpalte dune-project and .ocamlformat are not editable. A further improvement could be making this project:

  • Language agnostic; which would require making the boilerplate(s) customizable (preferably in ~/.config, or in the adventofcode folder itself idk) and could lead to the possibility of doing each day in a different language, and submit many solutions
  • Cleanier; the code is messy, not well separated and not commented at all

Note on the licence

I am very unsure about who the inputs belong to, and forgot to remove them from the project (I would also like to keep them here). To be clear, every file named input.txt or input_test.txt should not be considered part of this project, nor do they fall under the licence (CC0) used in this project. They, instead, fall under Advent Of Code full property, rights or whatever.

About

My Advent Of Code solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published