Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

asaaki/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions for each task.

Goals

  • Solve the puzzles.
  • Solve them as quickly as possible.
  • (optional) Refactor if something bothers me too much.
  • Yet still: Have fun with the puzzles!
  • Enjoy the coding practice and built up the "muscle memory" for Rust.
  • Learn more Rust on the way.
  • Become more confident.
  • Allow rough edges here and there.
  • Have fun!

Non-Goals

  • Performance and efficiency
  • The most, best, optimal, idiomatic way of writing Rust.¹
  • Perfectionism.
  • Competition.

¹ Well, a bit of idiomatic code is probably still good.