dcsext.containers
containers - data structure classes and algorithms.
Contents
Description
Namespace aggregating the container submodules:
goap- Goal-Oriented Action Planning systemgraph- basic Graph container with nodes and edgesQueue- first-in first-out queuePriorityQueue- min-heap queue ordered by priorityRingBuffer- fixed size circular bufferSpatialHashGrid- spatial hash container for 2d positions
Fields
goap
Goal-Oriented Action Planning system.
graph
Basic Graph container with nodes and edges.
Queue
Doubly ended queue with head and tail access.
PriorityQueue
Min-heap queue ordered by priority.
RingBuffer
Fixed size circular buffer.
SpatialHashGrid
Spatial hash container for 2d positions.