class Crystalg::DataStructures::SegmetTree(T)

Defined in:

crystalg/data_structures/segment_tree.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(size : Int32) #

[View source]

Instance Method Detail

def add(a, b, v) #

[View source]
def min(a, b) #

[View source]
def size : Int32 #

[View source]