Open In App

Graph Data Structure

Last Updated : 23 Jul, 2025
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


Explore

Article Tags :