Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

https://adventofcode.com/2021/about

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Requirements

Structure

  • Advents - solutions to Day challenges
  • Benchmarks - benchmarks of each solution with BenchmarkDotNet
  • Puzzles - inputs for training + puzzle from AdventOfCode website
  • Tests - outputs from training + puzzle input

Running tests

Navigate to AdventOfCode2021.csproj directory and execute the Test command

dotnet test --configuration Release

Running benchmarks

Navigate to AdventOfCode2021.csproj directory and execute the Run command

dotnet run --configuration Release

Then choose the benchmarks to run, following the BenchmarkDotNet official documentation

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages