ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

25 results

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

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)

287 views

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

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

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

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

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

MagentaCobra
Integers have Friends (1B/2D) Explanation | Codeforces Round 736

Problem: https://codeforces.com/contest/1548/problem/B Code: https://codeforces.com/contest/1548/submission/124538124 I ...

9:43
Integers have Friends (1B/2D) Explanation | Codeforces Round 736

1,136 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 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

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

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

MagentaCobra
Web of Lies (1A/2C) Explanation | Codeforces Round 736

Problem: https://codeforces.com/contest/1548/problem/A Code: https://codeforces.com/contest/1548/submission/124524691 I ...

11:08
Web of Lies (1A/2C) Explanation | Codeforces Round 736

771 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

Code with IITians
Minimum Swaps for Bracket Balancing||Varities of Paranthesis Question|| DSA

I have not shown code first try to solve it ,if not getting it ask for the code in comment. 7 question same as Paranthesis link:- ...

10:48
Minimum Swaps for Bracket Balancing||Varities of Paranthesis Question|| DSA

40 views

3 years ago