Giter Club home page Giter Club logo

advent-of-code-2018's Introduction

Advent of code 2018

๐ŸŽ„ Small programming puzzles 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.

Requirements

  • Python 3.6+

Recommendations

Usage of virtualenv is recommended for package library / runtime isolation.

Usage

To run the server, please execute the following from the root directory:

  1. Setup virtual environment
python3 -m venv env
source env/bin/activate
  1. Install dependencies
pip3 install -r requirements.txt
  1. Run any problem solver
python3 -m src.day_[DAY_NUMBER]

Notes

All input data is kept in the data folder and all the problem solvers are saved in src.

Completion status

Problem Part 1 Part 2
Day 01 โœ”๏ธ โœ”๏ธ
Day 02 โœ”๏ธ โœ”๏ธ
Day 03 โœ”๏ธ โœ”๏ธ
Day 04 โœ”๏ธ โœ”๏ธ
Day 05 โœ”๏ธ โœ”๏ธ
Day 06 โœ”๏ธ โœ”๏ธ
Day 07 โœ”๏ธ โœ”๏ธ
Day 08 โŒ โŒ
Day 09 โŒ โŒ
Day 10 โŒ โŒ
Day 11 โŒ โŒ
Day 12 โŒ โŒ
Day 13 โŒ โŒ
Day 14 โŒ โŒ
Day 15 โŒ โŒ
Day 16 โŒ โŒ
Day 17 โŒ โŒ
Day 18 โŒ โŒ
Day 19 โŒ โŒ
Day 20 โŒ โŒ
Day 21 โŒ โŒ
Day 22 โŒ โŒ
Day 23 โŒ โŒ
Day 24 โŒ โŒ

License

MIT ยฉ Albert Suarez

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.