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,365 views

22 hours 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,561 views

5 days 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,050 views

1 day 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,847 views

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

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

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

codestorywithMIK
Minimum Number of Flips to Make the Binary String Alternating | 3 Detailed Approach | Leetcode 1888

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

45:12
Minimum Number of Flips to Make the Binary String Alternating | 3 Detailed Approach | Leetcode 1888

12,330 views

7 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,104 views

2 weeks 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
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,358 views

3 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

50 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

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

codestorywithMIK
Longest Balanced Subarray II | Leetcode 3721 | Min-Max Query | Segment Tree Concept | Video 15 | MIK

iPad PDF Notes Link - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Longest%20Balanced ...

33:17
Longest Balanced Subarray II | Leetcode 3721 | Min-Max Query | Segment Tree Concept | Video 15 | MIK

13,327 views

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

Eye on AI and DSA
3666. Minimum Operations to Equalize Binary Strings | Solve using maths | Leetcode Daily Challenge

Check out the live coding video of today's Daily challenge! Subscribe for more cool stuffs. Definitely Keep following my DP Playlist: ...

31:26
3666. Minimum Operations to Equalize Binary Strings | Solve using maths | Leetcode Daily Challenge

218 views

2 weeks ago

Next Gen Skills
Spiral Matrix & Summary Ranges - ArrayList Mastery | Matrix Traversal | DSA Day 21 Java | Leetcode

Day 21 of Complete DSA Series in Java with Leetcode| ArrayList, Spiral Matrix & Range Grouping - Top Interview Patterns In this ...

52:15
Spiral Matrix & Summary Ranges - ArrayList Mastery | Matrix Traversal | DSA Day 21 Java | Leetcode

162 views

3 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

codestorywithMIK
Find All Possible Stable Binary Arrays II | Derive From Part I | Detailed | Leetcode 3130 | MIK

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

25:33
Find All Possible Stable Binary Arrays II | Derive From Part I | Detailed | Leetcode 3130 | MIK

9,884 views

4 days ago