Notice
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Sorting Algorithm
- lv4
- number theory
- depth-first search
- parametric search
- disjoint-set data structure
- priority queue
- floyd-warshall algorithm
- prefix sum
- String
- LV0
- flood fill
- breadth-first search
- longest increasing subsequence
- fenwick tree
- binary search algorithm
- minimum spanning tree
- Tree
- *
- greedy algorithm
- LV1
- knapsack problem
- bit masks
- dynamic programming
- shortest path problem
- brute-force search
- segment tree
- lv2
- lv3
- combinatorics
- Today
- 7
- Total
- 61,627
codedoc
Convex Hull Trick / c++ 코드 본문
아직은 정리가 잘 안된거 같은데 이해하기 어려운 부분은 덧글로 남겨 주세요.
'자료구조, 알고리즘 정리' 카테고리의 다른 글
plane sweeping - 직사각형 넓이합 구하기 (2) | 2016.07.24 |
---|---|
최장증가수열 LIS (Longest Increasing Subsequence) (0) | 2016.07.24 |
knapsack 문제 (0) | 2015.08.23 |
Binary Indexed Tree / c++코드 (0) | 2015.08.03 |
2 Comments