ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

41 results

Doctor Lai
Day 322 - Teaching Kids Programming - Greedy to Find Longest Increasing Subsequence in O(NLogN)

Post: ...

17:55
Day 322 - Teaching Kids Programming - Greedy to Find Longest Increasing Subsequence in O(NLogN)

286 views

4 years ago

Doctor Lai
Day 386 - Teaching Kids Programming - Minimum Moves to Reach Target Score with Constraints (Greedy)

Post: https://helloacm.com/teaching-kids-programming-minimum-moves-to-reach-target-score-with-constraints-greedy-algorithm/ ...

16:17
Day 386 - Teaching Kids Programming - Minimum Moves to Reach Target Score with Constraints (Greedy)

33 views

3 years ago

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

311,812 views

Streamed 1 year ago

Doctor Lai
Day 678 - Teaching Kids Programming - Greedy Algorithm to Redistribute Items to Boxes (Knapsack)

00:01 Hello 05:29 What is the Point? 09:26 Python 12:20 Time/Complexity Leetcode: ...

17:03
Day 678 - Teaching Kids Programming - Greedy Algorithm to Redistribute Items to Boxes (Knapsack)

62 views

1 year ago

dsaa2z
CP using Python 😨🥶😱

"Ever faced the frustration of your Python solution not being accepted on CSES? In this video, I'll show you why that happens.

1:30
CP using Python 😨🥶😱

1,320 views

1 year ago

SwiftAlgo
Crazy ACCURATE TradingView Ai Indicator! Swift Algo Indicator!🚀🤯

GET THE INDICATOR ➡️ https://swiftalgo.net/ INSANELY ACCURATE Buy/Sell TradingView Indicator Gives PERFECT Entries!

0:13
Crazy ACCURATE TradingView Ai Indicator! Swift Algo Indicator!🚀🤯

224,264 views

3 months 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 629 - Teaching Kids Programming - Smallest Number With Given Digit Product (Greedy Factorization

00:01 Hello, Problem Examples 04:29 "1" is useless 13:07 Can you Summarize Your Approach? 17:09 Try from Right to Left ...

24:30
Day 629 - Teaching Kids Programming - Smallest Number With Given Digit Product (Greedy Factorization

45 views

2 years ago

Doctor Lai
Day 419 - Teaching Kids Programming - Is Subsequence Algorithm via Recursion (Greedy)

Post: https://helloacm.com/teaching-kids-programming-is-subsequence-algorithm-via-recursion-greedy/ If you like this video and ...

17:49
Day 419 - Teaching Kids Programming - Is Subsequence Algorithm via Recursion (Greedy)

36 views

3 years ago

Dedrick Jackson
Covid Infection Calculator
19:45
Covid Infection Calculator

37 views

3 years ago

Doctor Lai
Day 425 - Teaching Kids Programming - Greedy/Simulation Algorithm to Validate Stack Sequences

Post: https://helloacm.com/teaching-kids-programming-greedy-simulation-algorithm-to-validate-stack-sequences/ If you like this ...

18:32
Day 425 - Teaching Kids Programming - Greedy/Simulation Algorithm to Validate Stack Sequences

27 views

3 years ago

Doctor Lai
Day 688 - Teaching Kids Programming - Redistribute Items to Boxes (Knapsack Problem, Binary Search)

00:01 Hello 01:53 Python 05:17 Prefix Sum 09:39 Binary Search 13:10 Insert Position Leetcode: ...

15:27
Day 688 - Teaching Kids Programming - Redistribute Items to Boxes (Knapsack Problem, Binary Search)

55 views

1 year ago

Doctor Lai
Day 691 - Teaching Kids Programming - Minimum Increment to Make Array Unique (Sorting/Greedy)

00:01 Hello 06:43 Why sorting? 07:18 Example 11:06 Idea 11:20 Python Leetcode: ...

17:01
Day 691 - Teaching Kids Programming - Minimum Increment to Make Array Unique (Sorting/Greedy)

34 views

1 year ago

Doctor Lai
Day 697 - Teaching Kids Programming - A Simple Digit Game: Find if Digit Game Can Be Won

00:01 Hello 03:15 Solution 05:25 Complexity Leetcode: https://leetcode.com/problems/find-if-digit-game-can-be-won/ Post: ...

6:30
Day 697 - Teaching Kids Programming - A Simple Digit Game: Find if Digit Game Can Be Won

46 views

1 year ago

Programming Live with Larry
Daily Leetcode #804: Jun 13, 2022 - 120. Triangle

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

10:44
Daily Leetcode #804: Jun 13, 2022 - 120. Triangle

313 views

3 years ago

Preeti Kodwani
Day 3: targeting 30LPA, follow given modules

Master Computer Science & DSA (Data Structures and Algorithms) from the ground up! This video covers core computer science ...

0:07
Day 3: targeting 30LPA, follow given modules

2 views

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

237 views

3 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

140 views

4 years ago

Doctor Lai
Day 685 - Teaching Kids Programming - Introduction to SQL Right Join Query (SELECT)

00:01 Hello 00:43 Review 04:13 Right Join 05:18 Ending Post: ...

5:37
Day 685 - Teaching Kids Programming - Introduction to SQL Right Join Query (SELECT)

51 views

1 year 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)

51 views

4 years ago

Doctor Lai
Day 433 - Teaching Kids Programming - Finding All Subsets via Backtracking Algorithm (Recursion DFS)

Post: https://helloacm.com/teaching-kids-programming-finding-all-subsets-via-backtracking-algorithm-recursion-depth-first-search/ ...

8:58
Day 433 - Teaching Kids Programming - Finding All Subsets via Backtracking Algorithm (Recursion DFS)

100 views

3 years ago

Doctor Lai
Day 513 - Teaching Kids Programming - Reduce Array Size to Half by Counting (Greedy / Hash Table)

Post: https://helloacm.com/teaching-kids-programming-reduce-array-size-to-the-half-via-counting-hash-table/ If you like this video ...

10:24
Day 513 - Teaching Kids Programming - Reduce Array Size to Half by Counting (Greedy / Hash Table)

77 views

3 years ago

Doctor Lai
Day 2^9 - Teaching Kids Programming - Algorithms to Count Equal Row and Column Pairs using Hash Map

Post: https://helloacm.com/teaching-kids-programming-algorithms-to-count-equal-row-and-column-pairs-using-hash-map/ If you ...

10:48
Day 2^9 - Teaching Kids Programming - Algorithms to Count Equal Row and Column Pairs using Hash Map

52 views

3 years ago

Programming Live with Larry
Daily Leetcode #801: Jun 10, 2022 - 3. Longest Substring Without Repeating Characters

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

8:19
Daily Leetcode #801: Jun 10, 2022 - 3. Longest Substring Without Repeating Characters

396 views

3 years ago

Doctor Lai
Day 481 - Teaching Kids Programming - Rearrange Characters to Make Target String (Hash Map)

Post: https://helloacm.com/teaching-kids-programming-rearrange-characters-to-make-target-string-hash-map/ If you like this video ...

8:37
Day 481 - Teaching Kids Programming - Rearrange Characters to Make Target String (Hash Map)

72 views

3 years ago