ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

257 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,149 views

10 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,886 views

9 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 தமிழ்

149,861 views

7 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

6 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,423 views

10 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

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

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

10 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

0 views

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

6 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

3 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,863 views

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

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

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)

31 views

6 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

1 month ago

EVG DEVS
LeetCode | 1 TWO SUM Problem & Solution Explained! | pseudo_code + Java Code + Step-by-Step Guide 🚀

LeetCode Two Sum - Full Explanation in Java! In this video, I break down the Two Sum problem from LeetCode, covering: ...

29:59
LeetCode | 1 TWO SUM Problem & Solution Explained! | pseudo_code + Java Code + Step-by-Step Guide 🚀

52 views

9 months ago

Think & Code with ShouPri
Using a Robot to Print the Lexicographically Smallest String || Leetcode 2434 || Stack || HashTable

100 Days Code Challenge with Shouvik || Master DSA, System Design & Backend Development || Using a Robot to Print the ...

30:51
Using a Robot to Print the Lexicographically Smallest String || Leetcode 2434 || Stack || HashTable

73 views

6 months ago

Coder Sama
Solving Happy Number (LeetCode #202) using Java | Step-by-Step Explanation by Coder Sama

Ever wondered how to determine if a number is happy? In this video, Piyush from Coder Sama breaks down LeetCode ...

24:19
Solving Happy Number (LeetCode #202) using Java | Step-by-Step Explanation by Coder Sama

42 views

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

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

6 months ago

DSA Telugu Zone
2264. Largest 3-Same-Digit Number in String || Leetcode Daily || Telugu || @DSATeluguZone

Video Overview: In this video, we solve Leetcode 2264 — Largest 3-Same-Digit Number in String . We'll walk through how to ...

6:09
2264. Largest 3-Same-Digit Number in String || Leetcode Daily || Telugu || @DSATeluguZone

33 views

4 months ago

Think & Code with ShouPri
Minimum Deletions to Make String K-Special | Leetcode 3085 | Sliding Window | Intuition | HashTable

100 Days Code Challenge with Shouvik || Master DSA, System Design & Backend Development || Minimum Deletions to Make ...

23:33
Minimum Deletions to Make String K-Special | Leetcode 3085 | Sliding Window | Intuition | HashTable

109 views

6 months ago

Think & Code with ShouPri
Number of substrings containing all three characters | Leetcode 1358 | Variable Size Sliding Window

100 Days Code Challenge with Shouvik || Master DSA, System Design & Backend Development || Number of substrings ...

19:17
Number of substrings containing all three characters | Leetcode 1358 | Variable Size Sliding Window

48 views

9 months ago

Rohit Katariya
242. Valid Anagram | LeetCode | Java + HashTable | Day #1

Problem: Given two strings s and t, return true if t is an anagram of s, and false otherwise. Example: Input: s = "anagram", ...

8:50
242. Valid Anagram | LeetCode | Java + HashTable | Day #1

59 views

2 months ago