Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Graph Structures and Types

6

Flashcards

0/6

Still learning
StarStarStarStar

Tree

StarStarStarStar

A tree is an acyclic connected graph. It is used to model hierarchy and relationships, as in organizational charts or file systems.

StarStarStarStar

Directed Graph (Digraph)

StarStarStarStar

A directed graph has all edges directed from one vertex to another. Used for representing one-way relationships, such as web navigation or citation networks.

StarStarStarStar

Undirected Graph

StarStarStarStar

An undirected graph has edges that do not have a direction associated with them. It is used in networking scenarios or to represent mutual relationships.

StarStarStarStar

Weighted Graph

StarStarStarStar

A weighted graph assigns a weight to each edge, which could represent cost, distance, or any metric. Used in optimizations, such as finding the shortest path.

StarStarStarStar

Complete Graph

StarStarStarStar

A complete graph is one in which every pair of vertices is connected by a unique edge. Used to model scenarios where each node is in direct relationship with all others, like in fully connected networks.

StarStarStarStar

Bipartite Graph

StarStarStarStar

A bipartite graph is a graph whose vertices can be divided into two disjoint and independent sets UU and VV such that every edge connects a vertex in UU to one in VV. Used for modeling relationships between two distinct classes of objects.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.