ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

680 results

codingLifeWithShivam
Graph DSA Pattern Mastery Series 😎– Part 1 | Graph Introduction & Terminology

Graph problems feel confusing not because they are hard, but because most people skip the fundamentals. This is **Part 1 of ...

9:39
Graph DSA Pattern Mastery Series 😎– Part 1 | Graph Introduction & Terminology

10 views

23 hours ago

Outstanding Understanding
CS502 | Lecture 30 | Generic Traversal Algorithms for Graphs

This video recording is easy words explanation of a lecture taught at Virual University of Pakistan.

13:45
CS502 | Lecture 30 | Generic Traversal Algorithms for Graphs

0 views

4 days ago

codestorywithMIK
Minimum Cost Path with Edge Reversals | Easiest Explanation | Leetcode 3650 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Dijkstra's Algorithm | PART-1 ...

15:57
Minimum Cost Path with Edge Reversals | Easiest Explanation | Leetcode 3650 | codestorywithMIK

816 views

3 hours ago

Vasarla Voyages
BFS vs DFS Explained - Graph Algorithms Made Super Easy

Learn Breadth-First Search (BFS) and Depth-First Search (DFS) in the EASIEST way possible! Perfect for beginners with zero ...

21:40
BFS vs DFS Explained - Graph Algorithms Made Super Easy

21 views

6 days ago

Computational Daydreams
Cubic graphs with 18 vertices

Cubic (3-regular) graphs sit at a sweet spot in graph theory: constrained enough to classify, but rich enough to produce surprising ...

31:55
Cubic graphs with 18 vertices

3 views

6 days ago

Qalassadi
Algorithm to Enumerate the Vertices of a Connected Graph

In previous video, I proved Proposition 1.4.1 from Graph Theory by Reinhard Diestel using a constructive argument: every ...

2:04:14
Algorithm to Enumerate the Vertices of a Connected Graph

48 views

4 days ago

Developer Coder
Minimum Cost Path with Edge Reversals | LeetCode 3650 | Dijkstra | Java Code | Developer Coder

If you're working on improving your graph algorithms, Java coding skills, or mastering advanced LeetCode problems, this content ...

31:34
Minimum Cost Path with Edge Reversals | LeetCode 3650 | Dijkstra | Java Code | Developer Coder

22 views

3 hours ago

NullPointer
Bird and maximum fruit gathering | Sliding window | 2 pointer algorithm | DSA pattern questions

... Hashing, Heaps) Algorithms (Sorting, Searching, Binary Search, Greedy, DP, Recursion, Backtracking, Graph Algorithms) Math ...

13:19
Bird and maximum fruit gathering | Sliding window | 2 pointer algorithm | DSA pattern questions

14 views

6 days ago

Align Pattern
Top 100 Advanced Algorithm Questions You MUST Know for GATE & Interviews with Answers

Dynamic Programming (Knapsack, LCS, Matrix Chain Multiplication, Coin Change) ✓ Graph Algorithms (BFS, DFS, Shortest Path ...

16:58
Top 100 Advanced Algorithm Questions You MUST Know for GATE & Interviews with Answers

0 views

3 days ago

Ian Pilon
Context Graphs Aren't New—We've Been Doing This for Decades

Learning all about Context Graphs with Daniel Davis. Follow Danial here: https://x.com/TrustSpooky https://trustgraph.ai/ Follow ...

1:06:54
Context Graphs Aren't New—We've Been Doing This for Decades

135 views

6 days ago

How Things Make Sense
linear regression explained visually | machine learning for beginners #machinelearning

linear regression is one of the most important and beginner-friendly machine learning algorithms. in this video, we explain linear ...

6:34
linear regression explained visually | machine learning for beginners #machinelearning

5 views

6 days ago

ExamPrepTool
Algorithms Short notes  |  full subject revision | Gatecse | Gateda | Dsa

... Overview ✓ Greedy & Dynamic Programming Concepts ✓ Divide & Conquer ✓ Graph Algorithms Revision ✓ Important GATE ...

1:41:19
Algorithms Short notes | full subject revision | Gatecse | Gateda | Dsa

1,763 views

4 days ago

The Techzeen
DSA Tutorial #66: Adjacency List Graph in Java (From Scratch) | Graph Data Structure 2026

After this lecture, BFS, DFS, Dijkstra, and advanced graph algorithms will feel 10x easier. Subscribe to The Techzeen For ...

17:29
DSA Tutorial #66: Adjacency List Graph in Java (From Scratch) | Graph Data Structure 2026

46 views

2 days ago

Let's LeetCode
AI Assisted Cracking of LeetCode Clone Graph Problem

This video provides a clear, step-by-step solution to a LeetCode problem using an AI-assisted approach. We break down the ...

8:14
AI Assisted Cracking of LeetCode Clone Graph Problem

8 views

6 days ago

Leetcode Daily
3650. Minimum Cost Path with Edge Reversals | Leetcode Daily - Python

Master this tricky graph problem involving shortest paths and a unique edge reversal mechanic! In this video, we explore the ...

5:55
3650. Minimum Cost Path with Edge Reversals | Leetcode Daily - Python

310 views

10 hours ago

Mobiz Knowledge Korner
CS502 Algorithms Final Term Exam Prep. | 60 Key & IMP MCQs Explained | CS502 Made Easy using Visuals

Whether you are struggling with complex graph algorithms or dynamic programming, this video uses visual aids to make difficult ...

1:11:43
CS502 Algorithms Final Term Exam Prep. | 60 Key & IMP MCQs Explained | CS502 Made Easy using Visuals

381 views

3 days ago

Wordwalk / Spaghettispeller
Semantic Wordgraph Puzzles!

New feature: Semantic Wordgraph puzzles! Similar to a crossword, you're given hints in the form of definitions, and the hint ...

3:27
Semantic Wordgraph Puzzles!

5 views

5 days ago

The Techzeen
How Google Maps & Facebook Use BFS & DFS | Graph Traversal Explained | DSA 2026

... How traversal strategy impacts performance PERFECT FOUNDATION FOR: * Graph Algorithms * BFS & DFS Implementation ...

8:13
How Google Maps & Facebook Use BFS & DFS | Graph Traversal Explained | DSA 2026

22 views

15 hours ago

Gary Holness
Lecture#4, Search and Graphs, 22 Jan 2026

In this module we examine considerations for tree based search and graph search. We begin with a few uninformed search ...

1:13:50
Lecture#4, Search and Graphs, 22 Jan 2026

6 views

4 days ago

Ali Hamza
LangGraph Runnable & Checkpointer: Master the Persistence Layer!

Whether you're building complex graph algorithms or just want to understand the backbone of LangGraph, this video is a ...

8:15
LangGraph Runnable & Checkpointer: Master the Persistence Layer!

14 views

1 day ago

Dr. Ali Ghulam
Introduction to Graph Theory | Lecture - 01 #graphtheory #trendingvideo

This lecture introduces the fundamental concepts of Graph Theory, a core topic in discrete mathematics and computer science.

2:19
Introduction to Graph Theory | Lecture - 01 #graphtheory #trendingvideo

0 views

6 days ago

StudyPalz
Minimum Spanning Tree- Prim’s algorithm, Kruskal’s algorithm

DAY 8 – UNIT 2 TOPIC: Minimum Spanning Tree (MST), Prim's Algorithm, Kruskal's Algorithm ...

6:30
Minimum Spanning Tree- Prim’s algorithm, Kruskal’s algorithm

0 views

21 hours ago

Hello Algo: The Podcast
Basic operations on graphs | EP-32 | 9.2

Learn how these fundamental operations form the building blocks for more complex graph algorithms.

17:44
Basic operations on graphs | EP-32 | 9.2

0 views

6 days ago

GeeksforGeeks GATE
GATE 2026 महा Revision | Algorithms Part 2 One Shot | Maha Revision | CS & IT | DA | One Shot

... greedy algorithms, dynamic programming, backtracking, branch and bound, graph algorithms (BFS, DFS, MST, shortest paths), ...

Upcoming
GATE 2026 महा Revision | Algorithms Part 2 One Shot | Maha Revision | CS & IT | DA | One Shot

0 views

0

BTech Junction
Lec 1 | Graph ( Directed, Weighted, Multigraph ) | Data Structures | BTech 2nd Year

This lecture builds the foundation for graph algorithms like BFS, DFS, Dijkstra, and MST. ✓ You Will Learn (Exam-Oriented): What ...

17:35
Lec 1 | Graph ( Directed, Weighted, Multigraph ) | Data Structures | BTech 2nd Year

234 views

1 day ago