위키
총 1081개의 페이지 · 48 / 55 · 1081개 중 941–960
- 물리 시뮬레이션 (Physics Simulation)#algorithm #math #physics
- 미적분 (Calculus)#algorithm #math #calculus #numerical-methods
- 민코프스키 합 DP#algorithm #dp #geometry #minkowski-sum #problem-type
- 방향 비순환 그래프 (DAG)#algorithm #graph #dag #topological-sorting
- 배낭 문제 (Knapsack)#algorithm #dp #knapsack #optimization
- 배열 (Array)#algorithm #data-structure #array #random-access
- 백트래킹 (Backtracking)#algorithm #foundation #recursion #dfs
- 번사이드 보조정리 (Burnside's Lemma)#algorithm #game #burnside #combinatorics
- 베이즈 정리 (Bayes Theorem)#algorithm #math #bayes
- 벨만-포드 알고리즘 (Bellman-Ford Algorithm)#algorithm #graph #shortest-path #bellman-ford
- 병렬 이분 탐색 (Parallel Binary Search)#algorithm #query #pbs
- 보이어-무어 다수결 투표 (Boyer-Moore Majority Vote)#algorithm #foundation #majority-vote
- 볼록 껍질 (Convex Hull)#algorithm #geometry #convex-hull
- 볼록 다각형 내부 점 판정 (Point in Convex Polygon)#algorithm #geometry #point-in-convex-polygon
- 볼록 다각형 접선 최적화#algorithm #optimization #convex-hull #problem-type
- 부울 대수 (Boolean Algebra)#discrete-math #boolean-algebra #logic-circuit
- 분류 모델 지표: Confusion Matrix, Precision, Recall, F1#ml #evaluation #classification #metrics
- 분리 집합 (Disjoint Set, Union-Find)#algorithm #data-structure #disjoint-set #union-find #dsu
- 분산 학습#ai #training #parallelism #scaling
- 분할 정복 (Divide and Conquer)#algorithm #divide-conquer #recursion