Graph Theory Exam 1

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 39

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

40 Terms

1

Graph

A pair of (V,E) where V is the vertex set and E is the edge set

New cards
2

Vertex Set

A non-empty set that contains all the vertices/ noodes

New cards
3

Edge Set

A set of unordered pair of vertices that represent the edges

New cards
4

Null Graph

A graph that has no edges and have atleast one vertex

New cards
5

Trivial Graph

A graph that contains a single element

New cards
6

Loop

If an edge connectes to its self or a more mathematical way to describe is when e is an element of the edge set and e = uu where u is a vertex

New cards
7

Parallel Edges

If two edges e1 and e2 connects the same 2 vertices

New cards
8

Simple Graph

A graph with no loops or parallel edges

New cards
9

Multigraphs

A graph with self-loops and parallel eges

New cards
10

Finite Graph

A graph whose order is not infinite

New cards
11

Order

Magnitude or Number of vertices

New cards
12

Size

Magnitude or number of edges

New cards
13

Neighbors

Vertices that are adjacent to each other or mathematical there exist a if u,v is an element of the vertex set and there exist a edge uv such that it connects vertices u,v

New cards
14

Neighborhood

Collection of Neighbors

New cards
15

Clique

A set of pairwise adjacent vertices

New cards
16

Independent Set

A set of nonadjacent vertices

New cards
17

n-vertex graph

A graph that contains n vertices

New cards
18

(n,m) graph

a graph that contains n vertices and m edges

New cards
19

n-Complete Graph

Denoted by Kn it is a graph whose order is n and where, for all vertices u,v there exist an edge uv that connects them

New cards
20

Maximum number of edges (Theorem)

The number of edge in a graph is at most nC2

New cards
21

Number of labelled graph in a graph

There is an 2^(nC2) number of labelled graph in a graph with order n

New cards
22

Bipartite graph

If there exist set of vertices x,y which is a subset of the vertex set V such that x and y are pairwise disjoint and if there’s an edge e = uv such that u is an element of x and v is an element of y

New cards
23

Complete Bipartite

A bipartite graph is complete if for all v element of x which is a subset of the vertex set V is adjacent to u which is an element of the vertex subset y (Notation K(m,n) )

New cards
24

Star

A graph whose written as K(1, n -1)

New cards
25

Size of a complete bipartite graph

The size of a complete bipartite graph K(m,n) is m*n

New cards
26

Directed Graph (Digraph)

a graph G = (V, E) where V = ∅ and E ⊆ V ×V . The edges referred to as arcs or directed edges are determined by an ordered pair (u, v) of vertices. The edges in an undirected graph are unordered pair {u, v}} of vertices. For an arc (u, v), we call u as its tail and v as its head so if e = uv then u = tail(e) and v = head(e). Arcs are drawn using directed arrows from its tail to its head.

New cards
27

Weighted Graph

A weighted graph is an ordered pair (G, d), where G is a graph, and d is a weight function defined as d : E → R that associates each edge e of G a real number d(e). By the weights in a weighted graph, we mean the weights on the edges. However, sometimes weights can be assigned to vertices also.

New cards
28

Subgraph

H of a graph G is a graph such that V (H) ⊆ V (G) and E(H) ⊆ E(G)

New cards
29

Spanning Subgraph

If H is a subgraph of G such that V (H) = V (G)

New cards
30

Induced Subgraph

A subgraph H of G is said to be an induced subgraph of G if E(H) = { uv ∈ E(G) | u, v ∈ V (H) }.

New cards
31

Complement of a graph

The complement of a graph G, denoted by G, is the graph whose vertex set is V (G) = V (G) and the edge set E(G) = { uv | u, v ∈ G, uv /∈ E(G) }. This implies that e ∈ E(G) iff e 6inE(G)

New cards
32

Path

a path is a sequence of vertices connected by edges, where no vertex is repeated.

New cards
33

Trail

a trail is a sequence of vertices connected by edges where no edge is repeated, but vertices can be repeated.

New cards
34

Regular Graph

is a graph where each vertex has the same degree (number of edges connected to it). If every vertex has degree kkk, the graph is called a k-regular graph.

New cards
35

Walk

a walk is a sequence of vertices and edges where vertices and edges can be repeated, and each edge connects consecutive vertices in the sequence.

New cards
36

Connected Graph

a connected graph is a graph in which there is a path between every pair of vertices, meaning no vertex is isolated.

New cards
37

Tree

a tree is an acyclic connected graph, meaning it is a graph with no cycles and there is exactly one path between any pair of vertices

New cards
38

Adjacency Matrix

In graph theory, an adjacency matrix is a square matrix used to represent a graph, where the rows and columns correspond to the graph's vertices, and each entry A[i][j] indicates whether an edge exists between vertex i and vertex j:

  • A[i][j]=1 if there is an edge.

  • A[i][j]=0 if there is no edge.

For weighted graphs, the entries contain the weights of the edges instead of 1 or 0.

New cards
39

Incidence Matrix

In graph theory, an incidence matrix is a matrix that represents the relationship between vertices and edges of a graph.

  • If a graph has nnn vertices and mmm edges, the incidence matrix is an n×m.

  • Each entry I[i][j]is:

    • 1 if vertex iii is incident to edge j (connected by it).

    • 0 otherwise.

For directed graphs, the entries can be 1 for the starting vertex and −1 for the ending vertex of an edge.

New cards
40

Laplacian

In graph theory, the Laplacian matrix (or graph Laplacian) is a matrix representation of a graph that highlights its structure and connectivity. For a graph with n vertices, the Laplacian matrix L is defined as:

L=D−A

Where:

  • Dis the degree matrix (a diagonal matrix where each entry D[i][i]is the degree of vertex i).

  • AAA is the adjacency matrix of the graph.

Properties:

  • L[i][i]diagonal entries) = degree of vertex i.

  • L[i][j]off-diagonal entries) = −1 if there is an edge between vertex i and vertex j, otherwise 0.

  • The sum of each row in Lis 0.

The graph Laplacian is widely used in areas like spectral graph theory, network analysis, and machine learning.

New cards

Explore top notes

note Note
studied byStudied by 39 people
70 days ago
5.0(1)
note Note
studied byStudied by 13 people
183 days ago
5.0(1)
note Note
studied byStudied by 253 people
681 days ago
4.5(6)
note Note
studied byStudied by 18 people
813 days ago
5.0(1)
note Note
studied byStudied by 215 people
720 days ago
5.0(2)
note Note
studied byStudied by 22 people
710 days ago
5.0(2)
note Note
studied byStudied by 2488 people
700 days ago
4.7(6)

Explore top flashcards

flashcards Flashcard (55)
studied byStudied by 84 people
381 days ago
5.0(1)
flashcards Flashcard (44)
studied byStudied by 39 people
789 days ago
4.1(7)
flashcards Flashcard (58)
studied byStudied by 170 people
730 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 12 people
764 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 1 person
74 days ago
5.0(1)
flashcards Flashcard (43)
studied byStudied by 10 people
220 days ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 33 people
372 days ago
5.0(1)
flashcards Flashcard (101)
studied byStudied by 183 people
2 days ago
5.0(1)
robot