위키
총 1081개의 페이지 · 53 / 55 · 1081개 중 1041–1060
- 최소 외접원 (Minimum Enclosing Circle)#algorithm #geometry #min-enclosing-circle
- 최장 공통 부분 수열 (Longest Common Subsequence)#algorithm #dp #lcs #string
- 최장 증가 부분 수열 (Longest Increasing Subsequence)#algorithm #dp #binary-search #lis
- 춤추는 링크 (Dancing Links, DLX)#algorithm #search #dancing-links #backtracking #exact-cover
- 카테시안 트리 (Cartesian Tree)#algorithm #data-structure #cartesian-tree #tree #rmq
- 커넥션 프로파일 DP (Broken Profile DP)#algorithm #dp #dp-connection-profile #bitmask
- 케이스 워크 (Case Work)#algorithm #foundation #case-work
- 쿼리 √N / √Q 버킷팅#algorithm #query #sqrt-decomposition #problem-type
- 큐 (Queue)#algorithm #data-structure #queue
- 크누스 최적화 (Knuth Optimization)#algorithm #dp #optimization #divide-and-conquer
- 통계 (Statistics)#algorithm #math #statistics #probability
- 트라이 (Trie, 접두사 트리)#algorithm #string #trie #tree #data-structure
- 트리 (Trees)#algorithm #tree #graph #dfs
- 트리 DP (Tree Dynamic Programming)#algorithm #tree #dp #dfs
- 트리 경로 합 (Path Sum on Tree)#algorithm #tree #path-query #lca #prefix-sum
- 트리 동형 사상 (Tree Isomorphism)#algorithm #tree #hashing
- 트리 압축 (Tree Compression / Virtual Tree)#algorithm #tree #tree-compression #lca #euler-tour
- 트리 위에서 exchange argument#algorithm #tree #greedy #exchange-argument #problem-type
- 트리를 사용한 집합과 맵 (Tree Set / Tree Map)#algorithm #data-structure #tree #set #map #bst
- 트리의 중심 (Centroid)#algorithm #tree #centroid