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
179 results
Two Sum - English version Problem description: https://leetcode.com/problems/two-sum/description/ Solution code: ...
76 views
1 year ago
Merge k sorted lists Complexity: - Time: O(N log N) - Space: O(log N) Problem statement: ...
26 views
Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...
51,977 views
8 months ago
Happy number Complexity: - Time: O(n) - Space: O(n) Problem statement: ...
33 views
Fizz buzz en español Descripción del problema: https://leetcode.com/problems/fizz-buzz/ Código de la solución: ...
验证回文串复杂度: - 时间:O(n) - 空间:O(1) 问题描述: https://leetcode.cn/problems/valid-palindrome/ 解决方案代码: ...
9 views
First letter to appear twice - English version Problem description: https://leetcode.com/problems/first-letter-to-appear-twice/ ...
48 views
Longest substring without repeating characters Complexity: - Time: O(n) - Space: O(1) Problem statement: ...
72 views
Toeplitz Matrix Complexity: - Time: O (m x n) - Space: O (1) Problem statement: https://leetcode.com/problems/toeplitz-matrix/ ...
195 views
Generate parenthesis Complexity - Time: O(N^2) - Space: O(2N) Problem statement: ...
13 views
Longest Palindromic substring Complexity: - Time: O(N^2) - Space: O(N) Problem statement: ...
97 views
Count the number of good nodes Complexity: - Time: O( V + E) - Space: O(V + E) Problem statement: ...
32 views
Climbing stairs - English Problem statement: https://leetcode.com/problems/climbing-stairs/ Solution code: ...
44 views
Suma de dos version español Descripción del problema: https://leetcode.com/problems/two-sum/description/ Solución: ...
28 views
website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...
11 months ago
First letter to appear twice - solution 2 - English version The first solution could be found here: ...
27 views
Fizz buzz Complexity: Time: O(n) Space: O(1) Problem description: https://leetcode.com/problems/fizz-buzz/ Solution code: ...
Valid palindrome - English version Complexity: - Time: O(n) - Space: O(1) Problem description: ...
12 views
Starting with the psychology of practice, this episode breaks down how to overcome fear and build coding skills through platforms ...
129 views
10 months ago
Addition of two numbers in Python using for loop. #shorts #viralvideo addition of two numbers in python using for loop. add two ...
296 views
Add two numbers Complexity: - Time: O(n) - Space: O(1) Problem statement: https://leetcode.com/problems/add-two-numbers/ ...
36 views
Roman to integer - English version Complexity: - Time: O(n) - Space: O(1) Problem description: ...
Find digit game can be won Complexity - Time: O(n) - Space: O(1) Problem statement: ...
Validate binary search tree Complexity: - Time: O(n) where n is the number of nodes - Space: O (n) where n is the number of ...
25 views
Longest valid parentheses Complexity: - Time: O(2N) - Space: O(1) Problem statement: ...
254 views
9 months ago