Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecaptaincraken/aoc-2022
A repo containing solutions for all Advent of Code 2022 problems in diffrent programming languages.
https://github.com/thecaptaincraken/aoc-2022
advent-of-code c cpp python3 rust
Last synced: about 1 month ago
JSON representation
A repo containing solutions for all Advent of Code 2022 problems in diffrent programming languages.
- Host: GitHub
- URL: https://github.com/thecaptaincraken/aoc-2022
- Owner: TheCaptainCraken
- Created: 2022-11-30T15:40:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T17:45:32.000Z (about 2 years ago)
- Last Synced: 2023-08-18T14:57:00.968Z (over 1 year ago)
- Topics: advent-of-code, c, cpp, python3, rust
- Language: C
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022 solutions
## What is Advent of Code?
> Advent of Code (AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
## Which programming languages are the solutions available in?
> We can not guarantee that a solution will be available in every language in this list!
- Python 3
- C
- C++
- Rust## How can I find the solutions?
There is a folder for every day of the calendar.
In each folder you'll find a `AoC day xx writeup.md` file containing useful informations such as:
- The first and second **problem statement**.
- The first and second **problem inputs**.
- The **idea behind the solution** of bot problems (if a solution was found.)
- All the languages in which the solution has not been wrote yet.You will also find several folders each named after a programming language. **In those folders you'll find the solution wrote in a specific language** both for the first and second part.
### How can I contribute to this?
If you want to contribute create a branch from this repository and either add a new language or correct a mistake / propose a new solution to an existing one.