Skip to content

christopher-walker/CodeCelendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2021

The solutions in this repo solve problems listed on the website adventofcode.com.

This is the first year I have taken part and am using C# as my developnet tool.


Day 1: Sonar Sweep

Question

Out of an array of integers find the number of times their is an increase from the previous value.


Day 2: Dive!

Question

Calculate the direction and movement of the submarine.


Day 3: Binary Diagnostic!

Question

In a group of binary numbers find the most common occurence of each position.

Here I had time to create a Tests project allong with a way to handle file input more consistantly each day. At the start I didnt realise that these questions would all require File IO.


Day 4: Giant Squid

Question

With a group of bingo cards find the winner and loser based an order of drawn numbers.

About

2021AdventOfCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages