목차
Teferi's library (Teflib; 텦립)
algorithm.py
binsearch.py
combinatorics.py
disjointset.py
fenwicktree.py
fft.py
geometry.py
graph.py
matrix.py
numtheory.py
priorityqueue.py
segmenttree.py
string.py
tgraph.py
twosat.py
토론
Teferi's library (Teflib; 텦립)
algorithm.py
binary_search
nth_element
binsearch.py
maximum_valid_integer
minimum_valid_integer
combinatorics.py
linear_homogeneous_recurrence
disjointset.py
DisjointSet
fenwicktree.py
FenwickTree
RangeUpdatableFenwickTree
OrderStatisticTree
fft.py
multiply
geometry.py
twice_of_polygon_area
graph.py
minimum_spanning_tree
minimum_spanning_tree_dense
matrix.py
matmul
matpow
Matrix
numtheory.py
linear_congruences
prime_list
priorityqueue.py
UpdatableHeap
segmenttree.py
SegmentTree
MinSegmentTree
LazySegmentTree
OrderStatisticTree
string.py
Trie
tgraph.py
Deprecated
twosat.py
TwoSat