Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
61 results
Learn the Activity Selection Problem, a classic Greedy Algorithm example often found in computer science curriculums and coding ...
9 views
6 days ago
Learn the Fractional Knapsack Problem, a classic Greedy Algorithm concept often asked in coding interviews! In this video ...
16 views
Learn how to solve the Maximum Length Chain of Pairs problem (also known as Interval Chaining) using a Greedy Algorithm ...
3 views
Learn how to solve the 'Maximize Sum After K Negations' coding problem using a Greedy approach! In this video, we break ...
2 views
5 days ago
Learn how to solve the Maximum Path Sum in a Grid problem using Dynamic Programming! In this video, we break down one ...
Learn how to solve the Stone Game problem using Game Theory and Dynamic Programming! In this video, we break down the ...
5 views
Learn how to solve the 'Boats to Save People' coding interview problem efficiently using the Greedy strategy and Two Pointers!
1 view
Learn how to solve the Job Sequencing Problem using the Greedy Algorithm! In this video, we break down one of the most ...
11 views
Learn how to solve the Jump Game (LeetCode 55) problem using an optimal Greedy approach! In this video, we break down ...
8 views
Learn how to solve the 'Minimum Cost to Merge Stones' problem using Interval Dynamic Programming! This video breaks ...
00:00:00 Introduction to Algorithms 00:10:56 Time Complexities 00:31:24 Asymptotic Notations 00:40:21 Growth Rates 00:48:12 ...
414 views
4 days ago
In this video, we dive deep into the 'Ones and Zeroes' problem (LeetCode 474), a classic variation of the Knapsack problem.
0 views
Learn how to solve the House Robber problem (LeetCode 198) using Dynamic Programming! In this video, we break down ...
MinimumSpanningTree #GraphTheory #DataStructures #Algorithms #DSA #ComputerScience #greedyalgorithm In this video, ...
20 views
2943. Maximize Area of Square Hole in Grid Timestamps 00:00 Introduction to LeetCode 2943 00:46 Analyzing Constraints: Why ...
51 views
3 days ago
Learn how game AIs make "smart" moves without any learning at all using the minimax algorithm. In this mini-lecture, we build ...
17 views
Learn how Huffman Coding works to compress data efficiently! In this video, we break down the Huffman Coding algorithm, ...
19 views
00:00:00 Introductiont to Dynamic Programming 00:15:56 0/1 Knapsack Problem using Dynamic Programming 00:48:06 0/1 ...
308 views
2 days ago
Key Concepts Covered: Understanding the Grid Constraints (Down & Right moves) Why Greedy algorithms fail here The ...
Struggling with the 'Minimum Deletions to Make Frequency Unique' problem? This video provides a clear, step-by-step ...