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
184 results
Two Sum - English version Problem description: https://leetcode.com/problems/two-sum/description/ Solution code: ...
76 views
1 year ago
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
Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...
52,017 views
9 months ago
Merge k sorted lists Complexity: - Time: O(N log N) - Space: O(log N) Problem statement: ...
26 views
Addition of two numbers in Python using for loop. #shorts #viralvideo addition of two numbers in python using for loop. add two ...
301 views
website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...
33 views
11 months ago
Happy number Complexity: - Time: O(n) - Space: O(n) Problem statement: ...
验证回文串复杂度: - 时间:O(n) - 空间:O(1) 问题描述: https://leetcode.cn/problems/valid-palindrome/ 解决方案代码: ...
9 views
Longest Palindromic substring Complexity: - Time: O(N^2) - Space: O(N) Problem statement: ...
97 views
Generate parenthesis Complexity - Time: O(N^2) - Space: O(2N) Problem statement: ...
13 views
Count the number of good nodes Complexity: - Time: O( V + E) - Space: O(V + E) Problem statement: ...
32 views
Fizz buzz en español Descripción del problema: https://leetcode.com/problems/fizz-buzz/ Código de la solución: ...
First letter to appear twice - English version Problem description: https://leetcode.com/problems/first-letter-to-appear-twice/ ...
48 views
Toeplitz Matrix Complexity: - Time: O (m x n) - Space: O (1) Problem statement: https://leetcode.com/problems/toeplitz-matrix/ ...
202 views
Valid palindrome - English version Complexity: - Time: O(n) - Space: O(1) Problem description: ...
12 views
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: ...
Add two numbers Complexity: - Time: O(n) - Space: O(1) Problem statement: https://leetcode.com/problems/add-two-numbers/ ...
36 views
Climbing stairs - English Problem statement: https://leetcode.com/problems/climbing-stairs/ Solution code: ...
44 views
Longest substring without repeating characters Complexity: - Time: O(n) - Space: O(1) Problem statement: ...
72 views