Skip to main content

Questions tagged [graph-theory]

Use this tag for questions in graph theory. Here a graph is a collection of vertices and connecting edges. Use (graphing-functions) instead if your question is about graphing or plotting functions.

Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

Let $E$ be a finite set of points and $\mathcal{F}$ be a collection of subsets of $E$ (lines) such that each line has cardinal at least 4 two distinct lines intersects at exactly one point. Show ...
Pii_jhi's user avatar
  • 41
4 votes
0 answers
76 views

In the following sentence from the paper (see Page 4, the proof of Lemma 3.4) (see the paper in https://doi.org/10.1016/j.disc.2023.113431) on extremal graphs: Let $G$ be an edge-extremal graph in ...
licheng's user avatar
  • 2,805
0 votes
0 answers
18 views

I have a DAG where every node has a (usually small) set of candidate integers. A candidate a is compatible with b if (a | b) or (b | a). For every root I want to choose one candidate per node to ...
user5109988's user avatar
3 votes
2 answers
387 views

Given a graph, I wish to try and color it with the minimum number of colors (0,1...k). Each 2 connected vertices must have different colors. I proposed the following algorithm - Initialize an array of ...
C. Arnold's user avatar
-1 votes
1 answer
40 views

It is commonly known that directed graphs are defined as a double $G_d:=(V,E)$ such that $E \subseteq V^2$, and that undirected graphs $G_u:=(V,E)$ such that $E \subseteq \left\{ \{a,b\}\Big\vert a \...
Ultrio's user avatar
  • 71
0 votes
0 answers
29 views

In graph theory, a triangulation means adding edges to make a graph maximal planar. The following picture is denoted by $G$. The following picture is $G_1$. The following picture is $G_2$. Now ...
Functor's user avatar
  • 1,757
2 votes
1 answer
99 views

The putative Conway $99$ graph is a defined as an undirected graph with $99$ vertices, in which each two adjacent vertices have exactly one common neighbour, and in which each two non-adjacent ...
Michael T's user avatar
  • 2,441
1 vote
0 answers
40 views

In the book Computational Complexity: A Modern Approach you can find the following problem this is actually a multi-graph with loops. Their definition of expander and a hint are attached below My ...
Bruno Andrades's user avatar
2 votes
1 answer
53 views

I've been struggling and have managed to build a couple of networks with relatively low nodes but the correct edges but then I can't colour them correctly. I noticed an observation with lower numbers ...
KalebB's user avatar
  • 23
8 votes
0 answers
164 views

The algorithm is quite simple. Let's start with some definitions. Take an integer $k$ of length $N$ we can denote its digits from left to right as $k=k_0k_1... k_{N-1}$. Now let $k_{rev}$ be the ...
AgentM's user avatar
  • 205
10 votes
1 answer
333 views

I am just curious about Conway's 99 Graph Problem, it asks: Does there exist a graph where every edge belongs to a unique triangle and every non-edge belongs to a unique quadrilateral? For purposes ...
Dair's user avatar
  • 3,682
7 votes
1 answer
285 views

Consider natural numbers $e_1 < e_2 < ... < e_k <n$. Define the graph $G$ to have the vertex set $V= \{1,\dots, n\}$ and edge set $E = \{(a,b)\in V^2 \: |\: \exists j=1,\dots, k: a = b\pm ...
Joseph Expo's user avatar
1 vote
1 answer
52 views

Let $G$ be a simple graph with $7$ vertices $v_1,\ldots,v_7$. If $\deg v_i=i$ for $i=1,\ldots,6$, find $\deg v_7$. Attempt: Let $\deg v_7=d$. By the handshaking lemma, we obtain $\sum\limits_{i=1}^{7}\...
user371231's user avatar
  • 2,767
0 votes
1 answer
49 views

I read that given a graph $G$, we say $S$ is a maximal subgraph of $G$ with property $p$ if for all $S'$ contained in $G$ which strictly contain $S$, then $S'$ does not have property $p$. I was ...
Francisco J. Maciel Henning's user avatar
4 votes
1 answer
201 views

Base problem is "What is the smallest c such that every subset of S = {1, 2, ..., 100} with c elements contains at least one pair whose sum is a perfect square?" Using disjoint pairs {1,99},{...
Torvaun's user avatar
  • 43
1 vote
1 answer
52 views

Reportedly this is problem 4.2.8 in “Introduction to graph theory” by West. Prove that a simple graph $G$ is $2$-connected if and only if for every triple $(x,y,z)$ of distinct vertices, $G$ has an $x,...
A A's user avatar
  • 1,037
1 vote
1 answer
72 views

Consider the following streaming algorithm for maximum matching in a weighted graph. ...
Simd's user avatar
  • 779
1 vote
0 answers
48 views

$K_1$ is connected, I think, as for any two vertices $a$ and $b$ in the graph, those must both be equal to the graph's only vertex, which makes that a path (of length zero) from $a$ to $b$. However, ...
A A's user avatar
  • 1,037
2 votes
2 answers
121 views

Let $G$ be a graph with no isolated vertices. A set of vertices in $G$ is called independent if no two vertices in the set are incident on the same edge; vertex cover if every edge is incident to ...
Alma Arjuna's user avatar
  • 7,029
4 votes
1 answer
70 views

In the area of geometric group theory, a group $G$ has Serre's property $FA$ if any action on a tree must have at least one fixed point. However, this article of Culler and Vogtmann defines a property ...
lim_tan90's user avatar
0 votes
1 answer
74 views

Context: I like local graphs (neighbourhood graph of each vertex is isomorphic). I like to look at these graphs' clique complexes, i.e. moving from a combinatorial to geometry and topology view and vv....
Michael T's user avatar
  • 2,441
16 votes
3 answers
1k views

I believe context will help before the statement of the problem. I was asked In the picture below, can you find a closed, non-intersecting loop visiting every white square exactly once? (If you do, ...
Maxime Jaccon's user avatar
2 votes
2 answers
193 views

I have been told to prove the theorem that a graph $G$ has an independent set of size at least $k$ containing vertex $v$ iff $G-N(v)$, where $N(v)$ is the set of vertices containing $v$ and all of its ...
Honer_300's user avatar
5 votes
0 answers
186 views

The following is a collection of combinatorics theorems commonly refereed as "equivalent" due to one being easily derived from another. Theorem (Hall). A finite bipartite graph $G = (A\...
Alma Arjuna's user avatar
  • 7,029
2 votes
0 answers
19 views

Is it true that a graph has a fractional perfect matching if and only if $i(G\setminus S)\leq |S| $ for all $S\subset V(G)$? And why? Here $i(G\setminus S)$ denotes the number of isolated vertices of ...
NotaChoice's user avatar
  • 1,112

1
2 3 4 5
501