Skip to content

critch/2015solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code solutions

Got a solution? Put it in a pull request! I'll accept it so long as it's possibly a solution.

Got a code critique? Same deal. Make your edits in a pull request and see what happens.

Happy coding.

Naming convention

The 1 or 2 in the name depends on part 1 or part 2.

  • p[1-2][a-z].[ext] - the code file. ext is c for C, cpp for C++, sh for POSIX sh... [a-z] are to differentiate between different solutions in the same language.
  • input[a-z]? - the input provided by the problem. Not all the inputs are the same.
  • p[1-2] - compiled binary. Not to be included in the repo, as per gitignore.
Disclaimer

This repository and this organization are not in any way linked to adventofcode.com except through sharing of a name.

About

A collection of advent of code solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 31.0%
  • Java 20.9%
  • Rust 20.9%
  • Haskell 10.3%
  • Elixir 8.4%
  • JavaScript 5.1%
  • Other 3.4%