# Functions
buildInitialOrg builds the initial organization of the navigation graph.
No description provided by the author
No description provided by the author
ToServeableNode converts a node in the organization into a node that is serveable.
# Structs
Config for an organization.
No description provided by the author
Node is a node in the organization graph.
ServeableNode a data structure containing node information for the frontend.
TableGraph the custom graph structure for an organization.
# Type aliases
Use priority queue to get the least reachable nodes at a given level It implements the container/heap interface.