Coin Rendering: Part 1Covers coin rendering and the limitations of the greedy algorithm in finding optimal solutions.
Solving Parity Games in PracticeExplores practical aspects of solving parity games, including winning strategies, algorithms, complexity, determinism, and heuristic approaches.
LLL AlgorithmCovers the LLL algorithm for reducing lattice bases to shorter and more orthogonal forms through iterative transformations.
Hidden Subgroup AlgorithmCovers the Hidden Subgroup Algorithm in quantum computing, emphasizing projectors and measurement postulates.
Clustering: k-meansExplains k-means clustering, assigning data points to clusters based on proximity and minimizing squared distances within clusters.