Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

sweep line algorithm

정렬된 순서대로 처리되는 이벤트의 집합으로 문제를 모델링하는 방법 SweepLineModel

#이벤트 스케줄링 입력 데이터를 정렬한 후 탐욕법 기반의 전략(greedy strategy)으로 해를 구하여 풀 수 있는 스케줄링 문제가 여러 가지 있다.