Graph Theory

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 / 18

encourage image

There's no tags or description

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

19 Terms

1

Vertices

Also known as nodes, they are the fundamental units of graphs that represent entities.

New cards
2

Edges

Connections between vertices in a graph, representing relationships between them.

New cards
3

Directed Graph (Digraph)

A graph where edges have a direction, indicating a one-way relationship from one vertex to another.

New cards
4

Undirected Graph

A graph where edges do not have a direction and represent a bidirectional relationship between vertices.

New cards
5

Bipartite Graph

A graph where the vertices can be divided into two disjoint sets such that every edge connects a vertex from one set to a vertex in the other set.

New cards
6

Eulerian Circuit

A walk in a graph that visits every edge exactly once and returns to the starting vertex.

New cards
7

Hamiltonian Cycle

A cycle in a graph that visits every vertex exactly once and returns to the starting vertex.

New cards
8

Adjacency List

A representation of a graph where each vertex has a list of adjacent vertices, compactly representing sparse graphs.

New cards
9

Adjacency Matrix

A 2D matrix representation of a graph where rows and columns represent vertices, and entries indicate the presence of edges.

New cards
10

Degree of a Vertex

The number of edges incident to a vertex in a graph.

New cards
11

Simple Graph

An undirected graph that has no loops and no more than one edge between any pair of vertices.

m <= n(n-1) /2

New cards
12

Complete Graph

A simple graph in which there is an edge between every pair of distinct vertices.

New cards
13

Path

A walk in a graph where all vertices are distinct.

New cards
14

Circuit

A closed walk with all edges distinct, meaning it begins and ends at the same vertex but does not repeat any edge.

New cards
15

Cycle

A circuit where all vertices are distinct, meaning it starts and ends at the same vertex without repeating any vertex.

New cards
16

Connected Graph

A graph in which there is a path between every pair of vertices.

New cards
17

Spanning Tree

A subgraph that is a tree and contains all the vertices of the original graph.

New cards
18

Weighted Graph

A graph where edges have weights, often representing costs or distances.

New cards
19

Adjacency

when two vertices share the same edge

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