Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishantjoshi00/advent-of-code-2023
Advent of Code 2023 Solutions
https://github.com/nishantjoshi00/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-assembly advent-of-code-2023-clojure advent-of-code-2023-cobol advent-of-code-2023-erlang advent-of-code-2023-julia advent-of-code-2023-nim advent-of-code-2023-ocaml advent-of-code-2023-r advent-of-code-2023-scala aoc2023
Last synced: 8 days ago
JSON representation
Advent of Code 2023 Solutions
- Host: GitHub
- URL: https://github.com/nishantjoshi00/advent-of-code-2023
- Owner: NishantJoshi00
- License: mit
- Created: 2023-12-01T06:37:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T20:34:10.000Z (12 months ago)
- Last Synced: 2024-05-02T04:18:40.672Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-assembly, advent-of-code-2023-clojure, advent-of-code-2023-cobol, advent-of-code-2023-erlang, advent-of-code-2023-julia, advent-of-code-2023-nim, advent-of-code-2023-ocaml, advent-of-code-2023-r, advent-of-code-2023-scala, aoc2023
- Language: Zig
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Advent of Code - 2023
This is a repository contiaining the solution for advent of code problems of 2023. As a challenge, I'll try my best to use different languages for solving each problem.
## List of Solutions
Here is the list of the problems solved and language used to solve them
- [x] Day 1 - Assembly
- [x] Day 2 - Clojure
- [x] Day 3 - COBOL
- [x] Day 4 - Erlang
- [x] Day 5 - R
- [x] Day 6 - Julia
- [x] Day 7 - Scala
- [x] Day 8 - Nim
- [x] Day 9 - OCaml
- [x] Day 10 - Zig
- [x] Day 11 - Octave/Matlab
- [x] Day 12 - Lua
- [x] Day 13 - Fortran
- [x] Day 14 - Perl
- [x] Day 15 - Elixir
- [x] Day 16 - Ruby
- [x] Day 17 - Haskell
- [x] Day 18 - SmallTalk
- [x] Day 19 - PHP
- [x] Day 20 - Kotlin
- [x] Day 21 - Dart
- [x] Day 22 - Ada
- [x] Day 23 - CoffeeScript
- [x] Day 24 - Go
- [x] Day 25 - Python