package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.16.0.tar.gz
sha256=b8474d1b40cebe2763705c5f8bf24a177875485d50b41c23d6ef48babadfb7b2

CHANGES.md.html

Release v0.16.0

  • Add new function:

    • Topological_sort.sort_or_cycle Similar to Topological_sort.sort, but returns the cycle if one exists instead of an error

Old pre-v0.15 changelogs (very likely stale and incomplete)

v0.11

Drop dependency to core_kernel in favor of base + stdio.

v0.10

Initial release