Intro Graph Theory
Intro Graph Theory
Ümit Işlak
If the edges have initial and terminal points, then the graph is
said to directed. Otherwise we say that the graph is
undirected.
Proof. Let G = (V, E) be our graph where V is the vertex set and
E is the edge set. If dv denotes the degree of vertex v, then we
have X
dv = 2|E|.
v∈V
Acquaintance graphs
Web graph
Erdös graph
Bacon graph
···
In web graph, the vertices are the web sites, the edges are the
links between them.
In web graph, the vertices are the web sites, the edges are the
links between them.
Albert-Barabasi model:
https://arxiv.org/pdf/cond-mat/0106096.pdf
”Black swan”
Bacon graph:
Real networks
have the small worlds property.
are dynamic.
(Type II) degree sequences satisfy the power law.
have the rich gets richer property.
have clustering coefficient around 0.15.
Real networks
have the small worlds property.
are dynamic.
(Type II) degree sequences satisfy the power law.
have the rich gets richer property.
have clustering coefficient around 0.15.
ANSWER: NO
We are willing to connect all these cities to each other with duble
yols. The rule is as follows: These 20 cities will be connected to
each other but there will not be any unnecessary ways. Of course
here all 20
2 = 190 possible ways have distinct costs. How can we
have the minimal cost duble yol network under our rule?
Ümit