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-05 (vendor "odin") Windows_amd64 @ 2025-05-05 21:13:54.045307800 +0000 UTC