위키
총 1081개의 페이지 · 41 / 55 · 1081개 중 801–820
- LGV Theorem (Lindstrom-Gessel-Viennot)#algorithm #math #lgv #determinant #lattice-path
- Lifting The Exponent (LTE) Lemma#algorithm #math #lte #number-theory #exponent
- Linearity of Expectation (기댓값의 선형성)#algorithm #math #probability #expected-value
- LLM RAG: Retrieval-Augmented Generation#ai #llm #rag #retrieval #vector-db #embedding
- LXC / LXD: System Containers, Docker 이전의 컨테이너#linux #container #lxc #lxd #cgroups #namespaces
- Markov Chain: 상태 전이 확률#algorithm #foundation #probability #markov
- Matrix Exponentiation: 선형 점화식 fast#algorithm #dp #matrix #linear-recurrence
- Matroid, Matroid Intersection#algorithm #math #matroid #combinatorics #matroid-intersection
- Maximum Flow: Ford-Fulkerson, Edmonds-Karp, Dinic#algorithm #graph #network-flow #max-flow
- Median of Stream: 두 힙으로 중앙값 유지#algorithm #data-structure #heap #streaming
- Merge Sort#algorithm #sorting #divide-and-conquer
- Miller-Rabin 소수 판정 (Miller-Rabin Primality Test)#algorithm #math #miller-rabin #primality-test #number-theory
- Minimum Vertex Cover: 최소 정점 덮개#algorithm #graph #cover #np-hard #bipartite #matching
- MITM (Meet in the Middle)#algorithm #search #divide-and-conquer #meet-in-the-middle
- Mo's Algorithm (Mo's)#algorithm #query #mo
- Mobius Function, Mobius Inversion#algorithm #math #mobius #number-theory #inversion
- Multipoint Evaluation#algorithm #math #polynomial #multipoint-evaluation
- MySQL#database #rdbms #sql #mysql #innodb
- N+1 쿼리 문제#orm #performance #query #n-plus-one #database
- Nim Game: XOR 규칙#algorithm #game #sprague-grundy