Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor | Oscar Najera | 2023-12-08 | 1 | -15/+9 |
| | |||||
* | solution part2 | Oscar Najera | 2023-12-08 | 1 | -22/+48 |
| | |||||
* | [AoC2023] day08 lisp part1 | Oscar Najera | 2023-12-08 | 2 | -0/+797 |
| | |||||
* | part2 | Oscar Najera | 2023-12-07 | 1 | -21/+52 |
| | |||||
* | [AoC2023] day07 lisp part1 | Oscar Najera | 2023-12-07 | 2 | -0/+1080 |
| | |||||
* | solution part 2 | Oscar Najera | 2023-12-06 | 1 | -3/+21 |
| | |||||
* | [AoC2023] day06 lisp part 1 | Oscar Najera | 2023-12-06 | 2 | -0/+42 |
| | |||||
* | day05 bug finally found and fixed | Oscar Najera | 2023-12-06 | 1 | -37/+18 |
| | | | | | | | I had poor control of bounds. Right simple tests, it is not that hard, debugging by reading takes forever. | ||||
* | day05 try with ranges fail to solve | Oscar Najera | 2023-12-06 | 1 | -37/+121 |
| | |||||
* | [AoC2023] day05 lisp too slow | Oscar Najera | 2023-12-05 | 2 | -0/+314 |
| | |||||
* | Solve day04 part2 | Oscar Najera | 2023-12-04 | 1 | -3/+31 |
| | |||||
* | [AoC2023] day04 part 1 lisp | Oscar Najera | 2023-12-04 | 2 | -0/+239 |
| | |||||
* | refactor day03 | Oscar Najera | 2023-12-04 | 1 | -51/+19 |
| | |||||
* | [AoC2023] day03 lisp | Oscar Najera | 2023-12-04 | 3 | -0/+228 |
| | |||||
* | day02 refactor with struct | Oscar Najera | 2023-12-03 | 1 | -32/+28 |
| | |||||
* | [AoC2023] day02 lisp | Oscar Najera | 2023-12-03 | 2 | -0/+179 |
| | |||||
* | fix second instance | Oscar Najera | 2023-12-03 | 1 | -23/+15 |
| | |||||
* | [AoC2023] day01 lisp fail 2nd | Oscar Najera | 2023-12-03 | 4 | -0/+1109 |
| | |||||
* | refactor, using collector | Oscar Najera | 2023-04-06 | 2 | -41/+53 |
| | |||||
* | cleanup | Oscar Najera | 2023-02-12 | 1 | -26/+23 |
| | |||||
* | day06 | Oscar Najera | 2023-02-11 | 2 | -0/+16 |
| | |||||
* | Clojure day05 | Oscar Najera | 2023-02-11 | 3 | -16/+55 |
| | |||||
* | day02 | Oscar Najera | 2023-02-08 | 3 | -20/+66 |
| | |||||
* | day04 | Oscar Najera | 2023-02-07 | 2 | -0/+30 |
| | |||||
* | day 3 review | Oscar Najera | 2023-02-06 | 4 | -19/+49 |
| | |||||
* | working with more stuff | Oscar Najera | 2023-02-05 | 3 | -12/+37 |
| | |||||
* | Try clojure for day 1 and test transducers | Oscar Najera | 2023-02-05 | 6 | -0/+66 |
| | |||||
* | more julia and formatted | Oscar Najera | 2023-01-28 | 7 | -12/+77 |
| | |||||
* | more julia | Oscar Najera | 2023-01-26 | 1 | -0/+15 |
| | |||||
* | Learning some julia | Oscar Najera | 2023-01-26 | 5 | -27/+108 |
| | |||||
* | drop some repetition | Oscar Najera | 2023-01-24 | 1 | -12/+9 |
| | |||||
* | Complete Advent of code day 25 lisp | Oscar Najera | 2023-01-24 | 3 | -0/+172 |
| | |||||
* | Clean up, heretic use of mutation | Oscar Najera | 2023-01-24 | 1 | -57/+68 |
| | |||||
* | Day 24 | Oscar Najera | 2023-01-24 | 3 | -0/+161 |
| | |||||
* | Day 23 | Oscar Najera | 2023-01-23 | 3 | -0/+171 |
| | |||||
* | Clean up a bit | Oscar Najera | 2023-01-23 | 1 | -80/+48 |
| | |||||
* | Solved day 22 part 2 | Oscar Najera | 2023-01-16 | 1 | -35/+96 |
| | | | | This looks horrible and solution path is hard coded | ||||
* | some simplification | Oscar Najera | 2023-01-16 | 1 | -6/+6 |
| | |||||
* | cross between faces as composed transformation | Oscar Najera | 2023-01-16 | 1 | -34/+54 |
| | | | | | This is instead of determining manually the transformations can be deduced visually from the way the field composes. | ||||
* | walk cube | Oscar Najera | 2023-01-15 | 1 | -25/+49 |
| | |||||
* | solve part2 example | Oscar Najera | 2023-01-15 | 1 | -27/+37 |
| | | | | Realize I can have an arbitrary cube | ||||
* | moving on cube surface | Oscar Najera | 2023-01-15 | 1 | -126/+114 |
| | |||||
* | track faces | Oscar Najera | 2023-01-15 | 1 | -1/+124 |
| | |||||
* | Day 22 part1 | Oscar Najera | 2023-01-15 | 3 | -0/+321 |
| | |||||
* | Day 21 Full solve | Oscar Najera | 2023-01-13 | 1 | -13/+58 |
| | |||||
* | day 21 | Oscar Najera | 2023-01-13 | 3 | -0/+2774 |
| | |||||
* | Day 20 part2 | Oscar Najera | 2023-01-13 | 1 | -10/+15 |
| | |||||
* | Day 20 part1 | Oscar Najera | 2023-01-13 | 2 | -0/+5070 |
| | |||||
* | Clean up | Oscar Najera | 2023-01-12 | 1 | -187/+92 |
| | |||||
* | Working. Use fset a lot more | Oscar Najera | 2023-01-12 | 1 | -25/+45 |
| |