Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alifarazz/advent-of-code
My solutions to Advent of Code challenge.
https://github.com/alifarazz/advent-of-code
advent-of-code advent-of-code-2020
Last synced: 21 days ago
JSON representation
My solutions to Advent of Code challenge.
- Host: GitHub
- URL: https://github.com/alifarazz/advent-of-code
- Owner: alifarazz
- License: other
- Created: 2021-07-18T00:40:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T00:04:16.000Z (about 1 month ago)
- Last Synced: 2024-12-13T01:18:11.823Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Nim
- Homepage: https://codeberg.org/alifara/advent-of-code
- Size: 450 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
Here lies my solutions to AoC's that I've participated in.+ [2018/](2018)
+ [2020/](2020) (using [Nim](https://nim-lang.org/) lang, listed on [Nim's forum](https://forum.nim-lang.org/t/7162))---
#### [What is Advent of Code(AoC)?](https://adventofcode.com/2020/about)
From its site:> Advent of Code 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 a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
For me, it's a way to try out new technologies; for example picking up new languages like [Nim](https://nim-lang.org/) and [Clojure](https://clojure.org/).
Or a way to approach common problems in a totally different manner; for example using functional programming to solve problems or implementing solutions more efficiently by utilizing SIMD instructions or parallelism.