ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

227 results

Insane Explorers
Lecture:3/50 | Fibonacci Series Using Dynamic Programming

Lecture:3/50 | Fibonacci Series Using Dynamic Programming Welcome to Insane techie.

3:39
Lecture:3/50 | Fibonacci Series Using Dynamic Programming

20 views

2 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

328,264 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

TechAZsure
QuickDesk: The Ultimate Full-Stack Helpdesk Web App built with Python & Flask

Hello everyone! In this video, I'm showcasing "QuickDesk," a professional, full-stack helpdesk application built entirely with Python ...

12:50
QuickDesk: The Ultimate Full-Stack Helpdesk Web App built with Python & Flask

81 views

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

4 years 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,375 views

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

Python Tutorials for Digital Humanities
Best way to do Named Entity Recognition in 2024 with GliNER and spaCy - Zero Shot NER

GLiNER: https://github.com/urchade/GLiNER Gliner spaCy: https://github.com/theirstory/gliner-spacy The GLiNER repository is a ...

5:01
Best way to do Named Entity Recognition in 2024 with GliNER and spaCy - Zero Shot NER

16,616 views

1 year ago

Vivegan
Dynamic Programming - Coin change Problem
6:41
Dynamic Programming - Coin change Problem

3 views

2 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

Doctor Lai
Day 363 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) by Bottom Up DP

Post: ...

14:02
Day 363 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) by Bottom Up DP

64 views

4 years ago

Doctor Lai
Day 372 - Teaching Kids Programming - 0/1 Knapsack Problem by Top Down Dynamic Programming Algorithm

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

16:09
Day 372 - Teaching Kids Programming - 0/1 Knapsack Problem by Top Down Dynamic Programming Algorithm

61 views

4 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

245 views

4 years ago

MattJ
451. Sort Characters By Frequency

Problem link: https://leetcode.com/problems/sort-characters-by-frequency/ Link to solution post: ...

5:03
451. Sort Characters By Frequency

26 views

2 years ago

Doctor Lai
Day 668 - Teaching Kids Programming - Paint Fences (No 3 Consecutive Same Colours) - Bottom Up DP

00:01 Hello 02:10 Looking at the last fence 04:59 DP Equation 06:16 Python 09:32 Summary Leetcode: ...

10:23
Day 668 - Teaching Kids Programming - Paint Fences (No 3 Consecutive Same Colours) - Bottom Up DP

46 views

1 year ago

Doctor Lai
Day 362 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) via Top Down DP

Post: ...

16:34
Day 362 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) via Top Down DP

37 views

4 years ago

Ben Williams
Dynamic Array Demo
3:28
Dynamic Array Demo

10 views

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

Streamed 3 years ago

Doctor Lai
Day 359 - Teaching Kids Programming - Find Partition Equal Subset Sum (Top Down Dynamic Programming)

Post: ...

14:21
Day 359 - Teaching Kids Programming - Find Partition Equal Subset Sum (Top Down Dynamic Programming)

53 views

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

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

Doctor Lai
Day 502 - Teaching Kids Programming - Minmax Dynamic Programming Algorithm (Game of Picking Numbers)

Post: ...

15:34
Day 502 - Teaching Kids Programming - Minmax Dynamic Programming Algorithm (Game of Picking Numbers)

79 views

3 years ago

Doctor Lai
Day 452 - Teaching Kids Programming - Longest Increasing Path via Top Down Dynamic Programming

Post: ...

10:02
Day 452 - Teaching Kids Programming - Longest Increasing Path via Top Down Dynamic Programming

50 views

3 years ago

Doctor Lai
Day 430 - Teaching Kids Programming - Consecutive Ones Less than K via Top Down Dynamic Programming

Post: ...

12:58
Day 430 - Teaching Kids Programming - Consecutive Ones Less than K via Top Down Dynamic Programming

25 views

3 years ago

Doctor Lai
Day 643 - Teaching Kids Programming - Longest Subsequence of Target (Recursion+Memoization=DP)

00:01 Hello 03:25 0/1 Knapsack 05:55 Python 15:35 What have you learned today? 0/1 Knapsack: Length of the Longest ...

17:04
Day 643 - Teaching Kids Programming - Longest Subsequence of Target (Recursion+Memoization=DP)

55 views

2 years ago