ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 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

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

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

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

Alex Demko
LeetCode Live #1: Solving Random Problems Together 💻

Just a chill LeetCode solving session today Want to improve your problem-solving skills and build a real developer mindset?

56:10
LeetCode Live #1: Solving Random Problems Together 💻

845 views

Streamed 1 month 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

Undefined Coder
LeetCode 9: Palindrome Number | Naive vs Optimal Solution Explained

Welcome back to Undefined Coder! In this video, we solve LeetCode Problem #9 – Palindrome Number step by step. First, we ...

12:39
LeetCode 9: Palindrome Number | Naive vs Optimal Solution Explained

5 views

3 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

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

Tech Algo Views
Reverse Nodes in K groups | Beats 100% | #leetcode 25 | #algorithms | #computerscience | #interview

Reverse Nodes in K groups Complexity: - Time: O(N) - Space: O(1) Problem statement: ...

0:56
Reverse Nodes in K groups | Beats 100% | #leetcode 25 | #algorithms | #computerscience | #interview

69 views

7 months ago

Tech Algo Views
Swap nodes in Pairs | #leetcode 24 | #algorithms | #computerscience | #interview

Swap nodes in Pairs Complexity: - Time: O(N) - Space: O(1) Problem statement: ...

1:00
Swap nodes in Pairs | #leetcode 24 | #algorithms | #computerscience | #interview

93 views

7 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
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
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
إنشاء قوسين(Generate parentheses) | #leetcode 22| يدق 96% | #برمجة #قَائِمَة مُتَّصِلَة

إنشاء أقواس التعقيد - الزمن: O(N^2) - المساحة: O(2N) بيان المشكلة: https://leetcode.com/problems/generate-parentheses/description/ ...

1:00
إنشاء قوسين(Generate parentheses) | #leetcode 22| يدق 96% | #برمجة #قَائِمَة مُتَّصِلَة

5 views

10 months ago

Tech Algo Views
Letter combination of a phone number | Beats 98% | #leetCode 17 | #technicalinterview | #algorithm

Letter combination of a phone number Complexity: - Time: O(4^N) - Space: O(4N) Problem statement: ...

0:57
Letter combination of a phone number | Beats 98% | #leetCode 17 | #technicalinterview | #algorithm

449 views

11 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