알고리즘 종류. (공부해야할 것들.)

2011. 7. 28. 22:44머리쓰기/알고리즘

selection sort

 

bubble sort

 

merge sort

 

quick sort

 

insertion sort

 

topological sort

 

sequential search

 

interpolation search

 

binary search

 

DFS


Gaussian Elimination
 

BFS

 

LU Decomposition

 

Horner's Rule


binary exponential

 

 

Brute force

 

Divide and conquer

 

Decrease and conquer
 

decrease by a constant
 

decrease by a constant factor
 

virable size decrease

 

Transform and conquer

 

Representation change
 

convex-hull(quick-hull)

 

closet - pair

 

TSP

 

knapsack problem

 

assignment problem

 

a' la Russe

 

fake coin problem

 

josephus problem

 

selection problem(quick sort의 반쪽)

 

Nim game

'머리쓰기 > 알고리즘' 카테고리의 다른 글

rand()사용, 그리고 중복되지 않게 뽑기(소스포함)  (5) 2012.02.01
마방진.  (0) 2011.12.23
백트랙킹(Backtracking) vs 욕심쟁이(Greedy)  (0) 2011.08.02
알고리즘.  (0) 2011.06.30