Skip to content

My solutions to AdventOfCode problems

Notifications You must be signed in to change notification settings

onanypoint/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code Solutions

Advent of Code is yearly computer programming challenges that follow an Advent calendar. Puzzles consist of two parts that must be solved in order, with the second part becoming visible once the first part is solved correctly.

Editions

Usage

This repository is setup using Poetry and uses Jupyter Notebook for code development. The notebooks are processed via jupytext to move between notebooks (.ipynb) and Python files.

If you wish to generate the ipynb files, you can uncomment the tool.jupytext.formats part of the pyproject.toml and enable a pre-commit hook to run juyptext-sync.

Add a new year (or notebooks)

  1. Navigate in Jupyter to solutions/
  2. Create a new notebook using your favorite kernel
  3. Watch a python file be automagically created in the solutions folder (if you activated the option).
  4. Enjoy

About

My solutions to AdventOfCode problems

Topics

Resources

Stars

Watchers

Forks

Languages