Implicit graph traversal — BFS, DFS, and Dijkstra on graphs defined by successor functions rather than materialized data structures.
Summary
Functions
Traverse an implicit weighted graph using Dijkstra's algorithm.
Traverse implicit graphs using BFS or DFS without materializing a Graph.
Like implicit_fold/1, but deduplicates visited nodes by a custom key.
Functions
Traverse an implicit weighted graph using Dijkstra's algorithm.
Traverse implicit graphs using BFS or DFS without materializing a Graph.
Like implicit_fold/1, but deduplicates visited nodes by a custom key.