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
197 results
Addition of two numbers in Python using for loop. #shorts #viralvideo addition of two numbers in python using for loop. add two ...
276 views
1 year ago
Two Sum - English version Problem description: https://leetcode.com/problems/two-sum/description/ Solution code: ...
74 views
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
First letter to appear twice - solution 2 - English version The first solution could be found here: ...
26 views
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
Merge k sorted lists Complexity: - Time: O(N log N) - Space: O(log N) Problem statement: ...
24 views
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
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
Climbing stairs - English Problem statement: https://leetcode.com/problems/climbing-stairs/ Solution code: ...
44 views
Count the number of good nodes Complexity: - Time: O( V + E) - Space: O(V + E) Problem statement: ...
32 views
Toeplitz Matrix Complexity: - Time: O (m x n) - Space: O (1) Problem statement: https://leetcode.com/problems/toeplitz-matrix/ ...
157 views
Longest substring without repeating characters Complexity: - Time: O(n) - Space: O(1) Problem statement: ...
72 views
Happy number Complexity: - Time: O(n) - Space: O(n) Problem statement: ...
Longest Palindromic substring Complexity: - Time: O(N^2) - Space: O(N) Problem statement: ...
97 views
Search insert position Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...
148 views
4 months ago
Add two numbers Complexity: - Time: O(n) - Space: O(1) Problem statement: https://leetcode.com/problems/add-two-numbers/ ...
36 views
Fizz buzz Complexity: Time: O(n) Space: O(1) Problem description: https://leetcode.com/problems/fizz-buzz/ Solution code: ...
First letter to appear twice - English version Problem description: https://leetcode.com/problems/first-letter-to-appear-twice/ ...
48 views
Design neighbor sum service Complexity: - Time: O(n*n) - Space: O(1) Problem statement: ...
43 views
Find digit game can be won Complexity - Time: O(n) - Space: O(1) Problem statement: ...
41 views
Valid palindrome - English version Complexity: - Time: O(n) - Space: O(1) Problem description: ...
Binary search - English Problem statement: https://leetcode.com/problems/binary-search/description/ Solution code: ...
14 views
website: https://drkode.org Time Stamp 00:00 Statement 00:15 Storyboard 01:02 drkode.org 01:10 Code explanation 01:30 Code
Container with most water Complexity: - Time: O(N) - Space: O(1) Problem statement: ...
11 months ago