Posts
cin & cout is slow?
· ☕ 3 min read · đŸĻ‚ Kyle
is or why is cin, cout slow in C++?
Segment Tree (Iterative)
· ☕ 4 min read · đŸĻ‚ Kyle

A segment tree is a binary tree where each node represents an interval. Each node stores some property of its corresponding interval: like the maximum/minimum num, the sum of that interval.

Segment Tree (Iterative)
Heap in C++
· ☕ 4 min read · đŸĻ‚ Kyle
learn how to use heap in C++