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($Value: 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-2024-11 (vendor "odin") Windows_amd64 @ 2024-11-16 21:10:09.807234000 +0000 UTC