Core Concept
Types of problems that can be asked
BFS, DFS (Standard algorithm)
0-1 BFS (Modified algorithm) , (Multisource BFS)
Dijsktra (Standard and modified)
Bidirectional search (to lower branching factor , A* is an overkill)
Graph Coloring (Bipartite graph)
Topological Sort (Standard and modified algorithm)
Minimum Spanning Tree
Floyd Warshell
NP hard problems ( using bitmask)
Graph bridges (time of visiting node)
Disjoint union set
Last updated
Was this helpful?