Circular Image

C.E. Groenland

4 records found

Does LRU always outperform FIFO?

A mathematical and simulation-based approach to identify better performing caching algorithms

Caching plays a crucial role in keeping the internet accessible. Many algorithms exist to determine which page should be evicted from the cache, but most analyses of these algorithms only focus on the competitive ratio. The competitive ratio, however, cannot identify which algori ...
The domination game is a two-player game played on a graph. The players have two roles, Dominator and Staller. Dominator wants to finish the game as soon as possible, while Staller tries to postpone the end of the game for as long as possible. The two players alternate turns and ...
The problem of finding even cycles efficiently in a directed graph can be rewritten to a problem of finding the permanent and determinant of the graph’s adjacency matrix. Although this has been known for a long time, it did not solve the shortest even cycle problem, as mathematic ...
Consider an arbitrary finite grid in some field. How many hyperplanes are required so that every point is contained in at least k hyperplanes, except for one point that is not allowed to be contained in any hyperplane? To solve this so-called hyperplane grid covering problem