Back to Browse

Tarjan's Algorithm | Strongly Connected Components

28.6K views
Oct 21, 2023
9:59

Tarjan's algorithm works by starting at a vertex and exploring all of the vertices that can be reached from that vertex. As the algorithm explores the graph, it keeps track of the order in which vertices are visited. The algorithm also keeps track of the lowest-numbered vertex that can be reached from each vertex. Tarjan's algorithm is a powerful tool for finding SCCs in directed graphs. The algorithm is efficient and can be used to find SCCs in large graphs. In this video, we will discuss Tarjan's algorithm in more detail. I hope you find this video helpful! Visit the full course with live coding here: https://www.udemy.com/course/amazing-... Hashtags: #datastructures #algorithms #tarjansalgorithms Tags: tarjan's algorithms kosaraju's algorithms strongly connected components directed graphs depth first search dfs graph algorithm graph theory shotest path algorithms shortest path algorithm shortest path algorithms dijkstra dijkstra's algorithm single-source shortest path dynamic programming all-pairs shortest path all pairs shortest path algorithms graph algorithms data structures data structures and algorithms coding programming education learning tech technology science stem basicsstrong

Download

1 formats

Video Formats

360pmp46.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Tarjan's Algorithm | Strongly Connected Components | NatokHD