Skip to content

leon-3/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Since 2015 Eric Wastle, the creator of Advent of Code, publishes 25 Challenges from december the 1st to december the 25th. Every challenge has two parts that work with the same input (given as a .txt file). In this repository you can see my solutions for Advent of Code!

General

Types of Files

  • challenge.md: Given challenge converted to markdown (Part one and part two)
  • solution.py: Clean Solution of the Challenge
  • [input.txt: Input file, given on the adventofcode.com website]
    • I don't upload my input files anymore and deleted old ones because Eric, the creator of AoC, wrote in a tweet that he "asks people not to publish their inputs [...] to make it harder for someone to try to steal the whole website"

Years

AoC Setup Files

How to get the Session-Cookie (.env File)

  1. Login to adventofcode.com
  2. Go to any input page (for example Day 1 of 2016)
  3. Open your browser's developer console and navigate to the network tab
  4. Reload the page and look in the request headers for "cookie"
  5. Copy the cookie and paste it into the .env file

About

My solutions for Advent of Code!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages