Skip to content

pratyush3757/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published