ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

93 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

564,299 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

242,719 views

Streamed 1 year ago

Arjay McCandless
Knowledge Graphs #coding #programming

... on that data if we had this graph database you could make a simple query like "Show me all edges that exit from Barack Obama.

1:23
Knowledge Graphs #coding #programming

33,067 views

7 months ago

Data with Zach
Data structures & algorithms are overrated in data engineering. Learn data modeling and architecture

Data structures and algorithms only matter for the data engineering interview they don't really matter that much in the actual data ...

2:34
Data structures & algorithms are overrated in data engineering. Learn data modeling and architecture

20,041 views

8 months 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 334 - Teaching Kids Programming - Graph Traversal Algorithms in DFS/BFS (Unlock Rooms with Keys)

Post: https://helloacm.com/teaching-kids-programming-dfs-and-bfs-algorithm-in-a-graph-unlock-rooms-with-keys/ If you like this ...

19:04
Day 334 - Teaching Kids Programming - Graph Traversal Algorithms in DFS/BFS (Unlock Rooms with Keys)

56 views

4 years ago

Data with Zach
The five levels of Apache Spark - Data Engineering

Apache Spark has levels to it: - Level 0 You can run spark-shell or pyspark, it means you can start - Level 1 You understand the ...

3:00
The five levels of Apache Spark - Data Engineering

53,688 views

11 months ago

Doctor Lai
Day 496 - Teaching Kids Programming - Count Unreachable Pairs of Nodes Undirected Graph (Union Find)

Post: ...

26:49
Day 496 - Teaching Kids Programming - Count Unreachable Pairs of Nodes Undirected Graph (Union Find)

75 views

3 years ago

Doctor Lai
Day 333 - Teaching Kids Programming - Introduction to Prim's Minimum Spanning Tree (Graph Algorithm)

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

25:44
Day 333 - Teaching Kids Programming - Introduction to Prim's Minimum Spanning Tree (Graph Algorithm)

54 views

4 years ago

Doctor Lai
Day 369 - Teaching Kids Programming - Minimum Starting Nodes to Visit Graph Topological Sort

Post: https://helloacm.com/teaching-kids-programming-minimum-starting-nodes-to-visit-graph-topological-sort-indegree/ If you like ...

11:17
Day 369 - Teaching Kids Programming - Minimum Starting Nodes to Visit Graph Topological Sort

32 views

4 years 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

141 views

4 years ago

Doctor Lai
Day 488 - Teaching Kids Programming - DFS Graph Algorithm to Determine Strongly Connected Component

Post: ...

17:16
Day 488 - Teaching Kids Programming - DFS Graph Algorithm to Determine Strongly Connected Component

116 views

3 years ago

Doctor Lai
Day 670 - Teaching Kids Programming - Reachable Nodes With Restrictions (Graph Theory Recursive DFS)

00:01 Hello 02:34 Graph Traversal Algorithms 05:47 Two Ways of Storing a Graph 07:43 Why do we need a Hash Set? 09:16 ...

10:10
Day 670 - Teaching Kids Programming - Reachable Nodes With Restrictions (Graph Theory Recursive DFS)

63 views

1 year ago

Doctor Lai
Day 387 - Teaching Kids Programming - Uniform Cost Search Algorithm to Shortest Path in a Graph

BinarySearch: https://binarysearch.com/problems/Shortest-Path-in-a-Graph Post: ...

15:02
Day 387 - Teaching Kids Programming - Uniform Cost Search Algorithm to Shortest Path in a Graph

236 views

4 years ago

Doctor Lai
Day 501 - Teaching Kids Programming - Single Source Shortest Path Algorithm in Undirected Graph BFS

Post: ...

9:51
Day 501 - Teaching Kids Programming - Single Source Shortest Path Algorithm in Undirected Graph BFS

51 views

3 years ago

Doctor Lai
Day 400 - Teaching Kids Programming - Clone (Deep Copy) a Undirected Connected Graph using BFS

Post: ...

14:31
Day 400 - Teaching Kids Programming - Clone (Deep Copy) a Undirected Connected Graph using BFS

68 views

4 years 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

583 views

2 months ago

Code Crackers
Recursion Basics| Core Concepts| Visualization| Placements| Tenets| Sub Problem Identification

LinkedIn: https://www.linkedin.com/in/shubham-malhotra-966976120/ In this educational YouTube video, we delve into the ...

12:20
Recursion Basics| Core Concepts| Visualization| Placements| Tenets| Sub Problem Identification

112 views

2 years ago

Doctor Lai
Day 399 - Teaching Kids Programming - Clone (Deep Copy) a Undirected Connected Graph using DFS

Post: ...

19:06
Day 399 - Teaching Kids Programming - Clone (Deep Copy) a Undirected Connected Graph using DFS

38 views

4 years ago

Doctor Lai
Day 504 - Teaching Kids Programming - Distance Between Bus Stops (Shortest Distance in Simple Graph)

Post: ...

7:42
Day 504 - Teaching Kids Programming - Distance Between Bus Stops (Shortest Distance in Simple Graph)

62 views

3 years ago

Doctor Lai
Day 648 - Teaching Kids Programming - Find the Vertex of Zero Indegree in a Directed Acyclic Graph

00:01 Hello 05:00 Square Matrix 10:57 What are we looking for here? 16:50 Count Zero Indegrees 22:54 max 23:22 filter 23:37 ...

29:48
Day 648 - Teaching Kids Programming - Find the Vertex of Zero Indegree in a Directed Acyclic Graph

38 views

2 years ago

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

Post: ...

24:38
Day 495 - Teaching Kids Programming - Count Unreachable Pairs of Nodes in an Undirected Graph (BFS)

70 views

3 years ago

Doctor Lai
Day 505 - Teaching Kids Programming - Introduction to Dijkstra Shortest Path Algorithm in a Graph

Post: https://helloacm.com/teaching-kids-programming-introduction-to-dijkstra-single-source-shortest-path-graph-algorithm/ If you ...

15:18
Day 505 - Teaching Kids Programming - Introduction to Dijkstra Shortest Path Algorithm in a Graph

240 views

3 years ago

Doctor Lai
Day 378 - Teaching Kids Programming - Longest Even Value Path in Binary Tree via Graph BFS Algorithm

Post: ...

17:32
Day 378 - Teaching Kids Programming - Longest Even Value Path in Binary Tree via Graph BFS Algorithm

39 views

4 years ago

Doctor Lai
Day 506 - Teaching Kids Programming - A Light Talk on BFS, Uniform Cost Search & Dijkstra Algorithms

Post: ...

8:19
Day 506 - Teaching Kids Programming - A Light Talk on BFS, Uniform Cost Search & Dijkstra Algorithms

67 views

3 years ago