Skip to content

NcUltimate/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Each directory contains all solutions and inputs for a given problem, for example:

01_sonar_sweep/
|__example.txt
|__input.txt
|__part1.{rb,go}
|__part2.{rb,go}
|__README.md
  • example.txt contains the example input in the problem description.
  • input.txt contains the problem input for the final solution.
  • part1.<ext> is the solution to part1 in either Ruby (*.rb) or Go (*.go)
  • part2.<ext> is the solution to part2 in either Ruby (*.rb) or Go (*.go)
  • README.md contains the problem description for both parts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •