核心概念
FirstFit 알고리즘은 이분 매칭에서 경쟁률이 2/3이며, 시간에 따른 제약을 고려하여 최적의 일치를 찾는다.
統計資料
FirstFit 알고리즘은 경쟁률이 2/3이다.
알고리즘은 최악의 경우에 Ω(n log n)의 재할당을 수행한다.
引述
"FirstFit with reassignments according to the shortest augmenting path rule is 2/3-competitive with respect to the matching cardinality."
"Online-EDF minimizes the number of rejections."