dunkelheit ~develop (2021-09-26T11:55:02.1809452)
Dub
Repo
dkh.datastructure.segtreenaive
dkh
datastructure
Undocumented in source.
Members
Functions
binSearchNaiveLazy
int
binSearchNaiveLazy
(TR t, int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
binSearchNaiveSimple
int
binSearchNaiveSimple
(TR t, int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
NaiveLazy
struct
NaiveLazy
(T, L, alias opTT, alias opTL, alias opLL, T eT, L eL)
Undocumented in source.
NaiveSimple
struct
NaiveSimple
(T, alias opTT, T eT)
Undocumented in source.
Meta
Source
See Source File
dkh
datastructure
modules
convexhull
fastset
segtree
segtreenaive
unionfind