Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whoismtrx/advent_of_code

Solutions to Advent of Code challenges across multiple programming languages.
https://github.com/whoismtrx/advent_of_code

advent-of-code clanguage coding coding-challenges competitive-programming cpp csharp ocaml puzzle python rust solutions

Last synced: about 1 month ago
JSON representation

Solutions to Advent of Code challenges across multiple programming languages.

Awesome Lists containing this project

README

        

# Advent of Code

## Overview
This repository contains solutions to the [Advent of Code](https://adventofcode.com/) 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.