Skip to content

edusig/advent-of-code-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Here lies some of my solutions for the Advent of code challenges.

Directory Structure

├── <YEAR>/
│   └── <CHALLENGE_NUMBER>/
│       ├── input.txt
│       └── <LANGUAGE>/
│           └── <APPROACH>/
│               └── ...solution files
└── README.md

Where

YEAR >= 2016

CHALLENGE_NUMBER = 1...25

LANGUAGE:

  • Typescript

APPROACH:

  • base (normal first time solution)
  • quick (quick solution to try for the ranks)
  • learn (trying to solve in a language while learning)

About

Here lies some of my solutions for the https://adventofcode.com/ challenges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published