中文
相关论文

相关论文: Playing Mastermind with Many Colors

200 篇论文

This paper presents massively parallel computation (MPC) algorithms in the strongly sublinear memory regime (aka, scalable MPC) for orienting and coloring graphs as a function of its subgraph density. Our algorithms run in $poly(\log\log…

数据结构与算法 · 计算机科学 2026-03-12 Mohsen Ghaffari , Christoph Grunau

Consider the following game. We are given a tree $T$ and two players (say) Alice and Bob who alternately colour an edge of a tree (using one of $k$ colours). If all edges of the tree get coloured, then Alice wins else Bob wins. Game…

数据结构与算法 · 计算机科学 2020-02-11 Akshay Singh , Sanjeev Saxena

We analyze the following version of the deterministic \hats game. We have a graph $G$, and a sage resides at each vertex of $G$. When the game starts, an adversary puts on the head of each sage a hat of a color arbitrarily chosen from a set…

组合数学 · 数学 2022-03-09 Aleksei Latyshev , Konstantin Kokhas

We consider two combinatorial problems. The first we call "search with wildcards": given an unknown n-bit string x, and the ability to check whether any subset of the bits of x is equal to a provided query string, the goal is to output x.…

量子物理 · 物理学 2014-07-16 Andris Ambainis , Ashley Montanaro

Over the past decade, physicists have developed deep but non-rigorous techniques for studying phase transitions in discrete structures. Recently, their ideas have been harnessed to obtain improved rigorous results on the phase transitions…

离散数学 · 计算机科学 2017-11-17 Amin Coja-Oghlan , Dan Vilenchik

Infinite chess is chess played on an infinite edgeless chessboard. The familiar chess pieces move about according to their usual chess rules, and each player strives to place the opposing king into checkmate. The mate-in-n problem of…

逻辑 · 数学 2012-05-17 Dan Brumleve , Joel David Hamkins , Philipp Schlicht

In FOCS 2002, Even et al. showed that any set of $n$ discs in the plane can be Conflict-Free colored with a total of at most $O(\log n)$ colors. That is, it can be colored with $O(\log n)$ colors such that for any (covered) point $p$ there…

组合数学 · 数学 2015-05-19 Elad Horev , Roi Krakovski , Shakhar Smorodinsky

We study the problem of counting $k$-hypergraphlets, an interesting but surprisingly ignored primitive, with the aim of understanding whether efficient algorithms exist. To this end, we consider color coding, a well-known technique for…

数据结构与算法 · 计算机科学 2026-04-15 Marco Bressan , Stefano Clemente , Giacomo Fumagalli

We provide an algorithm to solve Rabin and Streett games over graphs with $n$ vertices, $m$ edges, and $k$ colours that runs in $\tilde{O}\left(mn(k!)^{1+o(1)} \right)$ time and $O(nk\log k \log n)$ space, where $\tilde{O}$ hides…

计算机科学中的逻辑 · 计算机科学 2024-01-30 Rupak Majumdar , Irmak Saglam , K. S. Thejaswini

Suppose that each number $1,2,...,N$ has one of n colours assigned. We show that if there are no monochromatic solutions to the equation $x_1+x_2+x_3=y_1+y_2$, then $N=O((n!)^{1/2})$, improving upon a result of Cwalina and Schoen. Further,…

组合数学 · 数学 2025-07-30 Tomasz Kosciuszko

In this paper, we consider algorithms for edge-coloring multigraphs $G$ of bounded maximum degree, i.e., $\Delta(G) = O(1)$. Shannon's theorem states that any multigraph of maximum degree $\Delta$ can be properly edge-colored with…

数据结构与算法 · 计算机科学 2023-10-31 Abhishek Dhawan

Given a set of $n$ colored points $P \subset \mathbb{R}^d$ we wish to store $P$ such that, given some query region $Q$, we can efficiently report the colors of the points appearing in the query region, along with their frequencies. This is…

计算几何 · 计算机科学 2026-03-13 Erwin Glazenburg , Frank Staals

We present a new algorithm for finding large independent sets in $3$-colorable graphs with small $1$-sided threshold rank. Specifically, given an $n$-vertex $3$-colorable graph whose uniform random walk matrix has at most $r$ eigenvalues…

数据结构与算法 · 计算机科学 2025-08-06 Jun-Ting Hsieh

Vizing showed that it suffices to color the edges of a simple graph using $\Delta + 1$ colors, where $\Delta$ is the maximum degree of the graph. However, up to this date, no efficient distributed edge-coloring algorithms are known for…

数据结构与算法 · 计算机科学 2019-04-11 Hsin-Hao Su , Hoa T. Vu

There is a huge difference in techniques and runtimes of distributed algorithms for problems that can be solved by a sequential greedy algorithm and those that cannot. A prime example of this contrast appears in the edge coloring problem:…

数据结构与算法 · 计算机科学 2025-05-27 Manuel Jakob , Yannic Maus , Florian Schager

We study the problem of reaching agreement in a synchronous distributed system by $n$ autonomous parties, when the communication links from/to faulty parties can omit messages. The faulty parties are selected and controlled by an adaptive,…

分布式、并行与集群计算 · 计算机科学 2024-05-27 Mohammad T. Hajiaghayi , Dariusz R. Kowalski , Jan Olkowski

The problem we are considering is the following. A colorblind player is given a set $B = \{b_1,b_2,...,b_N\}$ of $N$ colored balls. He knows that each ball is colored either red or green, and that there are less green balls (this will be…

We consider approximating the minmax value of a multi-player game in strategic form. Tightening recent bounds by Borgs et al., we observe that approximating the value with a precision of epsilon log n digits (for any constant epsilon>0 is…

计算机科学与博弈论 · 计算机科学 2008-12-18 Kristoffer Arnsfelt Hansen , Thomas Dueholm Hansen , Peter Bro Miltersen , Troels Bjerre Sørensen

We consider the discrepancy problem of coloring $n$ intervals with $k$ colors such that at each point on the line, the maximal difference between the number of intervals of any two colors is minimal. Somewhat surprisingly, a coloring with…

数据结构与算法 · 计算机科学 2010-12-20 Antonios Antoniadis , Falk Hüffner , Pascal Lenzner , Carsten Moldenhauer , Alexander Souza

Consider a situation with $n$ agents or players where some of the players form a coalition with a certain collective objective. Simple games are used to model systems that can decide whether coalitions are successful (winning) or not…

计算机科学与博弈论 · 计算机科学 2016-09-19 Martin Olsen