中文
相关论文

相关论文: From Donkeys to Kings in Tournaments

200 篇论文

A tournament is a complete directed graph. It is well known that every tournament contains at least one vertex v such that every other vertex is reachable from v by a path of length at most 2. All such vertices v are called *kings* of the…

计算复杂性 · 计算机科学 2023-08-07 Nikhil S. Mande , Manaswi Paraashar , Nitin Saurabh

A king in a directed graph is a vertex $v$ such that every other vertex is reachable from $v$ via a path of length at most $2$. It is well known that every tournament (a complete graph where each edge has a direction) has at least one king.…

计算复杂性 · 计算机科学 2025-04-29 Ziad Ismaili Alaoui , Nikhil S. Mande

A tournament is an orientation of a complete graph. We say that a vertex $x$ in a tournament $\vec T$ controls another vertex $y$ if there exists a directed path of length at most two from $x$ to $y$. A vertex is called a king if it…

组合数学 · 数学 2022-09-28 Oded Lachish , Felix Reidl , Chhaya Trehan

A king in a directed graph is a node from which each node in the graph can be reached via paths of length at most two. There is a broad literature on tournaments (completely oriented digraphs), and it has been known for more than half a…

计算复杂性 · 计算机科学 2007-05-23 Edith Hemaspaandra , Lane A. Hemaspaandra , Osamu Watanabe

We present new algorithms for counting and detecting small tournaments in a given tournament. In particular, it is proved that every tournament on four vertices (there are four) can be detected in $O(n^2)$ time and counted in $O(n^\omega)$…

数据结构与算法 · 计算机科学 2023-12-05 Raphael Yuster

A vertex $x$ in a tournament $T$ is called a king if for every vertex $y$ of $T$ there is a directed path from $x$ to $y$ of length at most 2. It is not hard to show that every vertex of maximum out-degree in a tournament is a king.…

数据结构与算法 · 计算机科学 2018-01-16 Gregory Gutin , George B. Mertzios , Felix Reidl

A tournament is a complete directed graph. A king in a tournament is a vertex v such that every other vertex is reachable from v via a path of length at most 2. It is well known that every tournament has at least one king, one of which is a…

计算复杂性 · 计算机科学 2024-02-23 Nikhil S. Mande , Manaswi Paraashar , Swagato Sanyal , Nitin Saurabh

A tournament graph is a complete directed graph, which can be used to model a round-robin tournament between $n$ players. In this paper, we address the problem of finding a champion of the tournament, also known as Copeland winner, which is…

信息检索 · 计算机科学 2023-04-19 Lorenzo Beretta , Franco Maria Nardini , Roberto Trani , Rossano Venturini

A directed graph where there is exactly one edge between every pair of vertices is called a {\em tournament}. Finding the "best" set of vertices of a tournament is a well studied problem in social choice theory. A {\em tournament solution}…

数据结构与算法 · 计算机科学 2024-01-30 Arnab Maiti , Palash Dey

Tournaments can be used to model a variety of practical scenarios including sports competitions and elections. A natural notion of strength of alternatives in a tournament is a generalized king: an alternative is said to be a $k$-king if it…

组合数学 · 数学 2022-04-28 Pasin Manurangsi , Warut Suksompong

A $k$-coloring of a tournament is a partition of its vertices into $k$ acyclic sets. Deciding if a tournament is 2-colorable is NP-hard. A natural problem, akin to that of coloring a 3-colorable graph with few colors, is to color a…

数据结构与算法 · 计算机科学 2024-11-25 Felix Klingelhoefer , Alantha Newman

We consider the manipulability of tournament rules, in which $n$ teams play a round robin tournament and a winner is (possibly randomly) selected based on the outcome of all $\binom{n}{2}$ matches. Prior work defines a tournament rule to be…

计算机科学与博弈论 · 计算机科学 2019-11-19 Ariel Schvartzman , S. Matthew Weinberg , Eitan Zlatin , Albert Zuo

League competition is investigated using random processes and scaling techniques. In our model, a weak team can upset a strong team with a fixed probability. Teams play an equal number of head-to-head matches and the team with the largest…

物理与社会 · 物理学 2007-08-13 E. Ben-Naim , N. W. Hengartner

The traveling tournament problem (TTP) is to minimize the total traveling distance of all teams in a double round-robin tournament. In this paper, we focus on TTP-2, in which each team plays at most two consecutive home games and at most…

数据结构与算法 · 计算机科学 2024-03-01 Yuga Kanaya , Kenjiro Takazawa

We consider the problem of finding an edge in a hidden undirected graph $G = (V, E)$ with $n$ vertices, in a model where we only allowed queries that ask whether or not a subset of vertices contains an edge. We study the non-adaptive model…

数据结构与算法 · 计算机科学 2022-07-07 Ron Kupfer , Noam Nisan

A 3-tournament is a complete 3-uniform hypergraph where each edge has a special vertex designated as its tail. A vertex set $X$ dominates $T$ if every vertex not in $X$ is contained in an edge whose tail is in $X$. The domination number of…

组合数学 · 数学 2016-02-05 Dániel Korándi , Benny Sudakov

We consider a connected undirected graph $G(n,m)$ with $n$ nodes and $m$ edges. A $k$-dominating set $D$ in $G$ is a set of nodes having the property that every node in $G$ is at most $k$ edges away from at least one node in $D$. Finding a…

分布式、并行与集群计算 · 计算机科学 2007-05-23 L. D. Penso , V. C. Barbosa

A tournament is a directed graph T such that every pair of vertices are connected by an arc. A feedback vertex set is a set S of vertices in T such that T - S is acyclic. In this article we consider the Feedback Vertex Set problem in…

数据结构与算法 · 计算机科学 2015-10-28 Mithilesh Kumar , Daniel Lokshtanov

A central objective in Ramsey theory is determining whether restricted families of discrete structures necessarily contain substantially larger homogeneous substructures, compared to the unrestricted structures. In the setting of…

组合数学 · 数学 2026-03-05 Asaf Shapira , Raphael Yuster

The clique number of a tournament is the maximum clique number of a graph formed by keeping backwards arcs in an ordering of its vertices. We study the time complexity of computing the clique number of a tournament and prove that, for any…

组合数学 · 数学 2024-01-17 Guillaume Aubian
‹ 上一页 1 2 3 10 下一页 ›