Commit Graph

18 Commits

Author SHA1 Message Date
Stefan Müller 0f60b23b33 Change constants methods to static constexpr 2025-01-21 14:03:40 +01:00
Stefan Müller 0b72b7efdc Remove raw array use from PrintQueue 2025-01-21 14:02:10 +01:00
Stefan Müller ae99d41cf4 Add Grid::fill() 2025-01-21 14:00:38 +01:00
Stefan Müller 22c858dd59 Change clang format line width to 120 2025-01-21 13:54:06 +01:00
Stefan Müller 7aeaab2c49 Add Grid class as wrapper for two-dimensional array 2024-12-30 22:29:14 +01:00
Stefan Müller 06afa3ae2e Fix method order (constants methods first) 2024-12-25 21:44:39 +01:00
Stefan Müller 69a4b4becc Add missing virtual modifiers 2024-12-25 21:43:58 +01:00
Stefan Müller 2e2a95faef Add const to GuardGallivant.getStartDirectionIndex() 2024-12-25 21:43:20 +01:00
Stefan Müller 1fd73c1a18 Rename LanParty method to "compute..." 2024-12-25 21:34:13 +01:00
Stefan Müller c777bad38a Add const for Vertex id and getter 2024-12-25 21:27:27 +01:00
Stefan Müller d314b2fc70 Add const modifier for constants methods 2024-12-25 21:24:20 +01:00
Stefan Müller c783d20755 Add solution for "Day 23: LAN Party", part 1 2024-12-25 21:06:41 +01:00
Stefan Müller e0a9a807da Fix some private field identifiers 2024-12-24 15:30:14 +01:00
Stefan Müller eb8f7f7221 Add solution for "Day 10: Hoof It", part 1 2024-12-22 22:43:37 +01:00
Stefan Müller 4ed3b84cb6 Fix inheritance formatting 2024-12-11 01:38:26 +01:00
Stefan Müller fa38fa695b Rename .h file extension to .hpp, and fix some include orderings 2024-12-11 01:37:34 +01:00
Stefan Müller 78d0f59886 Merge branch 'cmake' 2024-12-08 11:00:55 +01:00
Stefan Müller 38bca1e549 Add proper CMake setup and update project structure 2024-12-06 20:16:01 +01:00