Skip to content

v0.14.0

Compare
Choose a tag to compare
@dominikbraun dominikbraun released this 01 Nov 19:04
· 96 commits to main since this release
f1f0bea

Added

  • Added the ErrVertexNotFound error instance.

Changed

  • Changed TopologicalSort to fail at runtime when a cycle is detected.
  • Changed TransitiveReduction to return the transitive reduction as a new graph and fail at runtime when a cycle is detected.
  • Changed Vertex to return ErrVertexNotFound if the desired vertex couldn't be found.