https://github.com/raoul2000/advent-of-code-2023
https://github.com/raoul2000/advent-of-code-2023
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raoul2000/advent-of-code-2023
- Owner: raoul2000
- Created: 2023-12-06T12:17:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T21:38:51.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:48:16.878Z (4 months ago)
- Language: Clojure
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2023
Trying to solve [Advent Of Code 2023](https://adventofcode.com/2023) with clojure.
This is the third year I'm trying to solve *Advent of Code puzzle* in Clojure. let's see how far I will get this year !
I've tried to comment out each puzzle, following my thinking in the search for a solution. These are not optimized or clever solutions, just a a way to solve each puzzles (even if I do my best to keep them simple).
Previous runs:
- my solutions for [Advent Of Code 2021](https://github.com/raoul2000/advent-of-code-2021)
- my solutions for [Advent Of Code 2022](https://github.com/raoul2000/advent-of-code-2022)## Links
- [A visual representation of all puzzles](https://www.youtube.com/watch?v=vb7JcjZs_GM) 👍