From 42674242cd66944a74396e15ddc462780957e598 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Fri, 29 Jan 2021 19:20:41 +0100 Subject: [PATCH] Added AoC 2020 --- pages/projects.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pages/projects.md b/pages/projects.md index b2947fa..4d0eec0 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -55,6 +55,27 @@ +
+

Advent of Code 2020

+ +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 + +
+

ExtraCredits Game Jam #6