A focused collection of questions on Graphs to sharpen your skills for technical interviews.
Dijkstra's Algorithm for shortest paths
the Breadth-First Search (BFS) algorithm
Graph Representations (Adjacency Matrix vs. Adjacency List)
the Depth-First Search (DFS) algorithm
Topological Sorting for Directed Acyclic Graphs (DAGs)
Dijkstra's Algorithm for shortest paths
the Breadth-First Search (BFS) algorithm
Graph Representations (Adjacency Matrix vs. Adjacency List)
the Depth-First Search (DFS) algorithm
Topological Sorting for Directed Acyclic Graphs (DAGs)