Skip to main content

2 docs tagged with "data-structure"

View all tags

Stack

A utility class implementing a generic LIFO stack data structure for storing and retrieving ordered values.

Weighted List

Implements a weighted random selection data structure for choosing items based on assigned weights.