Module: DataStructuresRMolinari

Defined in:
lib/data_structures_rmolinari.rb,
lib/data_structures_rmolinari.rb,
ext/c_disjoint_union/disjoint_union.c

Overview

A namespace to hold the provided classes. We want to avoid polluting the global namespace with names like “Heap”

Defined Under Namespace

Modules: Algorithms Classes: CDisjointUnion, DisjointUnion, Heap, IndexOfMaxValSegmentTree, MaxPrioritySearchTree, MaxValSegmentTree, MinPrioritySearchTree, SegmentTreeTemplate

Constant Summary collapse

Point =

A struct responding to .x and .y.

Shared::Point