structure v0.2.2 API Reference
Modules
A Binary Search Tree. This is a binary tree where each element is greater than every element in its left subtree and less than every element in its right subtree
Efficient double ended fifo queue
A simple stack data structure. Supports push, pop and head operations