🚧WIP
a.k.a Union Find Tree
Binary Indexed Tree (Fenwick Tree) is a data structure.
-
It can calculate a cumulative function in the given range
[l,r)
inO(logN)
. -
It can update an element of A in
O(logN)
.
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.
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.
🚧WIP
🚧WIP
🚧WIP
🚧WIP
🚧WIP
🚧WIP
🚧WIP
🚧WIP