Module data_structures

Module data_structures 

Source

Structsยง

AVLTree
A set based on an AVL Tree.
BTree
BinarySearchTree
This struct implements as Binary Search Tree (BST), which is a simple data structure for storing sorted data
DirectedGraph
Heap
LinkedList
MaxHeap
MinHeap
Queue
RBTree
SegmentTree
This stucture implements a segmented tree that can efficiently answer range queries on arrays.
Stack
Trie
UndirectedGraph