ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

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

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

In this video, we solve LeetCode Problem #9 – Palindrome Number step by step. First, we try the easiest approach: converting the ...

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

5 views

3 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

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

Learn with Shikaar
How to Solve the Climbing Stairs Problem in JavaScript  Dynamic Programming & Memoization Explained

Climbing Stairs Problem in JavaScript — Dynamic Programming Explained. In this video you'll learn how to solve the classic ...

3:41
How to Solve the Climbing Stairs Problem in JavaScript Dynamic Programming & Memoization Explained

9 views

2 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
Remove nth node from end of the list | Beats 100% | #leetcode 19| #technicalinterview | #programming

Remove nth node from end of the list Complexity: - Time: O(N) - Space: O(1) Problem statement: ...

0:55
Remove nth node from end of the list | Beats 100% | #leetcode 19| #technicalinterview | #programming

247 views

11 months ago

Learn with Shikaar
🔍 How to Find the Missing Number in an Array in JavaScript — Fast, Safe Tricks You’ll Want to Use!

Find the Missing Number in an Array in JavaScript — Quick Methods You'll Love! What the video teaches You'll learn practical ...

3:01
🔍 How to Find the Missing Number in an Array in JavaScript — Fast, Safe Tricks You’ll Want to Use!

6 views

2 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
إنشاء قوسين(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
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

Beautiful TypeScript
LeetCode 68: Text Justification

Given an array of words and a width of a line, format the text such that each line has exactly required characters and is fully (left ...

1:01:14
LeetCode 68: Text Justification

6,028 views

4 months ago

Learn with Shikaar
Minimum Number of Perfect Squares That Sum to n — Fast JavaScript Methods & Math Shortcuts

Fewest Perfect Squares That Sum to n — Find Minimum Number of Squares in JavaScript. What the video teaches You'll learn ...

4:08
Minimum Number of Perfect Squares That Sum to n — Fast JavaScript Methods & Math Shortcuts

5 views

2 months ago

Learn with Shikaar
How to Count Numbers with Unique Digits in JavaScript — Combinatorics, Backtracking & Fast Methods!

How to Count Numbers with Unique Digits in JavaScript — Combinatorics & Efficient Methods. What the video teaches You'll ...

2:22
How to Count Numbers with Unique Digits in JavaScript — Combinatorics, Backtracking & Fast Methods!

4 views

1 month ago

Learn with Shikaar
🎥 How to Check If a Number Is a Power of 2 in JavaScript  Fast Bitwise Trick

Check if a Number Is a Power of 2 in JavaScript In this video, you'll learn how to determine if a given number is a power of 2 using ...

2:58
🎥 How to Check If a Number Is a Power of 2 in JavaScript Fast Bitwise Trick

18 views

4 months ago

Tech Algo Views
دمج قائمتين مرتبتين(Merge two sorted list) | #leetcode 21| يدق 100% | #برمجة #قَائِمَة مُتَّصِلَة

دمج قائمتين مرتبتين التعقيد الزمني: O(N + M) التعقيد المكاني: O(1) بيان المسألة: ...

0:55
دمج قائمتين مرتبتين(Merge two sorted list) | #leetcode 21| يدق 100% | #برمجة #قَائِمَة مُتَّصِلَة

41 views

10 months ago

Learn with Shikaar
Find the Kth Smallest Number in a Multiplication Table in JavaScript — Binary Search Trick! Try Now!

Find the Kth Smallest Number in a Multiplication Table in JavaScript — Binary Search Trick! Try Now! What the video teaches ...

3:32
Find the Kth Smallest Number in a Multiplication Table in JavaScript — Binary Search Trick! Try Now!

0 views

2 months ago

Tech Algo Views
دمج k قوائم مرتبة (Merge k sorted lists) | يتفوق بنسبة 99% | #برمجة #علوم_الحاسوب

دمج k قائمة مرتبة التعقيد: - الوقت: O(N log N) - المساحة: O(log N) بيان المشكلة: ...

1:00
دمج k قوائم مرتبة (Merge k sorted lists) | يتفوق بنسبة 99% | #برمجة #علوم_الحاسوب

12 views

10 months ago

Learn with Shikaar
Find the nth Ugly Number in JavaScript - Fast Heap/DP Methods, Tips & Interview Tricks Revealed!!!!!

Find the nth Ugly Number in JavaScript — Fast Methods, Heap/DP Tricks & Interview Tips You Need! What the video teaches ...

2:58
Find the nth Ugly Number in JavaScript - Fast Heap/DP Methods, Tips & Interview Tricks Revealed!!!!!

2 views

2 months ago