You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
https://en.wikipedia.org/wiki/Interval_scheduling#Greedy_polynomial_solution
Current stack.stack is
O(N^2)
: https://github.com/yotamberk/timeline-plus/blob/master/lib/timeline/Stack.js#L57-L70It looks like the following
O(N log N)
algorithm should produce sane outputs:The text was updated successfully, but these errors were encountered: