Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 583 Bytes

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