Added AoC 2020

This commit is contained in:
Crom (Thibaut CHARLES) 2021-01-29 19:20:41 +01:00
parent 4e6ceb7dad
commit 42674242cd
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
1 changed files with 21 additions and 0 deletions

View File

@ -55,6 +55,27 @@
</article>
<article>
<h1 id="ecgj6">Advent of Code 2020 <img title="Personal project" src="/img/perso.svg"/></h1>
In December 2020 I decided to participate in the Advent of Code 2020, a yearly event where every day of December, you are proposed an algorithm puzzle to solve using any language you want (the input is randomly generated and you must provide the correct answer). I chose to solve the daily puzzles with Rust code, since I am very interested in this language and I haven't practised it very much.
My goal was not to earn a maximum of points by solving the puzzles as fast as possible once they are released (they were released at 6AM an France), but rather to find the most interesting and/or efficient ways to solve them.
I also joined the Discord server or my former engineering school to help students that were participating in the event. This led to a lot of interesting discussions about code instrumentation and optimisation, algorithmic complexity, regular expressions, language features, ...
### Skills
- Rust programming
- Algorithms
- Problem solving
- Teaching
### More
- AoC website: https://adventofcode.com/2020/
- My solutions: https://gitlab.com/CromFr/advent-of-code-2020
</article>
<article>
<h1 id="ecgj6">ExtraCredits Game Jam #6 <img title="Personal project" src="/img/perso.svg"/></h1>