25prabhu10 / advent-of-code

advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code Solutions

Solution to the Advent of Code problems in both JavaScript and Python.

Running Solutions

To run a solution, cd into its directory and invoke the program:

# day 1
cd aoc01

# JavaScript
node index.js

# Python
python main.py

Environments:

  • Node.js v19
  • Python v3.10

TODO:

  • Solutions in C#
  • Add test cases
  • Benchmark the code

About

advent-of-code

License:MIT License


Languages

Language:JavaScript 53.4%Language:Python 43.3%Language:Shell 3.2%