• Joined on 2023-05-25
xuu pushed to main at xuu/advent-of-code 2024-01-01 19:15:37 -07:00
74a952e82b chore(day19): add part 2
62f8338227 chore: organization day19
39c6f8ed4d chore: add day 19 pt 1
Compare 3 commits »
xuu pushed to day19 at xuu/advent-of-code 2024-01-01 19:15:18 -07:00
7541e0cb3d chore(day19): add part 2
xuu pushed to day19 at xuu/advent-of-code 2024-01-01 14:21:42 -07:00
dd735aa521 chore: organization day19
xuu pushed to day19 at xuu/advent-of-code 2024-01-01 14:20:33 -07:00
2956b65368 Merge branch 'main' into day19
2c959c109b tests(day17): disable solution
eb1eaaab43 chore(day17): add open list for A*
adc01f4df9 chore(day17): log output
fd85530d88 chore(day17): simplify interfaces. add docs
Compare 7 commits »
xuu pushed to main at xuu/advent-of-code 2024-01-01 14:19:05 -07:00
2c959c109b tests(day17): disable solution
xuu pushed to main at xuu/advent-of-code 2024-01-01 14:12:58 -07:00
eb1eaaab43 chore(day17): add open list for A*
xuu pushed to main at xuu/advent-of-code 2024-01-01 12:44:13 -07:00
adc01f4df9 chore(day17): log output
xuu pushed to main at xuu/advent-of-code 2024-01-01 10:59:44 -07:00
fd85530d88 chore(day17): simplify interfaces. add docs
xuu deleted branch day17-fixes from xuu/advent-of-code 2024-01-01 09:58:35 -07:00
xuu pushed to main at xuu/advent-of-code 2024-01-01 09:58:34 -07:00
0d78959bea chore(day17): fix missing changes
xuu merged pull request xuu/advent-of-code#20 2024-01-01 09:58:33 -07:00
chore(day17): fix missing changes
xuu pushed to day17-fixes at xuu/advent-of-code 2024-01-01 09:57:25 -07:00
0d78959bea chore(day17): fix missing changes
86f2f7a6f2 chore(day17): implent A* path finder
Compare 2 commits »
xuu created pull request xuu/advent-of-code#20 2024-01-01 09:53:20 -07:00
chore(day17): fix missing changes
xuu created branch day17-fixes in xuu/advent-of-code 2024-01-01 09:52:53 -07:00
xuu pushed to day17-fixes at xuu/advent-of-code 2024-01-01 09:52:53 -07:00
36fed356a1 chore(day17): fix missing changes
xuu created branch day17-astar in xuu/advent-of-code 2024-01-01 09:47:06 -07:00
xuu pushed to day17-astar at xuu/advent-of-code 2024-01-01 09:47:06 -07:00
c99836bd2a chore(day17): implent A* path finder
xuu pushed to main at xuu/advent-of-code 2024-01-01 09:45:41 -07:00
86f2f7a6f2 chore(day17): implent A* path finder
xuu deleted branch day17-astar from xuu/advent-of-code 2024-01-01 09:45:41 -07:00
xuu merged pull request xuu/advent-of-code#19 2024-01-01 09:45:40 -07:00
chore(day17): implent A* path finder