Skip to content

Latest commit

 

History

History

ds

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Data Structure

Disjoint Set Union

🚧WIP
a.k.a Union Find Tree

Challenges

Binary Indexed Tree

Binary Indexed Tree (Fenwick Tree) is a data structure.

References in English

References in Japanese

Challenges

MinMax Queue

A data structure that allows to store and retrieve elements in a first-in-first-out (FIFO) fashion. This data structure also allows to retrieval of the minimum and maximum value efficiently.

MinMax Stack

A data structure that allows to store and retrieve elements in a last-in-first-out (LIFO) fashion. This data structure also allows to retrieval of the minimum and maximum value efficiently.

Randomized Heap

🚧WIP

Segment Tree

🚧WIP

Challenges

Sqrt Decomposition

🚧WIP

Sparse Table

🚧WIP

Disjoint Sparse Table

🚧WIP

Treap

🚧WIP

Implicit Treap

🚧WIP

kD Tree

🚧WIP