ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,868 results

take U forward
G-54. Strongly Connected Components - Kosaraju's Algorithm

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

22:44
G-54. Strongly Connected Components - Kosaraju's Algorithm

255,687 views

3 years ago

Tushar Roy - Coding Made Simple
Strongly Connected Components Kosaraju's Algorithm Graph Algorithm

Find all strongly connected components in directed graph. https://www.facebook.com/tusharroy25 ...

24:30
Strongly Connected Components Kosaraju's Algorithm Graph Algorithm

238,302 views

10 years ago

Techdose
Tarjans strongly connected components algorithm

This lecture explains the Tarjans algorithm for finding the strongly connected components in a graph.The previous video ...

37:45
Tarjans strongly connected components algorithm

69,145 views

5 years ago

Coder Army
Strongly Connected Components | Kosaraju Algorithm | Tarjan Algorithm

Graph Data Structure | Graph Theory | Graph in DSA #dsa #graph #datastructure What is Graphs in DSA and why do we need it.

2:03:51
Strongly Connected Components | Kosaraju Algorithm | Tarjan Algorithm

18,253 views

1 year ago

Techdose
Kosaraju Algorithm | Strongly connected components in a graph

This video explains the Kosaraju algorithm which is used to find all the strongly connected components in a graph.We can even ...

24:30
Kosaraju Algorithm | Strongly connected components in a graph

81,114 views

5 years ago

codestorywithMIK
Strongly Connected Components | Kosaraju's Algorithm | Intuition | AMAZON | Graph Concepts & Qns- 38

This is the 38th Video on our Graph Concepts Playlist. Today we will understand a very important concept in Graph "Strongly ...

38:45
Strongly Connected Components | Kosaraju's Algorithm | Intuition | AMAZON | Graph Concepts & Qns- 38

15,946 views

2 years ago

Stanford Online
Stanford Lecture - Strong Components and Weak Components, Dr. Donald Knuth I 2024

Most important are the strongly connected components, called “strong components” for short; and strong components are in turn ...

1:24:12
Stanford Lecture - Strong Components and Weak Components, Dr. Donald Knuth I 2024

30,207 views

1 year ago

Pavel Mavrin
A&DS S03E02. Strongly Connected Components, 2-SAT

Algorithms and data structures. Semester 3. Lecture 2. In the second lecture, we learned how to find strong connected ...

1:32:31
A&DS S03E02. Strongly Connected Components, 2-SAT

7,528 views

4 years ago

Helping Tutorials
Strongly Connected Component of Directed Graph, Graph Algorithms with source code in hindi

Install C Programming Solution Android app ...

23:08
Strongly Connected Component of Directed Graph, Graph Algorithms with source code in hindi

12,414 views

6 years ago

Knowledge Center
Kosaraju Algorithm | Strongly Connected Components

In this video we see how to find Strongly Connected Components of a directed Graph using Kosaraju's algorithm Lesson 12: ...

29:52
Kosaraju Algorithm | Strongly Connected Components

6,182 views

5 years ago

Hello World
Kosaraju’s algorithm | Strongly Connected Components (SCC) | @GeeksforGeeksVideosGraph | Hello world Hindi

This is the video under the series of DATA STRUCTURE & ALGORITHM in a GRAPH Playlist. Now we are going to understand ...

25:11
Kosaraju’s algorithm | Strongly Connected Components (SCC) | @GeeksforGeeksVideosGraph | Hello world Hindi

7,551 views

3 years ago

The Algorists
Detailed Explanation of TARJAN's Algorithm to find Strongly Connected Components with Code

Important Links: Access the code from: https://www.thealgorists.com/Algo/GraphTheory/Tarjan/SCC Tarjan's Algorithm for finding ...

1:08:44
Detailed Explanation of TARJAN's Algorithm to find Strongly Connected Components with Code

1,786 views

5 years ago

Jenny's Lectures CS IT
6.11 Connected Components |How to find Connected Components in Graph | Graph Theory

Learn how to find Connected Components in an Undirected Graph using Depth-First Search(DFS). DSA Full Course: https: ...

20:37
6.11 Connected Components |How to find Connected Components in Graph | Graph Theory

301,180 views

6 years ago

Maryam Siabani
COMP359 - Design and Analysis of Algorithms - Strongly Connected Components

... components strongly connected components so clearly this is not um you know desirable i am looking for a better algorithm for ...

22:33
COMP359 - Design and Analysis of Algorithms - Strongly Connected Components

195 views

5 years ago

Pepcoding
Kosaraju Algorithm ( Strongly Connected Component) | graphs

Please consume this content on nados.pepcoding.com for a richer experience. It is necessary to solve the questions while ...

28:43
Kosaraju Algorithm ( Strongly Connected Component) | graphs

3,449 views

4 years ago

Yang Xu
Applications of DFS (part 2): Strongly connected component

CS560 Algorithms and Their Analysis, Spring 2021 Yang Xu, Assistant Professor of Computer Science College of Sciences San ...

1:15:23
Applications of DFS (part 2): Strongly connected component

256 views

4 years ago

CSE Family
Find strongly connected components of a Graph using DFS |with starting time and finshing time Bangla

Find strongly connected components from Graph using DFS | Bangla.

20:12
Find strongly connected components of a Graph using DFS |with starting time and finshing time Bangla

11,783 views

6 years ago

Tulika t
Kosaraju's Algorithm for Strongly Connected Components

Pseudo Code: 1. For each vertex u of the graph, mark u as unvisited. Let L be empty. 2. For each vertex u of the graph do Visit(u), ...

22:08
Kosaraju's Algorithm for Strongly Connected Components

2,356 views

6 years ago

Free Engineering Lectures
Computing Strong Components The Algorithm | Algorithm

Subscribe our channel for more Engineering lectures.

29:22
Computing Strong Components The Algorithm | Algorithm

34 views

11 years ago

CodeNCode
L22: Kosaraju's algorithm for Strongly Connected Components Part 1 | Graph Theory Part 1 | CodeNCode

In this lecture we will about Kosaraju's algorithm for Strongly Connected Components. Graph Theory Part 1 Course ...

29:01
L22: Kosaraju's algorithm for Strongly Connected Components Part 1 | Graph Theory Part 1 | CodeNCode

4,705 views

3 years ago

Stanford Algorithms
10   7   Computing Strong Components  The Algorithm 29 min
29:22
10 7 Computing Strong Components The Algorithm 29 min

16,308 views

8 years ago

Wing-Kai Hon
Week 14-2:    Strongly Connected Components

Lecture Notes: http://www.cs.nthu.edu.tw/~wkhon/algo09/lectures/lecture25.pdf Question Form: ...

26:47
Week 14-2: Strongly Connected Components

478 views

Streamed 3 years ago

ManxKatze
CS6515 Lecture12 GR1 Strongly Connected Components

... of connected components in directed graphs and then we'll see an application of our strongly connected component algorithm ...

1:02:05
CS6515 Lecture12 GR1 Strongly Connected Components

39 views

8 months ago

take U forward
G-55. Bridges in Graph - Using Tarjan's Algorithm of time in and low time

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

23:25
G-55. Bridges in Graph - Using Tarjan's Algorithm of time in and low time

268,559 views

3 years ago

Wing-Kai Hon
Lecture 25: Finding Strongly Connected Components

Introduce Strongly Connected Components (SCC) -- Finding All SCCs in Linear Time.

29:19
Lecture 25: Finding Strongly Connected Components

231 views

1 year ago