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.

-1 votes
0 answers
17 views

Is it possible to make a graph consisting of 2n nodes such that every node is connected to every other node in at least n steps except n of the other nodes? For example with 1, we make the graph with ...
paajny657's user avatar
5 votes
2 answers
117 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
  • 91
5 votes
0 answers
84 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,815
0 votes
0 answers
20 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
390 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
52 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
30 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
105 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

15 30 50 per page
1
2 3 4 5
1668