Files
zopu-code/repos/effect/.changeset/graph-algorithm-fixes.md

6 lines
283 B
Markdown

---
"effect": patch
---
Add `Graph.successors` and `Graph.predecessors`, deprecate `Graph.neighborsDirected`, and fix graph algorithm edge cases around reversal, undirected edge queries, shortest-path weight validation, topological sort initials, and strongly connected components.