Open In App

Graph Data Structure

Last Updated : 13 Apr, 2025
Summarize
Comments
Improve
Suggest changes
Share
Like Article
Like
Report

Graph Data Structure is a collection of nodes connected by edges. It's used to represent relationships between different entities.

If you are looking for topic-wise list of problems on different topics like DFS, BFS, Topological Sort, Shortest Path, etc., please refer to Graph Algorithms.

Basics of Graph:

Easy Problems

Medium Problems

Hard Problems


Introduction to Graph
Visit Course explore course icon
Video Thumbnail

Introduction to Graph

Video Thumbnail

Graph Representation (Adjacency Matrix)

Video Thumbnail

Graph Representation (Adjacency List)

Next Article
Article Tags :
Practice Tags :

Similar Reads