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
42 results
Problem #418 of the Brute To Best series: Sentence Screen Fitting. You're given a screen with rows × cols characters and a ...
0 views
26 min ago
In this video, we solve House Robber – LeetCode 198 from the Top Interview 150 series. We'll start with the Recursion approach ...
4 views
9h ago
In this video, we solve LeetCode 213 - House Robber II using Dynamic Programming. The main focus of this video is ...
1 view
15h ago
In this video, we solve LeetCode 213 House Robber II using the Bottom Up Dynamic Programming approach in C++.
11h ago
Welcome to Day 88 of my DSA Journey! Today, I'm solving Unique Paths — a classic Dynamic Programming problem that ...
13h ago
Problem #375 of the Brute To Best series: Guess Number Higher or Lower II. A number is picked from 1 to n. Each time you guess ...
... #leetcodecoding #DynamicProgramming #Recursion #Memoization #CodingInterview #Java #Python #Algorithms.
4h ago
Watch him look back two doors at every house, and you have understood dynamic programming. The whole idea in one picture: ...
3 views
10h ago
Problem #416 of the Brute To Best series: Partition Equal Subset Sum. Given an integer array nums, return true if you can split it ...
56 min ago
Problem #413 of the Brute To Best series: Arithmetic Slices. An array is arithmetic if it has at least three elements and every pair of ...
1h ago
The problem where the naive answer is not slow by a constant factor — it is slow by an exponent. The recursive definition writes ...
7h ago
Problem #410 of the Brute To Best series: Split Array Largest Sum. Given an integer array nums and an integer k, split nums into k ...
2h ago
Problem #376 of the Brute To Best series: Wiggle Subsequence. A wiggle sequence is one where the differences between ...
Problem #377 of the Brute To Best series: Combination Sum IV. Given an array of distinct positive integers nums and a target, ...
14h ago
Problem #392 of the Brute To Best series: Is Subsequence. Given two strings s and t, return true if s is a subsequence of t. You get ...
Problem #403 of the Brute To Best series: Frog Jump. A frog is crossing a river on stones at the positions given in the sorted list ...
Problem #396 of the Brute To Best series: Rotate Function. You're given an integer array nums of length n. arr_k is nums rotated ...
6h ago
18h ago
Memoization vs tabulation, visualized: the same dynamic programming problem (House Robber) solved three ways — bottom-up ...
3h ago
Given an undirected acyclic graph (tree) with n nodes numbered from 1 to n. Each node is colored either Red (R) or Blue (B).
5 views