ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

92 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,211 views

2 years 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,027 views

8 months 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,570 views

Streamed 1 year 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,586 views

11 months 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,064 views

7 months 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

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

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

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

Maths_Hunt by BCA
Matplotlib revision

Pandas is a powerful Python library used for data manipulation and analysis. Here's a definition and parameters: *Definition:* ...

4:59
Matplotlib revision

25 views

11 months 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

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

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

582 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

141 views

4 years ago

ThinkLikeAgent
Stop guessing. Start Graphing. 📈 With Ai Agents | #education #aiagents #generativeai

AI Agents are only as good as their workflow. LangGraph gives you the power of: ✨ Decisions ✨ Memory ✨ Tool Use ✨ Loops ...

1:08
Stop guessing. Start Graphing. 📈 With Ai Agents | #education #aiagents #generativeai

43 views

1 month 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