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($K: typeid) where intrinsics.type_is_valid_map_key(K) { … // See source for fields }
Sorter ¶
Sorter :: struct($K: typeid) where intrinsics.type_is_valid_map_key(K) { … // See source for fields }
Related Procedures With Parameters
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-2025-04 (vendor "odin") Windows_amd64 @ 2025-04-15 11:45:54.539558100 +0000 UTC