pratyush3757 / advent-of-code

My Advent of Code solutions (wip)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2015-

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

My solutions to Advent of Code challenges. Solutions are being written in Rust and Python both.

NOTE:

The repo is being re-organised to use a scaffolding template. Therefore Python solutions do not work at the moment.

Usage

# For Rust
# example: cargo run --bin aoc_2015_01
cargo run --bin aoc_<year>_<day number>

# For Python
# example: python3 "solutions/python/2015/day_01/main.py"
python3 "solutions/python/<year>/day_<day number>/main.py"

TODO:

  • Add examples as test cases
  • Change unwraps to Options/Results and ? shorthand
  • Add challenge text for each day

About

My Advent of Code solutions (wip)

License:MIT License


Languages

Language:Rust 80.3%Language:Python 19.7%