Giter Club home page Giter Club logo

advent-of-code's Introduction

Advent of Code Solutions

My AOC solutions from some years.

Every year I like to challenge myself to solve as many puzzles as I can mange. It's always a fun exercise to enhance my overall programming skills and an opportunity to improve my skills for a special language. Please note that I tend to do quick-and-dirty solutions which will be quite ugly but do the job.

Stars per language

Year Python C++
2015 9 40
2016 0 0
2017 0 0
2018 0 0
2019 18 0
2020 10 0
2021 32 0
2022 32 0
2023 0 30

Note

You won't be able to run the days by just cloning the repo.

In a previous version of the repository I've also added the inputs, but redistribution of the puzzle inputs would be against AOC's terms of use.

In order to run the solutions you should be able to use the provided test-input of each day, or put your personalized puzzle inputs in the right place.

To download your personalized inputs you can use:

curl --cookie "session=<COOKIE>" https://adventofcode.com/20xx/day/x/input --output dayxx.txt

You should be able to find your cookie using your browser. E.g. in chrome:

  • Press F12 (developer options)
  • On the top locate "Application" tab
  • On the left side locate "Cookies"
  • Find session cookie value and copy paste

advent-of-code's People

Contributors

erebks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.