ποΈ DSU / Union-Find
Notes
ποΈ Fenwick Tree / BIT
- Fenwick Tree
ποΈ Heap
3 items
ποΈ Singly Linked List
- Sentinel node at head initially.
ποΈ RegEx
Thompson's NFA
ποΈ Segment Tree
Theory
ποΈ Tournament Tree
ποΈ Treap
Treap with Implicit Key
ποΈ Tree
Whenever we say a Tree ADT, we usually refer to the "rooted, directed, acyclic" one. [Ref: Wikipedia]