Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0rrman/advent-of-code-2022
This repository serves as a mono repository for the Advent of Code 2022 challenges. The tasks are completed and implemented in pandas (Python 3) or C++.
https://github.com/n0rrman/advent-of-code-2022
cpp pandas python
Last synced: 16 days ago
JSON representation
This repository serves as a mono repository for the Advent of Code 2022 challenges. The tasks are completed and implemented in pandas (Python 3) or C++.
- Host: GitHub
- URL: https://github.com/n0rrman/advent-of-code-2022
- Owner: n0rrman
- Created: 2023-11-10T17:39:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T06:27:54.000Z (about 1 year ago)
- Last Synced: 2023-11-26T17:48:50.420Z (about 1 year ago)
- Topics: cpp, pandas, python
- Language: C++
- Homepage: https://adventofcode.com/2022/
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022: C++ & Python (pandas)
This repository serves as a mono repository for the [Advent of Code 2022](https://adventofcode.com/2022) challenges. The tasks are completed and implemented in either Python 3 or C++.
**Python Solutions:** Utilises a data-analytic approach to the tasks and regards the input data as a table of data entries. The problems are solved with feature engineering and data manipulations using the data analysis library [pandas](https://pandas.pydata.org).
**C++ Solutions:** Following a more traditional programming approach, solving the challanges in the simpliest way possible.
**Update:**
Starting from the 7th, tasks will only be completed in EITHER pandas OR C++. Tasks requiring a great deal of data manipulation or external control flows will be implemented in C++, and any task fit for pandas will be implemented in Python.---
| Task Number | Completed | Language | Repository |
|-------------|-----------|--------------------|------------|
| [01](https://adventofcode.com/2022/day/1) | ✅ | 🐼 pandas & 🅒 C++ | [advent-of-code-2022/01](https://github.com/n0rrman/advent-of-code-2022/tree/main/01) |
| [02](https://adventofcode.com/2022/day/2) | ✅ | 🐼 pandas & 🅒 C++ | [advent-of-code-2022/02](https://github.com/n0rrman/advent-of-code-2022/tree/main/02) |
| [03](https://adventofcode.com/2022/day/3) | ✅ | 🐼 pandas & 🅒 C++ | [advent-of-code-2022/03](https://github.com/n0rrman/advent-of-code-2022/tree/main/03) |
| [04](https://adventofcode.com/2022/day/4) | ✅ | 🐼 pandas & 🅒 C++ | [advent-of-code-2022/04](https://github.com/n0rrman/advent-of-code-2022/tree/main/04) |
| [05](https://adventofcode.com/2022/day/5) | ✅ | 🐼 pandas & 🅒 C++ | [advent-of-code-2022/05](https://github.com/n0rrman/advent-of-code-2022/tree/main/05) |
| [06](https://adventofcode.com/2022/day/6) | ✅ | 🐼 pandas & 🅒 C++ | [advent-of-code-2022/06](https://github.com/n0rrman/advent-of-code-2022/tree/main/06) |
| [07](https://adventofcode.com/2022/day/7) | ✅ | 🐼 pandas | [advent-of-code-2022/07](https://github.com/n0rrman/advent-of-code-2022/tree/main/07) |
| [08](https://adventofcode.com/2022/day/8) | ✅ | 🐼 pandas | [advent-of-code-2022/08](https://github.com/n0rrman/advent-of-code-2022/tree/main/08) |
| [09](https://adventofcode.com/2022/day/9) | ✅ | 🅒 C++ | [advent-of-code-2022/09](https://github.com/n0rrman/advent-of-code-2022/tree/main/09) |
| [10](https://adventofcode.com/2022/day/10) | ✅ | 🐼 pandas | [advent-of-code-2022/10](https://github.com/n0rrman/advent-of-code-2022/tree/main/10) |
| [11](https://adventofcode.com/2022/day/11) | ✅ | 🅒 C++ | [advent-of-code-2022/11](https://github.com/n0rrman/advent-of-code-2022/tree/main/11) |
| [12](https://adventofcode.com/2022/day/12) | ✅ | 🅒 C++ | [advent-of-code-2022/12](https://github.com/n0rrman/advent-of-code-2022/tree/main/12) |
| [13](https://adventofcode.com/2022/day/13) | ❌ | | |
| [14](https://adventofcode.com/2022/day/14) | ❌ | | |
| [15](https://adventofcode.com/2022/day/15) | ❌ | | |
| [16](https://adventofcode.com/2022/day/16) | ❌ | | |
| [17](https://adventofcode.com/2022/day/17) | ❌ | | |
| [18](https://adventofcode.com/2022/day/18) | ❌ | | |
| [19](https://adventofcode.com/2022/day/19) | ❌ | | |
| [20](https://adventofcode.com/2022/day/20) | ❌ | | |
| [21](https://adventofcode.com/2022/day/21) | ❌ | | |
| [22](https://adventofcode.com/2022/day/22) | ❌ | | |
| [23](https://adventofcode.com/2022/day/23) | ❌ | | |
| [24](https://adventofcode.com/2022/day/24) | ❌ | | |
| [25](https://adventofcode.com/2022/day/25) | ❌ | | |