MJay

[CSE 565] - Algorithm homework2 - (1) 본문

PSU/CSE 565 - Algorithm

[CSE 565] - Algorithm homework2 - (1)

MJSon 2019. 10. 6. 09:16

Algorithm 문제 푸는 중 

 

lines -> points 

 

Graham Scan’s Algorithm.

 

Upper envelope <-> lower hull

 

 

 

Given Dataset, 이미 convex hull이 존재한다고 했으니, 

 

Counter-clock-wised 로 되는 point만 찾으면 된다. next point as the starting point

 



 

 

Convex Polygon 에 속하는게 Convex Hull이다. 






'PSU > CSE 565 - Algorithm' 카테고리의 다른 글

[CSE 565] - 2019-10-07.pdf 일단 오늘꺼 정리  (0) 2019.10.09
[CSE 565] - 2019-10-07.pdf  (0) 2019.10.09
[CSE 565] - 2019-10-07.pdf  (0) 2019.10.09
[CSE 565] 시험 공부  (0) 2019.10.09
[CSE 565] - DP - Easy Task vs Hard Task  (0) 2019.10.05