Commit Graph

104 Commits

Author SHA1 Message Date
hedy 19e67c1366
2022-02: Add lua solution 2023-04-09 23:01:20 +08:00
hedy ff06194ec0
2022-01: Add moonscript solution 2023-04-09 22:39:18 +08:00
hedy f12ea6b396
2022-01: Add lua solution 2023-04-09 21:57:35 +08:00
hedy 2339a9d363
2022-03: Add moonscript solution 2023-04-09 21:26:41 +08:00
hedy f6b2a236ea
2022-03: Update lua indentation 2023-04-09 21:18:25 +08:00
hedy acf205cbd3
Rename answer file 2023-01-07 12:09:28 +08:00
hedy b6a7dfde4b
2022-20 (python): Add circular doubly linked list implementation 2023-01-07 12:08:27 +08:00
hedy 069691341c
2022-20 (python): Modify static linked list implementation 2023-01-07 12:07:59 +08:00
hedy b342e1ccd9
Add 2022 Day 20 (python) 2023-01-06 14:11:38 +08:00
hedy f4679c23a8
2022-14 (python): Refactor 2022-12-27 16:57:10 +08:00
hedy d47029aee6
answers.md 2022-12-24 15:48:59 +08:00
hedy 7b74b0f091
Add answers.md support to the scripts
Also add option to skip README.md inspection upon user request
2022-12-24 15:25:15 +08:00
hedy b808fb7552
Update readme 2022-12-23 21:52:47 +08:00
hedy 3bfb8749cf
Write a stupid readme 2022-12-23 21:51:24 +08:00
hedy 312d81dcaa
Amend previous commit but don't rebase
Don't add dirs for unsolved puzzles
2022-12-23 21:12:51 +08:00
hedy c1ef8d9616
Restructure and add README.md to all solved puzzles
Using the fresh new bin/new script of course!
2022-12-23 21:06:53 +08:00
hedy cc6d60d02f
Full blown AoC new puzzles setup script let's go!
I already wrote so much docs

I'm literally too tired to write a 1000-word commit message

Please see bin/new

Tested it a bit, I guess

Well, it works.

Could be better, of course, lol

Good luck \o/

pfffffft I should do some *actual* AoC stuff now
2022-12-23 20:53:09 +08:00
hedy ceec7e73a9
Fix 2022 Day 14 2022-12-22 16:44:14 +08:00
hedy b721bc6a71
Better template for python 2022-12-22 16:41:44 +08:00
hedy d4dc30e699
2022 Day 18 Part 2 2022-12-22 16:36:15 +08:00
hedy 50111476a4
Finish 2022 Day 11 2022-12-22 16:12:33 +08:00
hedy 0c362d7bf3
2022 Day 18 Part 1 2022-12-18 16:02:15 +08:00
hedy fc87880485
Add 2022 Day 13 2022-12-14 15:36:30 +08:00
hedy 6c0d8f2a4c
2022-10 (python-long): Make the module import-friendly 2022-12-12 09:27:22 +08:00
hedy 3a8ae6a7a6
2022-10 (python-long): More readable message output 2022-12-12 09:26:15 +08:00
hedy 3daf0bb032
Polish 2022 Day 10 2022-12-12 09:24:15 +08:00
hedy b2b977b952
Add setup scripts and skel templates 2022-12-10 12:17:13 +08:00
hedy 239bba377d
Add puzzle.md for 2022 Day 9 2022-12-10 12:16:20 +08:00
hedy a57e3cd9a7
2022-09 (python): Top of file comments/desc 2022-12-09 18:54:50 +08:00
hedy 88ddba8df2
Finish 2022 Day 9 for python (with sort-of-golfed version)
Example input for part 1 in test1.txt
The other example input for part 2 in test2.txt
2022-12-09 18:52:16 +08:00
hedy f7a38e12e0
Add comments lol 2022-12-08 15:14:57 +08:00
hedy ef796df0e0
Refactor python solutions for 2022 Day 8 2022-12-08 15:12:56 +08:00
hedy 3699ff3c6a
Refactor python solution for 2022 Day 8 2022-12-08 14:38:32 +08:00
hedy 2096f7c828
Finish 2022 Day 8 2022-12-08 14:26:49 +08:00
hedy b3f5f539b6
2022-07 (golang): Apply gofmt 2022-12-08 11:12:52 +08:00
hedy 9f7b297bf5
2022-07 (golang): Remove redundant comment 2022-12-08 11:11:24 +08:00
hedy e7c5ccfe67
2022-07 (lua): Better algorithm for finding smallest directory to delete 2022-12-08 11:08:39 +08:00
hedy 7c79bdfcbc
2022-07 (golang): Fix typo in message 2022-12-08 11:08:13 +08:00
hedy c84c88e5d2
2022-07 (golang): Use e-notation everywhere 2022-12-08 11:05:58 +08:00
hedy 089fb40954
Add golang solution to 2022 Day 7 2022-12-08 11:04:33 +08:00
hedy 261238917b
Refactor lua solution for 2022 Day 7 2022-12-08 10:24:33 +08:00
hedy 8c97b756b2
Add python skel (template 2022-12-08 10:21:56 +08:00
hedy e7b1175bf8
Add lua solution to 2022 Day 7 2022-12-08 10:21:45 +08:00
hedy 7e6820f007
Refactor python solutions for 2022 Day 7 (use defaultdict) 2022-12-08 09:32:04 +08:00
hedy 1b2e1016b0
Refactor python solutions into long and min 2022-12-07 21:11:30 +08:00
hedy 3a3f6a4c40
Finish 2022 Day 7 (finally refactored code) 2022-12-07 20:52:22 +08:00
hedy 5b9e13c515
Initial solution for 2022 Day 7 2022-12-07 19:54:26 +08:00
hedy 4997930331
Add lua solution to 2022 Day 6 2022-12-07 12:20:50 +08:00
hedy 60d4007307
Finish 2020 Day 8 (yesterday) 2022-12-07 09:50:00 +08:00
hedy c0cb2b9307
Add lua solution to 2022 Day 5 2022-12-06 17:15:47 +08:00