One solution which is world known is to use greedy approach. Is there any other approach we can use to remove the O(n*log n) factor? In other words, can we do it without sorting them in monotonically increasing order of finish time?

Similar questions and discussions