package core:container/topological_sort
⌘K
Ctrl+K
or
/
Overview
The following is a generic O(V+E) topological sorter implementation. This is the fastest known method for topological sorting and Odin's map type is being used to accelerate lookups.
Types
Relations ¶
Relations :: struct($T: typeid) {}
Constants
This section is empty.
Variables
This section is empty.
Procedures
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2023-10 (vendor "odin") Windows_amd64 @ 2023-10-03 21:09:46.380150300 +0000 UTC