ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

96 results

codestorywithMIK
Minimum Number of Seconds to Make Mountain Height Zero | Understand WHY | Leetcode 3296 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Primality Check | Sieve of Eratosthenes ...

26:25
Minimum Number of Seconds to Make Mountain Height Zero | Understand WHY | Leetcode 3296 | MIK

8,460 views

1 day ago

Daily Dose Of LeetCode
Rolling Hash Detects Pattern | Check If a String Contains All Binary Codes of Size K | LeetCode 1461

In this video, we solve LeetCode 1461. Check If a String Contains All Binary Codes of Size K using a sliding window + rolling hash ...

23:48
Rolling Hash Detects Pattern | Check If a String Contains All Binary Codes of Size K | LeetCode 1461

77 views

2 weeks ago

codestorywithMIK
Maximize Spanning Tree Stability with Upgrades | Detailed | Broken Down | Leetcode 3600 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A DSU by codestorywithMIK - https://www ...

42:34
Maximize Spanning Tree Stability with Upgrades | Detailed | Broken Down | Leetcode 3600 | MIK

8,070 views

2 days ago

Aasaan padhaai
DSA with Java | Java DSA Full Series | Subarray sums divisible by k LeetCode  Problems Java

DSA with Java | Java DSA Full Series | Subarray sums divisible by k LeetCode Problems Java subarray sums divisible by k java ...

29:47
DSA with Java | Java DSA Full Series | Subarray sums divisible by k LeetCode Problems Java

107 views

2 weeks ago

Web Dev Mastery
Combination Sum | LeetCode 39 | Recursion & Backtracking in Java | DSA in Java Full Course #31

Learn how to solve the Combination Sum problem using Backtracking in Java with full explanation. This is one of the most ...

25:55
Combination Sum | LeetCode 39 | Recursion & Backtracking in Java | DSA in Java Full Course #31

74 views

3 weeks ago

codestorywithMIK
Binary Watch | Simple Clean Approach | Leetcode 401 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 134th video of ...

23:38
Binary Watch | Simple Clean Approach | Leetcode 401 | codestorywithMIK

9,537 views

3 weeks ago

codestorywithMIK
Minimum Swaps to Arrange a Binary Grid | Intuition | Dry Run | Leetcode 1536 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 172nd video of ...

23:02
Minimum Swaps to Arrange a Binary Grid | Intuition | Dry Run | Leetcode 1536 | codestorywithMIK

10,850 views

12 days ago

DC DSA Academy
Logic Building Final Part 🔥 | Array Rotation + Count Occurrence | LeetCode Problems | Java DSA

LOGIC BUILDING – FINAL PART In this video, we complete the Logic Building Series by covering the most important Array ...

25:37
Logic Building Final Part 🔥 | Array Rotation + Count Occurrence | LeetCode Problems | Java DSA

31 views

3 weeks ago

Web Dev Mastery
Reverse Linked List in Java (LeetCode 206) | Linked List Interview Question | DSA in Java #34

In this lecture of the DSA in Java Placement Series, we solve one of the most important and most asked Linked List Interview ...

35:39
Reverse Linked List in Java (LeetCode 206) | Linked List Interview Question | DSA in Java #34

0 views

2 weeks ago

codestorywithMIK
Longest Balanced Substring II | Detailed | Dry Run | Thought Process | Leetcode 3714 | MIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 28th video of ...

42:48
Longest Balanced Substring II | Detailed | Dry Run | Thought Process | Leetcode 3714 | MIK

13,636 views

1 month ago

codestorywithMIK
Find All Possible Stable Binary Arrays I | 2 Approaches | Detailed Intuition | Leetcode 3129 | MIK

iPAD PDF Link : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode%203129.pdf Whatsapp ...

46:58
Find All Possible Stable Binary Arrays I | 2 Approaches | Detailed Intuition | Leetcode 3129 | MIK

16,576 views

5 days ago

codestorywithMIK
Minimum Operations to Equalize Binary String | Brute Force | Optimal | Intuition | Leetcode 3666

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 86th Video of our Playlist ...

1:13:04
Minimum Operations to Equalize Binary String | Brute Force | Optimal | Intuition | Leetcode 3666

11,108 views

2 weeks ago

Web Dev Mastery
Middle of Linked List in Java 🔥 | LeetCode 876 | Slow Fast Pointer Explained | DSA in Java #35

In this lecture, we solve Middle of Linked List in Java (LeetCode 876). This problem is based on the Slow and Fast Pointer ...

21:38
Middle of Linked List in Java 🔥 | LeetCode 876 | Slow Fast Pointer Explained | DSA in Java #35

52 views

2 weeks ago

Next Gen Skills
HashMap Power Explained | 4 Must-Know Problems Solved | DSA Day 22 Java | Leetcode By Gaurav sir

Day 22 of Complete DSA Series in Java | HashMap Deep Dive - 4 Must-Know FAANG Interview Problems In this comprehensive ...

45:57
HashMap Power Explained | 4 Must-Know Problems Solved | DSA Day 22 Java | Leetcode By Gaurav sir

50 views

2 weeks ago

Sanyam IIT Guwahati
Binary Watch | LeetCode 401 | Bitmasking Explained

Binary Watch | LeetCode 401 | Bitmasking Explained | Leetcode POTD Connect with me: ...

20:00
Binary Watch | LeetCode 401 | Bitmasking Explained

773 views

3 weeks ago

codestorywithMIK
Special Binary String | Detailed Intuition | Dry Run | Leetcode 761 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Recursion Concepts Playlist : https://www ...

34:37
Special Binary String | Detailed Intuition | Dry Run | Leetcode 761 | codestorywithMIK

11,362 views

3 weeks ago

Bindas Code
LeetCode 367 | Valid Perfect Square 🔢 | Binary Search Java Solution | DSA Zero to Hero

In this video, we solve LeetCode Problem 367 – Valid Perfect Square using an efficient Binary Search approach in Java. You'll ...

26:40
LeetCode 367 | Valid Perfect Square 🔢 | Binary Search Java Solution | DSA Zero to Hero

16 views

2 days ago

Next Gen Skills
HashSet Mastery - Missing Number & Unique Morse Code Words | DSA Day 23 Java | Leetcode

Day 23 of Complete DSA Series in Java | HashSet Deep Dive - Missing Number & Morse Code Problems | Leetcode In this ...

37:56
HashSet Mastery - Missing Number & Unique Morse Code Words | DSA Day 23 Java | Leetcode

52 views

11 days ago

CTO Bhaiya
Day 48/90 |⚡Master Sliding Window Median 🔥 Brute Force Made Simple | LeetCode 480 #6 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

38:45
Day 48/90 |⚡Master Sliding Window Median 🔥 Brute Force Made Simple | LeetCode 480 #6 #heap

470 views

1 month ago

CTO Bhaiya
Day 49/90 |⚡📈 502. IPO Problem Explained (LeetCode Hard) | Brute Force → Optimized Greedy + Heap #6

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

1:03:25
Day 49/90 |⚡📈 502. IPO Problem Explained (LeetCode Hard) | Brute Force → Optimized Greedy + Heap #6

340 views

3 weeks ago