|
|
04787bd7f9
|
feat: read input from file
|
2024-12-05 10:36:32 +01:00 |
|
|
|
143b8c0742
|
fix: test are passing for part 2
|
2024-12-05 10:36:32 +01:00 |
|
|
|
6132f3d3d2
|
refactor: Improve X-MAS pattern detection with simplified diagonal checks
|
2024-12-05 10:36:32 +01:00 |
|
|
|
542cb5b06d
|
feat: Implement X-MAS pattern counting algorithm for grid search
|
2024-12-05 10:36:32 +01:00 |
|
|
|
4f5ae71599
|
remove the implementation
|
2024-12-05 10:36:32 +01:00 |
|
|
|
998b6f6405
|
fix: Correct MASAS pattern detection in Day04 grid search
fix: Refactor X-MAS pattern detection in Day04 solution
fix: Remove extra `end` in day4.ex module
|
2024-12-05 10:36:32 +01:00 |
|
|
|
bacce02f21
|
fix: Resolve Day04 grid processing and X-MAS pattern matching
|
2024-12-05 10:36:32 +01:00 |
|
|
|
6aec2849a1
|
feat: Add count_x_mas function to find "MAS" pattern in grid
|
2024-12-05 10:36:32 +01:00 |
|
|
|
34a89c44f7
|
feat: solve part 1
|
2024-12-05 10:36:32 +01:00 |
|
|
|
df41b278f8
|
feat: implement solution to the example
|
2024-12-05 10:36:32 +01:00 |
|
|
|
ae53d65980
|
test: add test for day4
|
2024-12-05 10:36:32 +01:00 |
|