ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

50 results

CS50
CS50x 2024 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:02:49
CS50x 2024 - Lecture 5 - Data Structures

563,733 views

2 years ago

CS50
CS50x 2025 - Lecture 5 - Data Structures

Abstract Data Types. Queues, Stacks. Linked Lists. Trees, Binary Search Trees. Hash Tables. Tries. *** This is CS50, Harvard ...

2:03:38
CS50x 2025 - Lecture 5 - Data Structures

241,810 views

Streamed 1 year ago

Jasmeen Kaur
Day 21 DSA Consistency 🔥 | Graphs (DFS/BFS) | 2-Hour Study With Me

In this episode of my 2-Hour DSA Study With Me series (EP 21), I focus on Graph traversal using DFS and BFS and solve 3 high ...

12:52
Day 21 DSA Consistency 🔥 | Graphs (DFS/BFS) | 2-Hour Study With Me

1,217 views

1 month ago

Jasmeen Kaur
EP 18 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (Grid Patterns) + LeetCode | Amazon Engineer

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

8:50
EP 18 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (Grid Patterns) + LeetCode | Amazon Engineer

571 views

1 month 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,172 views

1 month ago

Jasmeen Kaur
EP 19 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (Check Path) + LeetCode | Amazon Engineer | DSA Prep

👩‍💻 2-Hour DSA Study With Me – Episode 19 In this episode, I focused on Graph traversal and path validation by solving ...

7:51
EP 19 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (Check Path) + LeetCode | Amazon Engineer | DSA Prep

730 views

1 month ago

Doctor Lai
Day 261 - Teaching Kids Programming - Find if Path Exists in Graph by Breadth First Search Algorithm

Post: https://helloacm.com/teaching-kids-programming-find-if-path-exists-in-graph-via-breadth-first-search-algorithm/ If you like ...

15:20
Day 261 - Teaching Kids Programming - Find if Path Exists in Graph by Breadth First Search Algorithm

922 views

4 years ago

Doctor Lai
Day 494 - Teaching Kids Programming - Count Unreachable Pairs of Nodes in an Undirected Graph (DFS)

Post: ...

19:40
Day 494 - Teaching Kids Programming - Count Unreachable Pairs of Nodes in an Undirected Graph (DFS)

137 views

3 years ago

Jasmeen Kaur
EP 20 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (Indegree/Outdegree) + LeetCode | Amazon Engineer

In this episode of my 2-Hour DSA Study With Me series (EP 20), I focus on Graphs fundamentals (Indegree & Outdegree) and solve ...

10:48
EP 20 | 2-Hour DSA Study With Me 👩‍💻 | Graphs (Indegree/Outdegree) + LeetCode | Amazon Engineer

562 views

1 month ago

MagentaCobra
Solution for Figure Fixing (F) | Codeforces Round 726

I'm a little busy and tired today, so there's no screencast today. Also this will be the only video editorial I upload from round 726.

16:23
Solution for Figure Fixing (F) | Codeforces Round 726

671 views

4 years ago

Beyond Leetcode
Min Stack Leetcode | Get min at pop | Build Solution Formula | Explanation | Solving problem

... js Introduction to the graph data structure stack practice problems stack practice problems gfg leetcode stack questions leetcode ...

9:02
Min Stack Leetcode | Get min at pop | Build Solution Formula | Explanation | Solving problem

25 views

4 days ago

Doctor Lai
Day 364 - Teaching Kids Programming - Shortest Path by Iterative Deepening Search (IDS), DFS or BFS

Post: ...

27:28
Day 364 - Teaching Kids Programming - Shortest Path by Iterative Deepening Search (IDS), DFS or BFS

165 views

4 years ago

CodeWithAbdullah
Doubly Linked List Insertion Explained | Easy Step-By-Step Visualisation for Beginners

Learn how to insert a node in a Doubly Linked List with step-by-step, easy-to-understand visuals! In this video, Abdullah explains ...

19:02
Doubly Linked List Insertion Explained | Easy Step-By-Step Visualisation for Beginners

8 views

2 months ago

Doctor Lai
Day 332 - Teaching Kids Programming - Introduction: Kruskal's Minimum Spanning Tree Graph Algorithm

Post: https://helloacm.com/teaching-kids-programming-introduction-to-kruskals-minimum-spanning-tree-graph-algorithm/ If you ...

20:11
Day 332 - Teaching Kids Programming - Introduction: Kruskal's Minimum Spanning Tree Graph Algorithm

140 views

4 years ago

Doctor Lai
Day 484 - Teaching Kids Programming - Closest Leaf in Binary Tree (Breadth/Depth First Search Graph)

Post: https://helloacm.com/teaching-kids-programming-closest-leaf-in-a-binary-tree-breadth-depth-first-search-in-graph/ If you like ...

18:58
Day 484 - Teaching Kids Programming - Closest Leaf in Binary Tree (Breadth/Depth First Search Graph)

179 views

3 years ago

Programming Live with Larry
Daily Leetcode #778: May 18, 2022 - 1192. Critical Connections in a Network

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

49:23
Daily Leetcode #778: May 18, 2022 - 1192. Critical Connections in a Network

657 views

3 years ago

Jasmeen Kaur
EP 13 | 2 Hour DSA Study With Me 👩‍💻 | Queue | LeetCode + Interview Prep + 2 Ques | Amazon Engineer

In this episode of my 2-Hour DSA Study With Me series, I focus on Queue data structure fundamentals and solve 2 important ...

7:07
EP 13 | 2 Hour DSA Study With Me 👩‍💻 | Queue | LeetCode + Interview Prep + 2 Ques | Amazon Engineer

659 views

2 months ago

Doctor Lai
Day 447 - Teaching Kids Programming - Tree Detection via Depth First Search Algorithm (Recursion)

Post: ...

9:39
Day 447 - Teaching Kids Programming - Tree Detection via Depth First Search Algorithm (Recursion)

37 views

3 years ago

Shubham Aher
Longest Common Prefix in Strings | LeetCode Problem Explained | DSA Interview Preparation

In this video, we solve the Longest Common Prefix problem — a frequently asked question in coding interviews at FAANG and top ...

8:51
Longest Common Prefix in Strings | LeetCode Problem Explained | DSA Interview Preparation

184 views

6 months ago

Jasmeen Kaur
EP 14 | 2 Hour DSA Study With Me 👩‍💻 | Queue | LeetCode + Interview Prep + 2 Ques | Amazon Engineer

In this episode of my 2-Hour DSA Study With Me series, I focus on Queue data structure fundamentals and solve 2 important ...

9:30
EP 14 | 2 Hour DSA Study With Me 👩‍💻 | Queue | LeetCode + Interview Prep + 2 Ques | Amazon Engineer

821 views

2 months ago

Doctor Lai
Day 439 - Teaching Kids Programming - Reconstruct the Flight Itinerary using Topological Sorting DAG

Post: ...

16:52
Day 439 - Teaching Kids Programming - Reconstruct the Flight Itinerary using Topological Sorting DAG

44 views

3 years ago

Jasmeen Kaur
EP 16 | 2 Hour DSA Study With Me 👩‍💻 | Queue | LeetCode + Interview Prep | DSA | Amazon Engineer

In this episode of my 2-Hour DSA Study With Me series (EP 16), I focus on Queue and Deque data structure fundamentals and ...

13:08
EP 16 | 2 Hour DSA Study With Me 👩‍💻 | Queue | LeetCode + Interview Prep | DSA | Amazon Engineer

760 views

1 month ago

Jasmeen Kaur
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Welcome to Day 12 of my DSA journey 🚀 In this video, I explain two important Binary Tree traversal techniques that are ...

5:16
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

697 views

2 months ago

Jasmeen Kaur
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Vertical & Boundary Traversal | LeetCode + Interview Prep | 2 Questions Welcome to Episode 11 of my DSA Study With Me series ...

4:47
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

593 views

2 months ago

Doctor Lai
Day 315 - Teaching Kids Programming - Image Flood Fill via DFS and BFS Algorithm

Post: https://helloacm.com/teaching-kids-programming-image-flood-fill-via-dfs-and-bfs-algorithm/ If you like this video and would ...

24:13
Day 315 - Teaching Kids Programming - Image Flood Fill via DFS and BFS Algorithm

255 views

4 years ago