rvprasad / advent-of-code-2023

Advent of Code 2023 repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the code to solve the puzzles from 2023 Advent of Code. The README.md file in the folder for each day contains my observations when solving that day's puzzle.

Language Days
Clojure 1, 6, 11, 16, 21
OCaml 2, 7, 12, 17, 22
Rust 3, 8, 13, 18, 23
Elixir 4, 9, 14, 19, 24
Scala 5, 10, 15, 20, 25

My observations and thoughts about programming and environment from this exercise is available here.

About

Advent of Code 2023 repo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 27.6%Language:OCaml 26.0%Language:Scala 17.5%Language:Elixir 14.5%Language:Clojure 14.4%