Skip to content

Courtland9777/AoC_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 Solutions

This repository contains my solutions to the Advent of Code 2020 challenges.

About Advent of Code

Advent of Code is an annual event that consists of 25 daily coding challenges released in December leading up to Christmas. The challenges cover a variety of topics and difficulty levels, and are a great way to practice and improve your coding skills.

About the 2020 Challenges

The 2020 challenges on Advent of Code were particularly challenging and covered a wide range of topics including algorithms, data structures, cryptography, and more. Some of the challenges were quite difficult and required some creative problem-solving skills to solve.

Structure of the Repository

The repository is structured into different directories, each corresponding to a specific day of the Advent of Code 2020 challenges. Within each directory, you will find:

  • A README.md file with the instructions for the challenge.
  • A .cs file containing my solution to the challenge.

How to Use This Repository

If you are working on the Advent of Code 2020 challenges, you can use this repository as a reference for your solutions. You can compare your solutions to mine to see if there are any differences in your approach. You can also use this repository to learn new techniques and approaches to solving the challenges.

About

Collection of solutions for the Advent of Code 2020 completed using C# and .Net 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages