Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | Added all and remove-nth | Aryadev Chavali | |
Does what they say, all is the logical inverse to some. | |||
2023-10-17 | Started puzzle-8 | Aryadev Chavali | |
2023-10-17 | split-by->split-by-first, split-completely->split-by-completely | Aryadev Chavali | |
2023-10-17 | FINALLY figured out the solution to puzzle 7 | Aryadev Chavali | |
Easy problem once I figured out the trick to constructing an inherently stateful structure with backwards pointer references (at least the first way I would've made it) into a functional alist solution. Very cool. | |||
2023-10-17 | Made a rough sketch comment of puzzle-7 structure | Aryadev Chavali | |
2023-10-17 | Current implementation of puzzle-7 | Aryadev Chavali | |
Not complete, dunno what to do for parsing and handling CD commands. | |||
2023-10-17 | Some root directory repository stuff | Aryadev Chavali | |
2023-10-17 | Better comment on puzzle-6.lisp | Aryadev Chavali | |
2023-10-17 | Update 2022/README with puzzle solution descriptions | Aryadev Chavali | |
2023-10-17 | Use lib.lisp in puzzle-6 | Aryadev Chavali | |
2023-10-17 | Remove python version of puzzle 1 | Aryadev Chavali | |
Lisp version is satisfactory. | |||
2023-10-17 | Made a python version of puzzle 1 | Aryadev Chavali | |
I'm going to use a different language per puzzle now. | |||
2023-10-17 | Version control lib.lisp | Aryadev Chavali | |
2023-10-17 | (*)~changed to relative file naming | Aryadev Chavali | |
2023-10-17 | (2022>6)+solution for problem 6 | Aryadev Chavali | |
2023-10-17 | (2022>README,1,5)+literate code for problem 1 rewrite,~minor changes to 5 | Aryadev Chavali | |
Making README.org a literate document for my code to better describe my process. | |||
2023-07-09 | ~test | Aryadev Chavali | |
2023-06-26 | (2022>puzzle-5)+solution for puzzle-5 | Aryadev Chavali | |
Wow, quite involved and definitely cleanable but goddamn so much fun. | |||
2023-06-26 | (*->2022)~made it clear what advent of code I'm doing | Aryadev Chavali | |
2023-06-26 | (3|4)+lisp files for puzzles 3 and 4 | Aryadev Chavali | |
2023-06-26 | (1|2)+lisp files for puzzles 1 and 2 | Aryadev Chavali | |
Includes code for both rounds, separated by comments. |