ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

53 results

CS50
CS50x 2025 - Lecture 3 - Algorithms

Searching: Linear Search, Binary Search. Sorting: Bubble Sort, Selection Sort, Merge Sort. Asymptotic Notation: O, Ω, ...

2:06:35
CS50x 2025 - Lecture 3 - Algorithms

310,661 views

Streamed 1 year ago

Utah Python
SLCPython June 2023 Meetup: Big O Notation / Programming (in a) Vacuum

So let's let's talk about the program is another word you'll hear used with that say that again dynamic programming is another ...

1:51:17
SLCPython June 2023 Meetup: Big O Notation / Programming (in a) Vacuum

41 views

2 years ago

Doctor Lai
Day 373 - Teaching Kids Programming - Using Bottom Up Dynamic Programming to Solve 0/1 Knapsack

Post: https://helloacm.com/teaching-kids-programming-0-1-knapsack-problem-via-bottom-up-dynamic-programming-algorithm/ If ...

22:27
Day 373 - Teaching Kids Programming - Using Bottom Up Dynamic Programming to Solve 0/1 Knapsack

99 views

3 years ago

Doctor Lai
Day 374 - Teaching Kids Programming - 0/1 Knapsack Space Optimised Dynamic Programming Algorithm

Post: https://helloacm.com/teaching-kids-programming-0-1-knapsack-space-optimised-dynamic-programming-algorithm/ If you ...

26:25
Day 374 - Teaching Kids Programming - 0/1 Knapsack Space Optimised Dynamic Programming Algorithm

243 views

3 years ago

Doctor Lai
Day 300 - Teaching Kids Programming - One-way Jump Game via Backtracking, DP and Greedy Algorithm

Post: https://helloacm.com/teaching-kids-programming-one-way-jump-game-via-backtracking-dp-and-greedy-algorithm/ If you like ...

32:41
Day 300 - Teaching Kids Programming - One-way Jump Game via Backtracking, DP and Greedy Algorithm

227 views

4 years ago

Doctor Lai
Day 360 - Teaching Kids Programming - Partition Equal Subset Sum (Bottom Up Dynamic Programming)

Post: ...

20:37
Day 360 - Teaching Kids Programming - Partition Equal Subset Sum (Bottom Up Dynamic Programming)

88 views

4 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

225,485 views

Streamed 1 year ago

CS50
CS50x 2023 - Lecture 9 - Flask

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

2:20:53
CS50x 2023 - Lecture 9 - Flask

288,530 views

Streamed 3 years ago

Doctor Lai
Day 677 - Teaching Kids Programming - Count Alternating Subarrays (Dynamic Programming Algorithms)

00:01 Hello 05:29 Bruteforce All Subarrays 09:53 Dynamic Programming 13:28 Python Leetcode: ...

20:03
Day 677 - Teaching Kids Programming - Count Alternating Subarrays (Dynamic Programming Algorithms)

48 views

1 year ago

Doctor Lai
Day 365 - Teaching Kids Programming - Multiple Strange Coin Flips/Toss Top Down DP (Knapsack)

Post: ...

23:44
Day 365 - Teaching Kids Programming - Multiple Strange Coin Flips/Toss Top Down DP (Knapsack)

64 views

4 years ago

CS50
CS50 2021 in HDR - Lecture 5 - Data Structures

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

2:12:55
CS50 2021 in HDR - Lecture 5 - Data Structures

170,870 views

3 years ago

Doctor Lai
Day 320 - Teaching Kids Programming - Top Down / Bottom Up DP to Type N letters on a 2-keys Keyboard

Post: ...

22:52
Day 320 - Teaching Kids Programming - Top Down / Bottom Up DP to Type N letters on a 2-keys Keyboard

42 views

4 years ago

Sergiy Tytenko, PhD | Software Development
Lecture 4 | Inheritance and Polymorphism

Object-Oriented Programming and Data Structures.

1:27:30
Lecture 4 | Inheritance and Polymorphism

54 views

1 year ago

Doctor Lai
Day 307 - Teaching Kids Programming - Best Time to Buy and Sell Stock Once (3 Algorithms)

Post: https://helloacm.com/teaching-kids-programming-best-time-to-buy-and-sell-stock-buy-and-sell-once-three-algorithms/ If you ...

24:58
Day 307 - Teaching Kids Programming - Best Time to Buy and Sell Stock Once (3 Algorithms)

73 views

4 years ago

Doctor Lai
Day 634 - Teaching Kids Programming - Compute the Amount of Water of in a Pyramid Stacked Glasses

00:01 Hello 04:35 Explain Again 10:17 Python 20:49 What Have You Learned Today? Compute the Amount of Water of a Glass in ...

22:43
Day 634 - Teaching Kids Programming - Compute the Amount of Water of in a Pyramid Stacked Glasses

76 views

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

162 views

4 years ago

Doctor Lai
Day 370 - Teaching Kids Programming - Topological Sort on Directed Graphs (Course Schedule, BFS)

Post: https://helloacm.com/teaching-kids-programming-topological-sort-algorithm-on-directed-graphs-course-schedule-bfs/ If you ...

22:14
Day 370 - Teaching Kids Programming - Topological Sort on Directed Graphs (Course Schedule, BFS)

51 views

3 years ago

Doctor Lai
Day 219 - Teaching Kids Programming - DP Algorithms to Compute the Maximum Non-Adjacent Tree Sum

Post: ...

20:32
Day 219 - Teaching Kids Programming - DP Algorithms to Compute the Maximum Non-Adjacent Tree Sum

33 views

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

252 views

4 years ago

Doctor Lai
Day 402 - Teaching Kids Programming - Remove One Element to Make the Array Strictly Increasing (LIS)

Post: https://helloacm.com/teaching-kids-programming-remove-one-element-to-make-the-array-strictly-increasing-lis-algorithms/ If ...

29:30
Day 402 - Teaching Kids Programming - Remove One Element to Make the Array Strictly Increasing (LIS)

146 views

3 years ago

Queens College Learning Commons
FA24 LC LeetCode Workshop - Week 2: Tree Traversal

Practice your Data Structures (CSCI 313) and Algorithms (CSCI 323) skills via hands-on technical interview problem practices ...

1:00:30
FA24 LC LeetCode Workshop - Week 2: Tree Traversal

98 views

1 year ago

Devvrat Rana
Tutorial 16: Python Meta Class, Meta Programming for Beginners

Hey everyone, Welcome to Python course for beginner. In this class I have explained meta class, meta programming. how we can ...

27:52
Tutorial 16: Python Meta Class, Meta Programming for Beginners

668 views

3 years ago

Doctor Lai
Day 397 - Teaching Kids Programming - Balanced Binary Tree via Top Down/Bottom Up Recursions

Post: ...

22:18
Day 397 - Teaching Kids Programming - Balanced Binary Tree via Top Down/Bottom Up Recursions

68 views

3 years ago

Ilya Murashov
Incremental computation talk
47:21
Incremental computation talk

46 views

2 years ago

The ASF
From Stream to LakeHouse: Apache Kafka Ingestion with Apache Flink Dynamic Iceberg Sink

Ingesting thousands of evolving Apache Kafka topics into a lakehouse often creates complex, brittle pipelines requiring constant ...

30:28
From Stream to LakeHouse: Apache Kafka Ingestion with Apache Flink Dynamic Iceberg Sink

180 views

2 months ago