ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

244 results

codestorywithMIK
Check if One String Swap Can Make Strings Equal | 2 Approaches | Leetcode 1790 | codestorywithMIK

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

17:03
Check if One String Swap Can Make Strings Equal | 2 Approaches | Leetcode 1790 | codestorywithMIK

4,169 views

11 months ago

Technosage
Check Balanced String | Leetcode 3340

Check Balanced String Leetcode problem number 3340 Time Complexity: O(n) Space Complexity: O(1) JAVA interview ...

7:03
Check Balanced String | Leetcode 3340

1,945 views

9 months ago

Mahesh Ahirwar
Reverse Words in a String | Brute Force to Optimized O(1) Approach | DSA Java Explained Step-by-Step

In this video, we'll solve the popular LeetCode question — Reverse Words in a String using three different approaches from Brute ...

20:58
Reverse Words in a String | Brute Force to Optimized O(1) Approach | DSA Java Explained Step-by-Step

62 views

1 month ago

Harshit Trehan
How To Start LeetCode from ZERO in 2026

10 LeetCode Patterns to Solve 80% of Coding Interview Problems How to Start LeetCode from ZERO in 2026 LeetCode was ...

12:10
How To Start LeetCode from ZERO in 2026

7,692 views

2 weeks ago

codestorywithMIK
Remove All Occurrences of a Substring | 3 Approaches | Leetcode 1910 | codestorywithMIK

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

20:06
Remove All Occurrences of a Substring | 3 Approaches | Leetcode 1910 | codestorywithMIK

10,820 views

10 months ago

Think & Code with ShouPri
Lexicographically Smallest Equivalent String | Leetcode 1061 | Graph | DFS | BFS | Graph in strings

100 Days Code Challenge with Shouvik || Master DSA, System Design & Backend Development || Lexicographically Smallest ...

29:43
Lexicographically Smallest Equivalent String | Leetcode 1061 | Graph | DFS | BFS | Graph in strings

41 views

7 months ago

Solo Dev
LeetCode 3750 | Minimum Number of Flips to Reverse Binary String | Biweekly || AC | Java | Guide

Please click on CC to turn on subtitles! Problem: ...

1:02
LeetCode 3750 | Minimum Number of Flips to Reverse Binary String | Biweekly || AC | Java | Guide

1 view

1 month ago

leetnleech
LeetCode 41: First Missing Positive (Java)

Try it: leetcode.com/problems/first-missing-positive.

6:44
LeetCode 41: First Missing Positive (Java)

9 views

7 months ago

codestorywithMIK
Construct Smallest Number From DI String | Easy Approaches | Leetcode 2375 | codestorywithMIK

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

35:53
Construct Smallest Number From DI String | Easy Approaches | Leetcode 2375 | codestorywithMIK

10,462 views

10 months ago

leetnleech
LeetCode 1021: Remove Outermost Parentheses (Java)

Try it: leetcode.com/problems/remove-outermost-parentheses.

4:56
LeetCode 1021: Remove Outermost Parentheses (Java)

14 views

7 months ago

Brototype Tamil
LeetCode Explained For Beginners In 15 Min | Full Road Map 2025 In தமிழ்

This is the only video you'll need. Super simple, beginner friendly, and no extra fluff. If you're aiming for Google, Amazon, Meta, ...

13:54
LeetCode Explained For Beginners In 15 Min | Full Road Map 2025 In தமிழ்

152,161 views

7 months ago

LIFE CODING WITH JAVA
How to Move All Zeroes to End in Array (Java) | LeetCode 283 Explained

MoveZeroes, #LeetCode283, #JavaDSA, #JavaArrayProblems In this video, we solve **LeetCode Problem 283 - Move ...

8:33
How to Move All Zeroes to End in Array (Java) | LeetCode 283 Explained

35 views

8 months ago

CrazyCoding
leetcode 128  - longest consecutive sequence | Optimal Approach in JAVA.

Algorithm Description Goal Find the length of the longest consecutive sequence in an unsorted array of integers. Step 1: Handle ...

19:08
leetcode 128 - longest consecutive sequence | Optimal Approach in JAVA.

10 views

4 months ago

codestorywithMIK
The k-th Lexicographical String of All Happy Strings of Length n | Leetcode 1415 | codestorywithMIK

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

35:25
The k-th Lexicographical String of All Happy Strings of Length n | Leetcode 1415 | codestorywithMIK

8,915 views

10 months ago

leetnleech
(MAY 24, 2025 DAILY PROBLEM) LeetCode 2942: Find Words Containing Character (Java)

Try it: leetcode.com/problems/find-words-containing-character.

2:43
(MAY 24, 2025 DAILY PROBLEM) LeetCode 2942: Find Words Containing Character (Java)

32 views

7 months ago

Mahesh Ahirwar
Implement strStr() | Find the Index of the First Occurrence in a String | Leetcode Easy | DSA Sheet

In this video, we'll solve the Leetcode Easy problem — “Implement strStr()”, also known as “Find the Index of the First Occurrence ...

16:10
Implement strStr() | Find the Index of the First Occurrence in a String | Leetcode Easy | DSA Sheet

35 views

2 months ago

LIFE CODING WITH JAVA
LeetCode 349: Intersection of Two Arrays | Easy Java Solution Explained!

In this video, we solve LeetCode Problem 349 – Intersection of Two Arrays using Java. This is a frequently asked interview ...

12:37
LeetCode 349: Intersection of Two Arrays | Easy Java Solution Explained!

73 views

8 months ago

Leetcoder
Remove Duplicates from Sorted Array/ #leetcode #leetcoder #dsa #problemsolving #beginnercoding #java

In this video, we solve the LeetCode problem “Remove Duplicates from Sorted Array” using a simple loop and if-condition ...

2:40
Remove Duplicates from Sorted Array/ #leetcode #leetcoder #dsa #problemsolving #beginnercoding #java

35 views

2 weeks ago

leetnleech
LeetCode 287: Find the Duplicate Number (Java)

Try it: leetcode.com/problems/find-the-duplicate-number.

4:52
LeetCode 287: Find the Duplicate Number (Java)

40 views

7 months ago

CodesBuddies
LeetCode 1: Two Sum | Step-by-Step Tutorial #LeetCode #twosum #dsa #coding #codinginterview

In this video, we solve LeetCode Problem 1: Two Sum using Java. This is one of the most asked coding interview problems at ...

4:01
LeetCode 1: Two Sum | Step-by-Step Tutorial #LeetCode #twosum #dsa #coding #codinginterview

17 views

4 months ago