ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

27 results

DrKode
Leetcode 20 Valid Parentheses (Animation)

website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...

2:48
Leetcode 20 Valid Parentheses (Animation)

30 views

9 months ago

Tech Algo Views
Generate parenthesis | Beats 96% | #leetcode 22 | #technicalinterview | #programming

Generate parenthesis Complexity - Time: O(N^2) - Space: O(2N) Problem statement: ...

0:58
Generate parenthesis | Beats 96% | #leetcode 22 | #technicalinterview | #programming

12 views

10 months ago

codingjerk
I Made My Code 16000× Faster (Python & Rust)

Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...

18:33
I Made My Code 16000× Faster (Python & Rust)

51,378 views

7 months ago

Home Of Soltani
Want to Prove Your Python Skills? Here's How to Practice, Test, and Get Certified

Starting with the psychology of practice, this episode breaks down how to overcome fear and build coding skills through platforms ...

5:55
Want to Prove Your Python Skills? Here's How to Practice, Test, and Get Certified

128 views

8 months ago

Tech Algo Views
Merge k sorted lists | Beats 99% | #leetcode 23 | #technicalinterview| #codinginterview

Merge k sorted lists Complexity: - Time: O(N log N) - Space: O(log N) Problem statement: ...

0:56
Merge k sorted lists | Beats 99% | #leetcode 23 | #technicalinterview| #codinginterview

24 views

10 months ago

DrKode
Leetcode 33. Search in Rotated Sorted Array (Animation)

website: https://drkode.org Time Stamp 00:00 statement 00:22 Storyboard 01:44 drkode.org 01:52 Code Explanation 02:55 Code

3:01
Leetcode 33. Search in Rotated Sorted Array (Animation)

33 views

9 months ago

Tech Algo Views
Search insert position | Beats 100% | #leetcode 35 | #algorithm | #computerscience | #interview

Search insert position Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...

0:57
Search insert position | Beats 100% | #leetcode 35 | #algorithm | #computerscience | #interview

148 views

4 months ago

DrKode
Leetcode 206 Reverse Linked List (Animation)

website: https://drkode.org Time Stamp 00:00 Statement 00:15 Storyboard 01:02 drkode.org 01:10 Code explanation 01:30 Code

1:35
Leetcode 206 Reverse Linked List (Animation)

41 views

9 months ago

Tech Algo Views
Container with most water | Beats 100% |#leetcode 11 |  #computerscience | #algorithm | #programming

Container with most water Complexity: - Time: O(N) - Space: O(1) Problem statement: ...

0:50
Container with most water | Beats 100% |#leetcode 11 | #computerscience | #algorithm | #programming

24 views

11 months ago

Tech Algo Views
Longest valid parentheses | #leetcode 32 | #algorithms | #computerscience | #interview

Longest valid parentheses Complexity: - Time: O(2N) - Space: O(1) Problem statement: ...

0:57
Longest valid parentheses | #leetcode 32 | #algorithms | #computerscience | #interview

236 views

7 months ago

DrKode
Leetcode 100 Same Tree (Animation)

website: https://drkode.org Time Stamp 00:00 statement 00:14 Basics 00:38 Storyboard 01:52 drkode.org 01:59 Code explanation ...

3:08
Leetcode 100 Same Tree (Animation)

66 views

8 months ago

Tech Algo Views
Group anagrams | Beats 100% | #leetcode 49 | #computerscience | #algorithm

Group anagrams Complexity: - Time: O(N) - Space: O(N) Problem statement: ...

0:55
Group anagrams | Beats 100% | #leetcode 49 | #computerscience | #algorithm

40 views

10 months ago

Tech Algo Views
Find first and last position of element in sorted array | beats 100% | #leetcode 34 | #interview

Find first and last position of element in sorted array Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...

0:57
Find first and last position of element in sorted array | beats 100% | #leetcode 34 | #interview

58 views

6 months ago

Tech Algo Views
3 مجموع (3 Sum) | #leetcode 15 | #علوم_الحاسو | #أَرَّاي | تَتَفَوَّقُ عَلى ٩٨٪

3 المجموع التعقيد: - الزمن: O(n^2) - المساحة: O(1) بيان المشكلة: https://leetcode.com/problems/3sum/description/ كود الحل: ...

1:00
3 مجموع (3 Sum) | #leetcode 15 | #علوم_الحاسو | #أَرَّاي | تَتَفَوَّقُ عَلى ٩٨٪

286 views

11 months ago

Tech Algo Views
Longest common prefix | #leetcode 14 | #computerscience | #algorithm |#technicalinterview

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 ...

0:50
Longest common prefix | #leetcode 14 | #computerscience | #algorithm |#technicalinterview

332 views

11 months ago

Home Of Soltani
Master Python in 90 Days: Beginner’s Guide with Projects & Top Resources

In this episode, we introduce Python as a beginner-friendly programming language and highlight essential resources like ...

7:00
Master Python in 90 Days: Beginner’s Guide with Projects & Top Resources

35 views

8 months ago

Tech Algo Views
Merge two sorted list | Beats 100% | #leetcode 21 |#technicalinterview | #programming

Merge two sorted list Complexity - Time: O(N + M) - Space: O(1) Problem statement: ...

0:54
Merge two sorted list | Beats 100% | #leetcode 21 |#technicalinterview | #programming

141 views

10 months ago

Tech Algo Views
Search in Rotated Array | Beats 100% | #leetcode 33 | #algorithm | #computerscience | #interview

Search in Rotated Array Complexity: - Time: O(log(n)) - Space: O(1) Problem statement: ...

0:53
Search in Rotated Array | Beats 100% | #leetcode 33 | #algorithm | #computerscience | #interview

775 views

6 months ago

Tech Algo Views
Next permutation | Beats 100% | #leetcode 31 | #algorithms | #computerscience | #interview

Next permutation Complexity: - Time: O(N) - Space: O(1) Problem statement: ...

0:59
Next permutation | Beats 100% | #leetcode 31 | #algorithms | #computerscience | #interview

903 views

7 months ago

Top Notch Nerds
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

Matrix Chain Multiplication with Dynamic Programming! Master Parenthesization Optimization! In this video, we dive deep into the ...

45:58
Matrix Chain Multiplication Made Easy!! with Dynamic Programming (DP) + SOLVED Example ✅

307 views

8 months ago