76 Commits

Author SHA1 Message Date
dc2cb20d36 Working part 1, I forgot to properly sort an array 2023-12-08 07:57:17 +01:00
0cdc898118 Added debug prints 2023-12-08 01:00:01 +01:00
31cc223170 Removed one bug, many to go 2023-12-08 00:39:40 +01:00
be248b81a0 Non-working prototype 2023-12-08 00:33:30 +01:00
e14b5277fa WIP: every type of hand has its array 2023-12-07 22:10:27 +01:00
4ca1366d87 Initial commit for day 7 2023-12-07 14:16:41 +00:00
752a4cdde1 Updated README.md 2023-12-07 13:58:44 +00:00
61a5da832e Working d6p2, multithreaded 2023-12-07 10:32:55 +00:00
895dc50813 Working day6 part1 2023-12-07 00:30:24 +01:00
7932dc6a5c First draft of day 6 2023-12-06 22:52:25 +01:00
b713c68be9 Unoptimized and unhinged d5p2, parallel bruteforce 2023-12-06 22:05:18 +01:00
77f0c659d3 Working d5p1, but I don't know what my code does 2023-12-06 20:00:08 +01:00
96dfe53951 Implemented function to gather the different items 2023-12-06 16:43:03 +00:00
1c7bdb3486 Early draft of day 5, archival 2023-12-05 23:20:45 +01:00
64f57a7d3a Merge branch 'day03' 2023-12-05 20:16:07 +01:00
50aa50c83d Working version of d3p2, code needs refactoring 2023-12-05 20:13:44 +01:00
f5b884d374 Non-working code, archival purpose 2023-12-04 23:54:13 +01:00
54196d6f05 Fix refactoring causing errors during compiling 2023-12-04 21:49:35 +01:00
4fcd19158e Merge branch 'day03' 2023-12-04 16:02:56 +00:00
c237b25d84 Starting to refactor day03 2023-12-04 15:29:27 +00:00
0893ba08e0 Updated README.md 2023-12-04 13:55:43 +00:00
52fd824390 Merge branch 'day04' 2023-12-04 13:54:03 +00:00
506faccd6a Merge branch 'day03' 2023-12-04 13:53:56 +00:00
4a20d4ac12 Optimized my code by 140300% just by doing things correctly 2023-12-04 13:49:18 +00:00
46f1dddeb1 First draft of working part two, heavily unoptimized 2023-12-04 13:34:48 +00:00
9315824a04 Working first part of day04 2023-12-04 09:57:37 +00:00
5076013fc4 Merge branch 'day03' into day04 2023-12-04 08:49:24 +00:00
4e86c2e0a7 Merge branch 'change-inputs-folder' into day04 2023-12-04 08:44:37 +00:00
4d34f508d5 The worst code I've ever written, but somehow it works 2023-12-03 21:35:05 +01:00
eceddf1284 Working code, terrible code, debug prints 2023-12-03 21:33:46 +01:00
858c57647f Merge remote-tracking branch 'gitea/change-inputs-folder' 2023-12-03 18:53:33 +01:00
5f2c093e72 WIP of new approach 2023-12-03 16:52:32 +00:00
99db2b88a2 Scrapping the current approach. Archival purpose 2023-12-03 16:10:23 +00:00
bacc1855ab Initial draft of day03, non-working, archival purpose 2023-12-03 13:24:33 +00:00
7467fb2fba Merge branch 'change-inputs-folder' into day03 2023-12-03 08:08:16 +00:00
e4f381df4b Added UNLICENSE file 2023-12-02 19:34:37 +01:00
923e0331f7 Merge branch 'gitea-actions' 2023-12-02 19:15:12 +01:00
7c156be7a1 Adding a tag to specify when to build 2023-12-02 19:14:16 +01:00
a4ee3fde16 Add README.md
All checks were successful
Build / gobuild (push) Successful in 56s
2023-12-02 19:08:52 +01:00
df779eb510 Fixed a small oversight in folder structure
All checks were successful
Build / gobuild (push) Successful in 1m27s
2023-12-02 16:59:44 +00:00
79f63b0bf0 Truying to do something really silly with symlinks
Some checks failed
Build / gobuild (push) Failing after 1m22s
2023-12-02 16:56:35 +00:00
492d2a602a Trying to run the code for day01
Some checks failed
Build / gobuild (push) Failing after 51s
2023-12-02 16:50:46 +00:00
fc9a332e63 Changed folder structure 2023-12-02 16:49:56 +00:00
134cb7aad1 Merge branch 'gitea-actions'
All checks were successful
Build / gobuild (push) Successful in 47s
2023-12-02 16:42:55 +00:00
d36262eaf4 Using two different name tags to build
Some checks failed
Build / gobuild (push) Failing after 1m4s
2023-12-02 16:40:32 +00:00
e7a054c57f Trying to build two files 2023-12-02 16:38:48 +00:00
00815609cb Small refactor of code
Some checks failed
Build / gobuild (push) Failing after 1m15s
2023-12-02 16:34:29 +00:00
14928230b8 Second part completed 2023-12-02 16:31:37 +00:00
d2ce81647b Solved the first part
Some checks failed
Build / gobuild (push) Failing after 1m6s
2023-12-02 16:02:00 +00:00
2e0faf87eb Recreating the concept of map from scratch
Some checks failed
Build / gobuild (push) Failing after 1m0s
I realized at this point that I'm writing from scratch a way to deal
with a data-type that resembles a map. Saving what I've done in a
commit to not lose what can maybe used for other purposes.
2023-12-02 14:47:11 +00:00