ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

51 results

Silent Coding — Souvik
Graph BFS | Java | ASMR Coding | No Talking | Real Time

Problem Link: https://www.geeksforgeeks.org/problems/bfs-traversal-of-graph/1 GeeksforGeeks Profile: ...

4:02
Graph BFS | Java | ASMR Coding | No Talking | Real Time

0 views

4 days ago

Code Design
Friend Circles | DFS Graph Solution | Coding Interview | java | python

In this video, we break down a popular coding interview problem using Graph Depth‑First Search (DFS). You'll learn how to model ...

14:04
Friend Circles | DFS Graph Solution | Coding Interview | java | python

7 views

5 days ago

Developer Coder
Last Day Where You Can Still Cross | LeetCode 1970 | BFS+Binary Search | Java Code | Developer Coder

Welcome to Developer Coder In this video, we explore an advanced algorithmic interview problem from LeetCode (1970) that ...

35:49
Last Day Where You Can Still Cross | LeetCode 1970 | BFS+Binary Search | Java Code | Developer Coder

78 views

1 day ago

code with Raadha
Floyd Warshall Algorithm | Find the City With Smallest Neighbors (LeetCode 1334) | DSA in Java

In this video, we discuss the Floyd-Warshall Algorithm and solve an important Graph DSA problem in Java: ✓ Find the City With ...

52:39
Floyd Warshall Algorithm | Find the City With Smallest Neighbors (LeetCode 1334) | DSA in Java

0 views

6 days ago

Jasmeen Kaur
EP 17 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (BFS/DFS) + LeetCode | Amazon Engineer

👩‍💻 2-Hour DSA Study With Me – Episode 17 In this episode, I focused on Graph Data Structures and practiced BFS & DFS with a ...

9:09
EP 17 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (BFS/DFS) + LeetCode | Amazon Engineer

1,029 views

4 days ago

Rote Mote
How to code a linear gradient
1:17
How to code a linear gradient

4,288 views

4 days ago

Code With K5KC
Clone Undirected Graph - Leetcode 133 | DFS

PROBLEM DESCRIPTION* Given a reference of a node in a **connected: ...

10:25
Clone Undirected Graph - Leetcode 133 | DFS

30 views

5 days ago

code with Raadha
Course Schedule II (LeetCode 210) + Find Eventual Safe States (LeetCode 802) | DSA in Java

In this video (Topological Zone – Lenda), we cover two core Graph DSA problems in Java: ✓ 1) Course Schedule II — LeetCode ...

1:05:36
Course Schedule II (LeetCode 210) + Find Eventual Safe States (LeetCode 802) | DSA in Java

6 views

6 days ago

Pathshala IT Academy
Computer Instructor 2025 | DSA Class | Graph & their Representation Exam Preparation| Online Classes

Computer Instructor 2025 | DSA Class | Graph & their Representation Exam Preparation| Online Classes Computer Instructor ...

39:21
Computer Instructor 2025 | DSA Class | Graph & their Representation Exam Preparation| Online Classes

654 views

Streamed 3 days ago

codingX krishna
LeetCode 1519 | Number of Nodes in Sub-Tree With Same Label | Tree DFS + DP Explained (Java)

In this video, we solve LeetCode 1519 – Number of Nodes in the Sub-Tree With the Same Label using a Tree DFS + Dynamic ...

16:56
LeetCode 1519 | Number of Nodes in Sub-Tree With Same Label | Tree DFS + DP Explained (Java)

32 views

6 days ago

Uplatz
The Connected Data Revolution: Graph Databases and Knowledge Graphs | Uplatz

Data no longer lives in tables alone—it lives in relationships. The Connected Data Revolution explores how graph databases and ...

7:11
The Connected Data Revolution: Graph Databases and Knowledge Graphs | Uplatz

8 views

6 days ago

Imran Latif
DSA Class 17 | Introduction to Data Structures & Algorithms for Beginners (Urdu/Hindi)

Welcome to DSA Class 17 – today we're starting your Data Structures & Algorithms (DSA) journey from zero. If you know basic ...

1:02:34
DSA Class 17 | Introduction to Data Structures & Algorithms for Beginners (Urdu/Hindi)

403 views

Streamed 4 days ago

Study Placement
Don’t Choose Wrong: Java vs C++ vs Python for Beginners

Confused about which programming language to learn first? Java, C++ or Python — which one is actually best for beginners ...

8:59
Don’t Choose Wrong: Java vs C++ vs Python for Beginners

112 views

5 days ago

Study Placement
Maximum Score of a Split 🔥 LeetCode 3788 | Prefix + Suffix Trick | Contest Problem

In this video, we solve LeetCode 3788 – Maximum Score of a Split, a clean and elegant array problem based on prefix and suffix ...

9:01
Maximum Score of a Split 🔥 LeetCode 3788 | Prefix + Suffix Trick | Contest Problem

92 views

4 days ago

GFG Solutions
#832 GFG POTD | Minimum time to fulfil all orders | GFG Solutions | 28-12-2025

832 GFG POTD | Minimum time to fulfil all orders | GFG Solutions | 28-12-2025 For Code File Click On The Link ...

0:50
#832 GFG POTD | Minimum time to fulfil all orders | GFG Solutions | 28-12-2025

0 views

4 days ago

Study Placement
Count Negative Numbers in a Sorted Matrix | LeetCode 1351 🔥 | O(n·m) → O(n log m) → O(n + m)

In this video, we solve LeetCode 1351 — Count Negative Numbers in a Sorted Matrix and show how the solution can be optimized ...

16:14
Count Negative Numbers in a Sorted Matrix | LeetCode 1351 🔥 | O(n·m) → O(n log m) → O(n + m)

176 views

4 days ago

Imran Latif
DSA Class 20 | Introduction to Data Structures & Algorithms for Beginners (Urdu/Hindi)

Welcome to DSA Class 20 – today we're starting your Data Structures & Algorithms (DSA) journey from zero. If you know basic ...

1:05:17
DSA Class 20 | Introduction to Data Structures & Algorithms for Beginners (Urdu/Hindi)

266 views

Streamed 1 day ago

NIIT
Competitive Programming with ChatGPT | DSA & Problem Solving Using AI | NIIT GenAI Course M5S3

Welcome to Module 5 of NIIT's Generative AI Program — AI-Assisted Programming with ChatGPT. In this session, we explore how ...

25:34
Competitive Programming with ChatGPT | DSA & Problem Solving Using AI | NIIT GenAI Course M5S3

279 views

5 days ago

vlogommentary
Scheduling Linked QuestDB Queries with Dagster for Reliable Downsampling and Partitioning

Learn how to orchestrate and schedule multiple linked QuestDB queries using Dagster, enabling backfilling, error handling, and ...

4:35
Scheduling Linked QuestDB Queries with Dagster for Reliable Downsampling and Partitioning

0 views

4 days ago

Study Placement
Minimum Cost to Acquire Required Items 🔥 LeetCode 3789 | Greedy Cost Optimization | Contest Problem

In this video, we solve LeetCode 3789 – Minimum Cost to Acquire Required Items, a greedy optimization problem based on ...

8:06
Minimum Cost to Acquire Required Items 🔥 LeetCode 3789 | Greedy Cost Optimization | Contest Problem

133 views

4 days ago