algorithm
์ด 303๊ฐ์ ์ํค ยท 3 / 16 ํ์ด์ง ๐ก RSS ๐ธ๏ธ ๊ทธ๋ํ
- Carmichael Function ฮป(n)#algorithm #math #number-theory #carmichael #rsa
- Euler Phi Function: ฯ(n)#algorithm #math #number-theory #totient #multiplicative-function
- Implicit Treap: ๋ฐฐ์ด ์ธ๋ฑ์ค ๊ธฐ๋ฐ Treap#algorithm #data-structure #treap #implicit-treap #rope
- Minimum Vertex Cover: ์ต์ ์ ์ ๋ฎ๊ฐ#algorithm #graph #cover #np-hard #bipartite #matching
- Young Tableau: ์ฝ์ ์ ๋ ฌํ ๊ฒฉ์, LIS#algorithm #data-structure #young-tableau #lis #combinatorics
- AtCoder#programming #contest #competitive-programming #online-judge
- Dynamic Connectivity: ๊ฐ์ ์ถ๊ฐ/์ญ์ ์ฐ๊ฒฐ์ฑ#algorithm #data-structure #connectivity
- RMQ (Range Minimum Query)#algorithm #data-structure #rmq
- Skip List: ํ๋ฅ ์ O(log N) ์ ๋ ฌ ๊ตฌ์กฐ#algorithm #data-structure #skip-list #probabilistic
- Top K Selection: ์์ K๊ฐ ์์#algorithm #data-structure #selection #heap
- Wavelet Tree: ๊ฐ ๋ฒ์ ์ด์ง ๋ถํ#algorithm #data-structure #wavelet
- ๋ฐฐ์ด (Array)#algorithm #data-structure #array #random-access
- ์๊ฐ ๋ณต์ก๋ (Time Complexity)#algorithm #foundation #complexity #big-o #analysis
- [Graph] ๋งค์นญ (Matching)#algorithm #graph #matching #bipartite #flow
- Binary Lifting: 2์ ์ง์ doubling#algorithm #math #tree #lca #doubling
- K๋ฒ์งธ ์กฐ์ (K-th Ancestor)#algorithm #tree #binary-lifting #lca #ancestor
- ๋ง์คํฐ ์ ๋ฆฌ (Master Theorem)#algorithm #math #recurrence #complexity #divide-conquer
- ๋ชจ๋๋ฌ ์ฐ์ (Modular Arithmetic)#algorithm #math #number-theory #modular
- ํธ๋ฆฌ ๊ฒฝ๋ก ํฉ (Path Sum on Tree)#algorithm #tree #path-query #lca #prefix-sum
- Fenwick Tree (Binary Indexed Tree): ๊ตฌ๊ฐ ํฉ O(log N)#algorithm #data-structure #tree #prefix-sum