No description
Find a file
2023-12-19 17:59:59 +01:00
aoc01a cleanup some string mess 2023-12-12 22:43:02 +01:00
aoc01b cleanup some string mess 2023-12-12 22:43:02 +01:00
aoc02a improvements after code review 2023-12-19 14:50:53 +01:00
aoc02b cleanup some string mess 2023-12-12 22:55:34 +01:00
aoc03a cleanup 2023-12-12 23:06:43 +01:00
aoc04a cleanup 2023-12-12 23:27:29 +01:00
aoc04b cleanup 2023-12-12 23:27:29 +01:00
aoc05a cleanup 2023-12-12 23:36:55 +01:00
aoc05b cleanup 2023-12-12 23:36:55 +01:00
aoc07a nobody said that Hands with the same cards but different order are considered equal. Remove this rule 2023-12-12 17:12:32 +01:00
aoc07b solve part 2 with small changes to the code and MAAANY test cases to regain sanity... 2023-12-12 21:40:47 +01:00
aoc08a cleanup 2023-12-14 22:47:52 +01:00
aoc08b works for example, but does not finish for input 2023-12-17 20:04:18 +01:00
aoc10a solve part 1 2023-12-19 17:59:59 +01:00
.gitignore ignore input 2023-12-11 22:12:10 +01:00
README.md readme 2023-12-12 23:49:37 +01:00

AdventOfCode 2023

My source repository for this year's awesome AdventOfCode.

Since AdventOfCode is a great opportunity to get to know new languages and/or paradigms, this year I will try to get my feet wet with some Rust, "A language empowering everyone to build reliable and efficient software".

My personal goals are

  • learn new languages
  • write somewhat readable code
  • try new paradigms
  • and of course have some fun while at it

Please note that I started to learn some rust a week before AdventOfCode.
Comments on the code are welcome, I would really like to see some discussion in GitHub issues :).

Previous years