Commit graph

5 commits

Author SHA1 Message Date
43448aaeb6 Day5 2025-12-06 20:36:52 +00:00
840f236c60 Add VSCode configuration files for debugging and building with CMake; refactor main.cpp to clean up includes 2025-12-04 16:24:56 +00:00
c3a8206e55 Refactor Diagram structure to use mdspan for grid representation and update related functions 2025-12-04 15:47:55 +00:00
0b2afd5993 d4p2 2025-12-04 15:36:34 +00:00
eac8571ea7 Refactor CMake and VSCode settings; add Day 4 solution
- Updated .vscode/settings.json to enhance Clangd configuration and disable IntelliSense.
- Removed obsolete Clang-Format and Clang-Tidy tasks from .vscode/tasks.json.
- Modified CMakeLists.txt to enable compile commands export and adjusted target properties for Day 4.
- Added new CMakeLists.txt and main.cpp for Day 4 solution, implementing diagram parsing and movable paper counting logic.
- Included test_input and puzzle_input files for Day 4.
- Deleted the run-clang-tidy.sh script as it is no longer needed.
2025-12-04 14:22:43 +00:00