Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Online Algorithms

3

Flashcards

0/3

Still learning
StarStarStarStar

K-Server Algorithm

StarStarStarStar

An algorithm that decides which of k servers to move to satisfy a request, with the aim of minimizing total distance moved. Distinguishing feature: It works on a metric space and must decide without knowledge of future requests.

StarStarStarStar

Online Bin Packing

StarStarStarStar

An algorithm that packs items of varying sizes into bins with a fixed capacity with no prior knowledge of the items to be packed. Distinguishing feature: It seeks to minimize the number of bins used while it cannot repack previously placed items.

StarStarStarStar

Page Replacement Algorithm

StarStarStarStar

An algorithm used in virtual memory systems to decide which page to evict when a new page must be loaded. Distinguishing feature: It predicts which existing page will be least used in the future, often implemented as 'Least Recently Used' (LRU) or similar heuristic.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.