Commit-Graph

36 Commits

Autor SHA1 Nachricht Datum
4f10c7fb5e solved day 16 part 1 2024-12-16 20:40:41 +01:00
b727a37834 seperated part1 and part 2 2024-12-16 08:34:14 +01:00
68767c83ae solved part one of day 15 2024-12-15 14:38:50 +01:00
6fafca3b6b missed the example of day 3 2024-12-15 13:48:57 +01:00
49262fba4a solved part 1 of day 14 of 2024 2024-12-15 13:22:03 +01:00
6236636fc9 split kartesian into multiple modules 2024-12-14 13:44:14 +01:00
b24a6f52c0 added incomplete solutions 2024-12-14 11:48:20 +01:00
f3339b38e1 formatted some code and renamed nonndiagonal to straight 2024-12-14 11:47:02 +01:00
50f451efd2 added inclimple day 12 2024-12-14 11:42:26 +01:00
78327e8658 solved day 4 and 10 2024-12-11 00:59:44 +01:00
1ff9286276 solved day 9 and deduplicated some code 2024-12-09 10:57:41 +01:00
9d807bbc75 moved kartesian and euclidian systems to theis own modules.
no breaking api change
2024-12-08 11:14:33 +01:00
8e7e46f47f updated old solutions
* splitspace is now parsing
* added  some examples(04 is syntetic)
2024-12-08 02:04:16 +01:00
61c433eab7 updated day one to reflext api changes 2024-12-08 01:44:21 +01:00
bd97c2e422 Day 7 Solved 2024-12-08 01:43:53 +01:00
20ad63acaf updated library 2024-12-08 01:42:00 +01:00
dec9308b2f updated the convert_to array function 2024-12-07 12:47:53 +01:00
194e904ccc added day 6 (incomplete) 2024-12-07 12:25:48 +01:00
ed43974f0f extended the library
Add and Sub plus the  assign variant are now implemented;
advent_of_code_macros is now pub use.
2024-12-06 16:59:58 +01:00
2bbf7c86f6 fixed the vector method of the kartesiandirection 2024-12-06 16:55:36 +01:00
855772e976 updated my library 2024-12-06 15:46:23 +01:00
4f32ca95cf current approach for day 4
this does not work yet
2024-12-04 13:22:39 +01:00
d430c8e15e unified the package names 2024-12-03 23:16:23 +01:00
8905f24d2b added newline 2024-12-03 23:15:34 +01:00
5ded33d81a missing dependency 2024-12-03 18:44:44 +01:00
08662acb1d converted the variable to const and added a trim. 2024-12-03 18:44:06 +01:00
013e2470b2 removed useless comment 2024-12-03 09:51:55 +01:00
c5a5ccd473 updated include_example to reflect the include_data macro and removed dead code 2024-12-03 09:50:28 +01:00
b626b224b4 Solution for 2024 day 3 2024-12-03 09:18:33 +01:00
587ef24505 some fixes of my macros 2024-12-03 09:18:18 +01:00
efa52f4f5b changed the macro to support an Variable name 2024-12-02 21:50:56 +01:00
40d5411432 my solution for Day 3 of 2024 2024-12-02 21:22:35 +01:00
eba9f1b443 fixed the inclusion errors 2024-12-02 21:18:42 +01:00
352fabd0b1 excluded the data directories except of gitkeepfiles 2024-12-01 22:31:44 +01:00
e105d73f50 added the code for day 1 and 2 from 2023 2024-12-01 22:25:51 +01:00
432d3f9317 Day 01 of 2024 2024-12-01 16:30:48 +01:00