Skip to content

NishantJoshi00/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

faf4714 · Dec 31, 2023

History

38 Commits
Dec 1, 2023
Dec 20, 2023
Dec 21, 2023
Dec 23, 2023
Dec 24, 2023
Dec 25, 2023
Dec 26, 2023
Dec 26, 2023
Dec 27, 2023
Dec 28, 2023
Dec 28, 2023
Dec 2, 2023
Dec 29, 2023
Dec 29, 2023
Dec 30, 2023
Dec 31, 2023
Dec 31, 2023
Dec 31, 2023
Dec 3, 2023
Dec 4, 2023
Dec 11, 2023
Dec 11, 2023
Dec 12, 2023
Dec 16, 2023
Dec 20, 2023
Dec 1, 2023
Dec 31, 2023

Repository files navigation

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

  • Day 1 - Assembly
  • Day 2 - Clojure
  • Day 3 - COBOL
  • Day 4 - Erlang
  • Day 5 - R
  • Day 6 - Julia
  • Day 7 - Scala
  • Day 8 - Nim
  • Day 9 - OCaml
  • Day 10 - Zig
  • Day 11 - Octave/Matlab
  • Day 12 - Lua
  • Day 13 - Fortran
  • Day 14 - Perl
  • Day 15 - Elixir
  • Day 16 - Ruby
  • Day 17 - Haskell
  • Day 18 - SmallTalk
  • Day 19 - PHP
  • Day 20 - Kotlin
  • Day 21 - Dart
  • Day 22 - Ada
  • Day 23 - CoffeeScript
  • Day 24 - Go
  • Day 25 - Python