Skip to content

Solutions to Advent of Code challenges across multiple programming languages.

Notifications You must be signed in to change notification settings

whoismtrx/Advent_of_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code

Overview

This repository contains solutions to the Advent of Code challenges.

About Advent of Code

Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an advent calendar. Each day of the Advent of Code has a new puzzle that you can solve using any programming language you like.

Repository Structure

  • Each year's solutions are organized in separate directories
  • Solutions are implemented in C/C++, C#, Rust, OCaml & Python
  • Solutions include both part 1 and part 2 of each day's challenge

Contributions

Contributions are welcome! Feel free to submit a pull request with your solutions if you have a better approach or different language.