위키
총 1081개의 페이지 · 47 / 55 · 1081개 중 921–940
- 덱 활용 구간 최댓값 트릭 (Monotonic Deque Trick)#algorithm #dp #optimization #deque #data-structures
- 도형 불 연산 (Geometric Boolean Operations)#algorithm #geometry #geometric-boolean-operations
- 동적 계획법 (Dynamic Programming)#algorithm #dp #optimization
- 두 포인터 (Two Pointer)#algorithm #foundation #two-pointer
- 라빈-카프 알고리즘 (Rabin-Karp)#algorithm #string #rabin-karp #hashing
- 레드-블랙 트리 (Red-Black Tree)#algorithm #data-structure #rb-tree #balanced-tree
- 레이지 프로파게이션 (Lazy Propagation)#algorithm #data-structure #tree #lazy-propagation
- 로프 (Rope)#algorithm #data-structure #rope #string #treap
- 뤼카 정리 (Lucas Theorem)#algorithm #math #combinatorics #lucas
- 리차오 트리 (Li Chao Tree)#algorithm #data-structure #li-chao-tree #convex-hull-trick #segment-tree
- 마스터 정리 (Master Theorem)#algorithm #math #recurrence #complexity #divide-conquer
- 매개 변수 탐색 (Parametric Search)#algorithm #search #binary-search #optimization
- 매내처 알고리즘 (Manacher's Algorithm)#algorithm #string #manacher #palindrome
- 머지 소트 트리 (Merge Sort Tree)#algorithm #data-structure #segment-tree #merge-sort-tree
- 명제 논리 (Propositional Logic)#discrete-math #logic #boolean #propositional
- 모델 양자화#ai #model-compression #inference #machine-learning
- 모듈러 산술 (Modular Arithmetic)#algorithm #math #number-theory #modular
- 모듈러 역원 (Modular Multiplicative Inverse)#algorithm #math #number-theory #modular-arithmetic
- 문자열 (String)#algorithm #string #foundation
- 문자열 해싱 (String Hashing)#algorithm #string #hashing #rabin-karp