Skip to content

garaud/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

https://adventofcode.com/

Try to solve some problems with different programming languages such as Clojure (I love Lispy Programming Language!), Julia (I'm quite familiar with Python, so...) and Elixir. I would like to try with Rust.

For each year and each daily problem, I try to make some unit tests with the sample of data given in the description. The README files, in each folder, specifies how you can run the code and the tests.

Unfortunately, there are only one week of solved problems each year...

2020 (Clojure)

Clojure's inspiring me...

See 2020/clojure

2021 (Julia)

Give it a try with Julia.

See 2021/julia

2022 (Julia)

Julia again.

See 2022/julia

2023 (Elixir)

Some Elixir. I'm just curious about a Erlang family language (BEAM!)

See 2023/elixir

BSD License

Copyright © 2020-2022 Damien Garaud