Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/whoismtrx/advent_of_code
- Owner: whoismtrx
- Created: 2024-12-03T09:54:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T08:53:21.000Z (about 1 month ago)
- Last Synced: 2024-12-13T09:33:14.209Z (about 1 month ago)
- Topics: advent-of-code, clanguage, coding, coding-challenges, competitive-programming, cpp, csharp, ocaml, puzzle, python, rust, solutions
- Language: C++
- Homepage: https://adventofcode.com/
- Size: 87.9 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.