Sort+PQ
502.IPO (M+)
Brute force EE link with Treemap: https://drive.explaineverything.com/thecode/VKVPTJN
Improved nlogn EE link with linear array: https://expl.ai/CGYXYTF
25min come up with solution: Https://expl.ai.TEHUMSC
T.C.: O(nlogn) + O(nlogk)
One small error: Don't mod result before finishing
15 min come up with solution: https://expl.ai/TXGGTSP
Four attempts before reaching the correct solution ......
Did not handle the case where cpu could be idle
When cpu is idle, increment the timer instead of directly jumping to the correct ts, resulting in TLE.
Similar to 2, but only set the start time, not update time.
Last updated