Git Product home page Git Product logo

advent-code-2019's Introduction

Advent of Code 2019

Binder Build Status codecov

Exercises for the 2019 Advent of Code

Here's the link to this year's Advent of Code: https://adventofcode.com/2019. It's created by Eric Wastl and consists of 50 puzzles that can be solved in any programming language.

My main goal with these exercises is to feel confident writing tests and having them run via continuous integration. So the solutions are probably overengineered, but they're really valuable learning tools for me ๐Ÿ’–

You can run each of my solutions via Binder.

You should be able to test all the code in the terminal by typing:

python -m pytest --cov -v

And you can run all the code by typing:

for puz in `ls -d day??/day??_puz?.py`; do python ${puz}; done

Progress

Day Puzzle Description Progress
1 1 day01 โœ…
1 2 โœ…
2 1 day02 โœ…
2 2 โœ…
3 1 day03 โœ…
3 2 โœ…
4 1 day04 โœ…
4 2 โœ…
5 1 day05 โœ…
5 2 โœ…
6 1 day06 โœ…
6 2 โœ…

advent-code-2019's People

Contributors

kirstiejane avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.