본문 바로가기

Algorithm/Etc

count inversion using merge sort

 

 

Count Inversions in an array | Set 1 (Using Merge Sort) - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

 

people.cs.umass.edu/~sheldon/teaching/mhc/cs312/2013sp/Slides/Slides13%20-%20Counting%20Inversions.pdf

 

'Algorithm > Etc' 카테고리의 다른 글

[DFS] flood fill ( p.78 )  (0) 2020.10.07
[DFS, BFS] 리모컨  (0) 2020.10.02
int형 최대, 최소 설정  (0) 2020.09.27
[DFS] n-Queen  (0) 2020.09.26
[DFS] 두더지 굴  (0) 2020.09.25