Today I reviewed online algorithms and summary it now.
1. LRU is k-competitive;
2. LFU cannot achieve a constant competitive ration;
3. Randomized algorithms: O(ln k)-competitive.
时间: 2024-12-13 02:13:30
Today I reviewed online algorithms and summary it now.
1. LRU is k-competitive;
2. LFU cannot achieve a constant competitive ration;
3. Randomized algorithms: O(ln k)-competitive.