topological_sort
Topological sort algorithm
Description
Topological_sort is a single-module library that implements a simple topological-sort algorithm.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 31 May 2020
- Authors
- Maintainers
Sources
Dependencies
dune
>= "2.0.0"
stdio
>= "v0.14" & < "v0.15"
ppx_jane
>= "v0.14" & < "v0.15"
base
>= "v0.14" & < "v0.15"
ocaml
>= "4.07.0"
Reverse Dependencies
hardcaml
>= "v0.14.0" & < "v0.15.0"