Skip to content

Bogatinov/AdventOfCode2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages