Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aradi/aoc-2022
Solutions for Advent of Code 2022
https://github.com/aradi/aoc-2022
Last synced: about 6 hours ago
JSON representation
Solutions for Advent of Code 2022
- Host: GitHub
- URL: https://github.com/aradi/aoc-2022
- Owner: aradi
- Created: 2022-12-03T09:19:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T00:38:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T09:36:42.452Z (over 1 year ago)
- Language: Fortran
- Size: 81.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Advent of Code 2022
===================My solutions for `Advent of Code 2022 `_, mostly
in Fortran and Python.Note: The solutions uploaded here are meant to demonstrate possible
implementations of the required algorithms. They are quite clean, but they
are not modularized, as they should in a production code.