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: 7 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T17:45:52.000Z (11 months ago)
- Last Synced: 2025-04-11T23:37:11.894Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Nim
- Homepage: https://codeberg.org/alifara/advent-of-code
- Size: 466 KB
- Stars: 0
- Watchers: 1
- 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.