위키
총 1081개의 페이지 · 46 / 55 · 1081개 중 901–920
- 경사 하강법 (Gradient Descent)#algorithm #optimization #gradient-descent
- 고차 함수#javascript #functional-programming #higher-order #fundamentals
- 구현 (Implementation)#algorithm #foundation #implementation
- 그래프 순회 (Graph Traversal)#algorithm #graph #traversal
- 그래프 이론 기초 (Graph Theory)#discrete-math #graph-theory #graphs #trees
- 그리디 (Greedy)#algorithm #foundation #greedy
- 그린 정리 (Green's Theorem)#algorithm #geometry #green
- 기하 (Geometry) 기본#algorithm #geometry #foundation
- 깊이 우선 탐색 (DFS)#algorithm #graph #dfs
- 너비 우선 탐색 (BFS)#algorithm #graph #bfs
- 네트워크 유량 (Network Flow)#algorithm #graph #flow #max-flow #ford-fulkerson #edmonds-karp #dinic
- 누적 합 (Prefix Sum)#algorithm #foundation #prefix-sum
- 다각형 넓이 (Polygon Area)#algorithm #geometry #polygon-area
- 다익스트라 알고리즘 (Dijkstra's Algorithm)#algorithm #graph #shortest-path #dijkstra
- 다차원 세그먼트 트리 (Multi-dimensional Segment Tree)#algorithm #data-structure #segment-tree #2d
- 단절점 (Articulation Point)#algorithm #graph #articulation-point #dfs
- 단조 큐 최적화 (Monotone Queue Optimization)#algorithm #dp #optimization #deque
- 담금질 기법 (Simulated Annealing)#algorithm #optimization #simulated-annealing
- 덱 (Deque)#algorithm #data-structure #deque
- 덱 DP (슬라이딩 윈도우 최적화)#algorithm #dp #dp-deque #optimization