Skip to content

whitespace-code/AdventofCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation


GitHub last commit License Page hits
Powered by Jupyter Language - Python

What is Advent of Code

Advent of Code is an Advent calendar of small programming puzzles created by Eric Wastl for a variety of skill sets and skill levels that can be solved in any programming language you like.

You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.

Credits

  • Eric Wastl - Creator of Advent of Code challenges

More info


About this project

This is a compilation of my solutions to each daily challenge. I am starting with 2022 as this was the year it was introduced to me but will continue back until conception and into the future as part of the annual challenge over christmas

All the source data files required to solve the problems including the sample data are stored within the /Source Files folder for the respective year.

All solutions coded in Jupyter notebooks will also be converted to pure .py files.

All information about each individual challenge will be documented on the notebook, but not on the python scripts

Project folder structure

Below is how the files for this project are arrange and where to find information. Each annual project includes a readme file as well as the code in Jupyter notebook with and .py files.

    
    root folder
        |___ AOC_yyyy
        |    |___ Jupyter Files
        |    |   |___ .pynb files
        |    |___ py files
        |    |    |___ .py files
        |    |___ Source Files
        |    |    |___ .txt files
        |    |___ readme.md
        |___ images
        |___ readme.md
        |___ .gitignore
        |___ LICENSE
        |___ menu.py
    

About

Advent of Code challenge solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published