ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

80 results

Abdul Bari
4.9 Longest Common Subsequence (LCS)  - Recursion and Dynamic Programming

Longest Common Subsequence Problem using 1. Recursion 2. Memoization 3. Dynamic Programming PATREON ...

23:35
4.9 Longest Common Subsequence (LCS) - Recursion and Dynamic Programming

1,427,197 views

7 years ago

Anuj Kumar Sharma
0/1 Knapsack Problem using Dynamic Programming | DSA-One Course #87

Hey guys, In this video We will learn how to Solve the 0/1 Knapsack Problem. It is a very famous Dynamic Programming Problem ...

23:54
0/1 Knapsack Problem using Dynamic Programming | DSA-One Course #87

112,178 views

5 years ago

codestorywithMIK
Jump Game - (Google, Microsoft, Amazon, Ebay, Meta) : Explanation ➕ Live Coding

This is the 13th Video on our Dynamic Programming (DP) Playlist. In this video we will try to solve another very very famous and ...

36:06
Jump Game - (Google, Microsoft, Amazon, Ebay, Meta) : Explanation ➕ Live Coding

19,641 views

2 years ago

freeCodeCamp.org
Data Structures - Full Course Using C and C++

Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++. You should ...

9:46:11
Data Structures - Full Course Using C and C++

3,652,160 views

4 years ago

Anuj Kumar Sharma
Matrix Chain Multiplication Problem | DP Dynamic Programming | DSA-One Course #94

Hey guys, In this video, We're going to solve Matrix Chain Multiplication Problem using Dynamic Programming. Join my paid ...

20:00
Matrix Chain Multiplication Problem | DP Dynamic Programming | DSA-One Course #94

111,235 views

3 years ago

dtinth
Dynamic programming in a nutshell - the key that helped me grok the concept

"Dynamic programming is recursion plus caching" - this concept is the key that unlocked my understanding of dynamic ...

25:33
Dynamic programming in a nutshell - the key that helped me grok the concept

29,584 views

1 year ago

CodeHelp - by Babbar
Lecture 44: Linked List & its types - Singly, Doubly, Circular etc.

In this Video, we are going to learn about Linked List and its types. There is a lot to learn, Keep in mind “ Mnn bhot karega k chor ...

2:21:18
Lecture 44: Linked List & its types - Singly, Doubly, Circular etc.

1,917,267 views

3 years ago

CodeHelp - by Babbar
Lecture 59: Design Special Stack Problem || C++ Placement Course

In this Video, we are going to solve some of famous Stack Hard Question. There is a lot to learn, Keep in mind “ Mnn bhot karega k ...

29:29
Lecture 59: Design Special Stack Problem || C++ Placement Course

130,495 views

3 years ago

Abdul Bari
7.3 Traveling Salesman Problem - Branch and Bound

Traveling Salesman Problem - Branch and Bound PATREON : https://www.patreon.com/bePatron?u=20475192 Courses on ...

24:42
7.3 Traveling Salesman Problem - Branch and Bound

2,380,836 views

7 years ago

CodeWithHarry
Linear Vs Binary Search + Code in C Language (With Notes)

Download the best IDE for C, C# and C++: https://bit.ly/WholeTomato_CWH Linear vs Binary search algorithm: In this video, we ...

35:12
Linear Vs Binary Search + Code in C Language (With Notes)

903,008 views

5 years ago

Yosh
Training an unbeatable AI in Trackmania

I trained an AI in Trackmania with reinforcement learning, until I couldn't beat it. I just opened a Patreon page, where you can ...

20:41
Training an unbeatable AI in Trackmania

17,135,969 views

2 years ago

CodeWithHarry
Asymptotic Notations: Big O, Big Omega and Big Theta Explained (With Notes)

This video explains Big O, Big Omega and Big Theta notations used to analyze algorithms and data structures. ➡Join this DS ...

33:42
Asymptotic Notations: Big O, Big Omega and Big Theta Explained (With Notes)

1,556,622 views

5 years ago

Hi Tech xyz
How to build a fully Autonomous Budget Camera Gimbal Drone with programming steps by Step guide

ABOUT THIS VIDEO: How to build a fully Autonomous Budget Camera Gimbal Drone with programming steps by Step guide.

23:47
How to build a fully Autonomous Budget Camera Gimbal Drone with programming steps by Step guide

244,371 views

1 year ago

Regular Pat
How Would Sora Rank His Own Friends?

Patreon: https://www.patreon.com/regularpat ▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭ Twitch: ...

59:17
How Would Sora Rank His Own Friends?

22,023 views

1 day ago

codestorywithMIK
Minimum Number of K Consecutive Bit Flips | 3 Approaches | Leetcode 995 | 3191 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 94th Video of our Playlist ...

1:03:24
Minimum Number of K Consecutive Bit Flips | 3 Approaches | Leetcode 995 | 3191 | codestorywithMIK

17,502 views

1 year ago

codestorywithMIK
Number of Sub-arrays With Odd Sum | Brute Force | Better | Optimal | Leetcode 1524 |codestorywithMIK

iPad PDF Notes ...

31:46
Number of Sub-arrays With Odd Sum | Brute Force | Better | Optimal | Leetcode 1524 |codestorywithMIK

11,138 views

9 months ago

CodeHelp - by Babbar
Lecture40: Rat in a Maze Problem || C++ Placement Course 2022

In this Video, we are going to continue exploring a very important concept i.e. Recursion. There is a lot to learn, Keep in mind ...

37:31
Lecture40: Rat in a Maze Problem || C++ Placement Course 2022

250,350 views

3 years ago

Coding Shuttle by Anuj Bhaiya
Pseudo Classes CSS , Pseudo Elements, ::before and ::after in CSS | Web Development Course #31

Hey guys, In this video, We will learn about the pseudo elements and pseudo selectors. We will also cover the most widely used ...

21:58
Pseudo Classes CSS , Pseudo Elements, ::before and ::after in CSS | Web Development Course #31

95,755 views

3 years ago

CodeHelp - by Babbar
Lecture 64: Binary Tree FAANG Interview Questions || Part-2

In this Video, we are going to solve 7 TREE Interview Questions. There is a lot to learn, Keep in mind “ Mnn bhot karega k chor yrr ...

1:11:31
Lecture 64: Binary Tree FAANG Interview Questions || Part-2

476,628 views

3 years ago

codestorywithMIK
Non-overlapping Intervals | 2 Approaches | Intuition | Dry Run | Leetcode-435 | GOOGLE | Explanation

Similar Problems : Leetcode - 252 : https://leetcode.com/problems/meeting-rooms/ Leetcode - 253 ...

37:03
Non-overlapping Intervals | 2 Approaches | Intuition | Dry Run | Leetcode-435 | GOOGLE | Explanation

15,443 views

2 years ago