Graph Coding Problems

Explore nodes and edges algorithms

169
Total Problems
3
Easy
79
Medium
85
Hard
Start Practicing

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Graph Coding Problems

Practice problems frequently asked at Graph 169 problems | 3 Easy | 79 Medium | 85 Hard

# Problem Difficulty Topics
151 Shortest Cycle in a Graph Hard
Breadth-First SearchGraph
152 Shortest Distance After Road Addition Queries I Medium
ArrayBreadth-First SearchGraph
153 Shortest Distance After Road Addition Queries II Hard
ArrayGreedyGraph
154 Shortest Path Visiting All Nodes Hard
Dynamic ProgrammingBit ManipulationBreadth-First Search
155 Shortest Path with Alternating Colors Medium
Breadth-First SearchGraph
156 Sort Items by Groups Respecting Dependencies Hard
Depth-First SearchBreadth-First SearchGraph
157 Strange Printer II Hard
ArrayGraphTopological Sort
158 String Transforms Into Another String Hard
Hash TableStringGraph
159 Sum of Distances in Tree Hard
Dynamic ProgrammingTreeDepth-First Search
160 The Maze II Medium
ArrayDepth-First SearchBreadth-First Search
161 The Maze III Hard
ArrayStringDepth-First Search
162 The Most Similar Path in a Graph Hard
Dynamic ProgrammingGraph
163 The Time When the Network Becomes Idle Medium
ArrayBreadth-First SearchGraph
164 Time Taken to Mark All Nodes Hard
Dynamic ProgrammingTreeDepth-First Search
165 Tree Diameter Medium
TreeDepth-First SearchBreadth-First Search
Showing 151-165 of 169
1 ... 9 10 11 12

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.