위키
총 1081개의 페이지 · 51 / 55 · 1081개 중 1001–1020
- 위상 정렬 (Topological Sorting)#algorithm #graph #dag #topological-sorting
- 유클리드 호제법 (Euclidean Algorithm)#algorithm #math #euclidean #number-theory #gcd
- 이분 그래프 (Bipartite Graph)#algorithm #graph #bipartite #bfs #dfs #2-coloring
- 이분 매칭 (Bipartite Matching)#algorithm #graph #bipartite #matching #hopcroft-karp #flow
- 이분 탐색 (Binary Search)#algorithm #search #divide-and-conquer
- 이산 k 제곱근 (Discrete Kth Root)#algorithm #math #discrete-kth-root #number-theory #modular-arithmetic
- 이산 로그 (Discrete Logarithm)#algorithm #math #discrete-log #number-theory
- 이산 제곱근 (Discrete Square Root / Tonelli-Shanks)#algorithm #math #discrete-sqrt #number-theory #modular-arithmetic
- 이산수학 (Discrete Mathematics)#discrete-math #mathematics #foundations #computer-science
- 이중 연결 요소 (BCC, Biconnected Component)#algorithm #graph #bcc #articulation #bridge #dfs
- 일급 함수#javascript #functional-programming #fundamentals #first-class
- 임의 정밀도 / 큰 수 산술 (Arbitrary Precision)#algorithm #math #arbitrary-precision #big-integer #arithmetic
- 자료구조 (Data Structures)#algorithm #data-structure
- 자릿수 DP (Digit DP)#algorithm #dp #digit #counting
- 작은 집합을 큰 집합에 합치기 (Smaller to Larger)#algorithm #tree #optimization
- 재귀 (Recursion)#algorithm #foundation #recursion
- 재귀 트리 DP / Rerooting#algorithm #tree #dp #rerooting
- 전처리 (Precomputation)#algorithm #query #precomputation
- 점화식 (Recurrence Relations)#discrete-math #recurrence #algorithm-analysis
- 정규 표현식 (Regular Expression, Regex)#algorithm #string #regex #nfa #dfa