Skip to content

Commit a698a83

Browse files
committed
Add README.md file
1 parent 595b1b9 commit a698a83

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

boj/10999/DivisonOfficer/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Link
2+
[(문제에 대한 링크) ](https://www.acmicpc.net/problem/10999)
3+
4+
## Topic
5+
Segment Tree,
6+
Lazy Update Segment Tree
7+
8+
## Approach
9+
If in segment tree, update is required for n continued items in a query,
10+
we can do update feature for log(n) by lazy update.
11+
## Note
12+
(남길말)
13+
If you first design your segment tree by bottom->top, you may suffered from this subject.
14+
Design from top -> bottom is much easier.

0 commit comments

Comments
 (0)