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
27 results
website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...
30 views
9 months ago
Generate parenthesis Complexity - Time: O(N^2) - Space: O(2N) Problem statement: ...
12 views
10 months ago
Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...
51,378 views
7 months ago
Starting with the psychology of practice, this episode breaks down how to overcome fear and build coding skills through platforms ...
128 views
8 months ago
Merge k sorted lists Complexity: - Time: O(N log N) - Space: O(log N) Problem statement: ...
24 views
website: https://drkode.org Time Stamp 00:00 statement 00:22 Storyboard 01:44 drkode.org 01:52 Code Explanation 02:55 Code
33 views
Search insert position Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...
148 views
4 months ago
website: https://drkode.org Time Stamp 00:00 Statement 00:15 Storyboard 01:02 drkode.org 01:10 Code explanation 01:30 Code
41 views
Container with most water Complexity: - Time: O(N) - Space: O(1) Problem statement: ...
11 months ago
Longest valid parentheses Complexity: - Time: O(2N) - Space: O(1) Problem statement: ...
236 views
website: https://drkode.org Time Stamp 00:00 statement 00:14 Basics 00:38 Storyboard 01:52 drkode.org 01:59 Code explanation ...
66 views
Group anagrams Complexity: - Time: O(N) - Space: O(N) Problem statement: ...
40 views
Find first and last position of element in sorted array Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...
58 views
6 months ago
3 المجموع التعقيد: - الزمن: O(n^2) - المساحة: O(1) بيان المشكلة: https://leetcode.com/problems/3sum/description/ كود الحل: ...
286 views
Longest common prefix Complexity: - Time: O(N * M), where N is the length of the array and M is the length of the shortest string ...
332 views
In this episode, we introduce Python as a beginner-friendly programming language and highlight essential resources like ...
35 views
Merge two sorted list Complexity - Time: O(N + M) - Space: O(1) Problem statement: ...
141 views
Search in Rotated Array Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...
775 views
Next permutation Complexity: - Time: O(N) - Space: O(1) Problem statement: ...
903 views
Matrix Chain Multiplication with Dynamic Programming! Master Parenthesization Optimization! In this video, we dive deep into the ...
307 views