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
- lv4
- greedy algorithm
- lv3
- segment tree
- Tree
- disjoint-set data structure
- LV1
- bit masks
- parametric search
- String
- minimum spanning tree
- brute-force search
- depth-first search
- lv2
- knapsack problem
- number theory
- Sorting Algorithm
- shortest path problem
- LV0
- *
- floyd-warshall algorithm
- binary search algorithm
- fenwick tree
- breadth-first search
- prefix sum
- dynamic programming
- longest increasing subsequence
- flood fill
- priority queue
- combinatorics
- Today
- 7
- Total
- 61,627
목록2016/10 (1)
codedoc
커리큘럼에 관한 생각 2016-12-01
괜찮은 공부루트를 설계해보고 있다. 작성중...... 1. 입출력iostream 사용 팁ios::sync_with_stdio(false); 이거쓰면 빨라짐endl은 '\n'보다 느리다 '\n' 사용추천getchar가 scanf보다 더 빠름… 1. 시간복잡도koi 트리분할 문제n*(1/n+2/n+...) -> nlgn2. 자주 쓰이는 증명 및 접근수학적 귀납법 - 2163번: 초콜릿 자르기 https://www.acmicpc.net/problem/2163 1. 자료구조Vector, Deque, Queue, Stack, Set, Map, Multiset, multimapStack - 1918번: 후위표기식 https://www.acmicpc.net/problem/1918List - 5397번: 키로거 htt..
메모
2016. 10. 16. 01:01