본문 바로가기

Algorithm

Permutation(순열) Algorithm

반응형

== Permutation(순열) Algorithm ==

- 순차적으로 swapping 해주네!! 

code

- 사용예

  - 여행할 때, 방문 순서 경우의 수!


source-code : The-G


reference : 상상개발자

반응형

'Algorithm' 카테고리의 다른 글

Practice Algorithm (171009)  (0) 2017.10.09
bitwise operator(비트연산자)  (0) 2017.10.06
Dijkstra Algorihm  (0) 2017.10.06
BFS(Breadth First Search)  (0) 2017.10.05
DFS(Depth First Search) / DFS to find cycle in graph  (0) 2017.10.04