/AdventOfCode

solutions to Advent of Code and other miscellaneous work

Primary LanguagePython

Solutions to Advent of Code puzzles

  • Year 2018 and 2019 attempted. Not all days are attempted.
  • Solutions are written in Python.
  • Most solutions use functions from pandas and numpy module.
  • Solutions are in the notebook_md folder of respective years.
  • Use jupytext to convert and execute markdown(.md) to jupyterNotebook(.ipynb). ref
    jupytext --to notebook --execute notebook.md