• Joined on 2023-05-25
xuu created pull request xuu/advent-of-code#22 2024-01-09 21:03:32 -07:00
chore(day23): solution for day23 pt1/pt2
xuu deleted branch day17-astar from xuu/advent-of-code 2024-01-09 21:03:15 -07:00
xuu pushed to main at xuu/advent-of-code 2024-01-09 20:41:51 -07:00
328a0f3eb3 chore(aoc): add FibHeap DecreaseKey
xuu created branch graphs in xuu/advent-of-code 2024-01-09 20:41:28 -07:00
xuu pushed to graphs at xuu/advent-of-code 2024-01-09 20:41:28 -07:00
328a0f3eb3 chore(aoc): add FibHeap DecreaseKey
xuu pushed to main at xuu/advent-of-code 2024-01-09 13:56:13 -07:00
7d7402f054 chore(day17): implement fibHeap for faster priority queue
7585526634 chore(day17): simplify FindPath. A* is still slower :|
924c8d74f3 chore(day17): disable heuristic. runs faster!?
22184ed9c7 chore(aoc): initial graph attempt
Compare 4 commits »
xuu deleted branch graphs from xuu/advent-of-code 2024-01-09 13:56:13 -07:00
xuu merged pull request xuu/advent-of-code#21 2024-01-09 13:56:12 -07:00
graphs
xuu pushed to graphs at xuu/advent-of-code 2024-01-09 13:53:58 -07:00
7d7402f054 chore(day17): implement fibHeap for faster priority queue
xuu created pull request xuu/advent-of-code#21 2024-01-04 17:24:30 -07:00
graphs
xuu pushed to graphs at xuu/advent-of-code 2024-01-04 17:15:49 -07:00
7585526634 chore(day17): simplify FindPath. A* is still slower :|
xuu pushed to graphs at xuu/advent-of-code 2024-01-04 17:14:56 -07:00
faac603440 chore(day17): simplify FindPath. A* is still slower :|
xuu pushed to graphs at xuu/advent-of-code 2024-01-02 20:57:09 -07:00
924c8d74f3 chore(day17): disable heuristic. runs faster!?
xuu created branch graphs in xuu/advent-of-code 2024-01-02 17:02:17 -07:00
xuu pushed to graphs at xuu/advent-of-code 2024-01-02 17:02:17 -07:00
22184ed9c7 chore(aoc): initial graph attempt
xuu pushed to day23 at xuu/advent-of-code 2024-01-02 17:01:14 -07:00
e611d48ab7 chore(day23): solution for day23 pt1/pt2
xuu created branch day23 in xuu/advent-of-code 2024-01-02 16:59:51 -07:00
xuu pushed to day23 at xuu/advent-of-code 2024-01-02 16:59:51 -07:00
b940ca6012 chore(day23): solution for day23 pt1/pt2
xuu deleted branch day19 from xuu/advent-of-code 2024-01-01 19:15:38 -07:00
xuu merged pull request xuu/advent-of-code#15 2024-01-01 19:15:37 -07:00
chore: add day 19 pt 1