Graphs Problems

1

BFS

2

DFS

3

Flood Fill Algorithm

4

Number of Triangles

5

Detect cycle in a graph

6

Detect cycle in an undirected graph

7

Rat in a Maze Problem

8

Steps by Knight

9

Clone graph

10

Number of Operations to Make Network Connected

11

Dijkstra’s shortest path algorithm

12

Topological Sort

13

Oliver and the Game

14

Minimum time taken by each job to be completed given by a Directed Acyclic Graph

15

Find whether it is possible to finish all tasks or not from given dependencies

16

Find the number of islands

17

Prim's Algo

18

Negative Weighted Cycle

19

Floyd Warshall

20

Graph Coloring

21

Snakes and Ladders

22

Kosaraju's Theorem

23

Journey to moon

24

Vertex Cover

25

M Coloring Problem

26

Cheapest Flights Within K Stops

27

Find if there is a path of more than k length from a source

28

Bellman Ford

29

Bipartitie Graph

30

Word-Ladder

31

Allen Dictionary

32

Kruskals MST

33

Total number spanning trees graph

34

Travelling Salesman

35

Find longest path directed acyclic graph

36

Two Clique Problem

37

Minimise the cash flow

38

Chinese postman

39

Water Jug

40

Water Jug 2