ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,625 results

Nikhil Lohia
Longest Repeating Substring without repeating characters (LeetCode 3) | Two pointer approach

Join this channel to get access to perks: https://www.youtube.com/channel/UCT-S2ngqEBoYCM5UKuNeELg/join Actual problem ...

17:30
Longest Repeating Substring without repeating characters (LeetCode 3) | Two pointer approach

39,415 views

10 months ago

CodeWithSanjay
Java   Program  to  Find  Substring  Of  String  || Check if a string is substring of another

ISC java programs with algorithms ICSE Java Program.

19:59
Java Program to Find Substring Of String || Check if a string is substring of another

26 views

1 year ago

Kitajima
LeetCode 1234: Replace the Substring for Balanced String

In this video I will be solving LeetCode problem 1234: Replace the Substring for Balanced String. I will be using the sliding ...

18:26
LeetCode 1234: Replace the Substring for Balanced String

262 views

9 months ago

CodeSlate
4 Java String methods most students get WRONG

Understand these 4 Java String methods to stop bugs and score higher in your Java course! You may have seen these Java ...

12:16
4 Java String methods most students get WRONG

74 views

2 months ago

Developer Coder
Number of Substrings With Only 1s | LeetCode 1513 | Java Code | Developer Coder

Welcome back to Developer Coder! In today's video, we break down the LeetCode 1513 – Number of Substrings With Only 1s ...

15:38
Number of Substrings With Only 1s | LeetCode 1513 | Java Code | Developer Coder

113 views

1 month ago

Java Jam
Java substring()

This video details how to use the substring() method of the String class in Java. It uses the BlueJ IDE. Thanks for watching!

6:17
Java substring()

16 views

7 months ago

NeetCodeIO
Number of Substrings Containing All Three Characters - Leetcode 1358 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

15:03
Number of Substrings Containing All Three Characters - Leetcode 1358 - Python

12,150 views

9 months ago

Code for Tech Solutions
Java String MASTERCLASS 🚀 | Learn All String Methods with Real Examples (2025)

Ready to MASTER Java Strings in 2025? In this ultimate String Masterclass, we break down everything you need to know about ...

13:03
Java String MASTERCLASS 🚀 | Learn All String Methods with Real Examples (2025)

140 views

5 months ago

ConquerTheFear
Master Java String Matching: Count Substrings the Right Way! Real Coding Interview Questions

In this video, you'll learn how to count occurrences of a substring within a string in Java using three different approaches: a ...

6:33
Master Java String Matching: Count Substrings the Right Way! Real Coding Interview Questions

199 views

8 months ago

KCtops6
Java Strings Explained | Concatenation, Length, Substrings & More!

Master Java Strings with this beginner-friendly tutorial! In this video, we explore the fundamental concepts of Strings in Java, ...

4:46
Java Strings Explained | Concatenation, Length, Substrings & More!

4 views

10 months ago

Developer Coder
Remove All Occurrences of a Substring | LeetCode 1910 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we will tackle the LeetCode 1910: Remove All Occurrences of a Substring using Java.

10:28
Remove All Occurrences of a Substring | LeetCode 1910 | Java Code | Developer Coder

200 views

10 months ago

Algo Ducky
LeetCode #3: Longest Substring Without Repeating Characters in Java | Brute Force to Sliding Window!

In this Algo Ducky episode, we crack open LeetCode #3: Longest Substring Without Repeating Characters using Java. We'll ...

5:26
LeetCode #3: Longest Substring Without Repeating Characters in Java | Brute Force to Sliding Window!

42 views

6 months ago

Doji Creates
Substring Method in Java Lesson 018 | Tagalog Coding Tutorials

Learn coding & programming in Tagalog! Step-by-step tutorials for beginners. Perfect for Filipino learners who want practical, ...

10:46
Substring Method in Java Lesson 018 | Tagalog Coding Tutorials

251 views

1 month ago

Code with Katie
Maximum Number of Vowels in a Substring of a Given Length LeetCode - Java

In this video, I solve the "Maximum Number of Vowels in a Substring of a Given Length" LeetCode problem using Java. Problem ...

6:23
Maximum Number of Vowels in a Substring of a Given Length LeetCode - Java

113 views

6 months ago

ShashCode
1358. Number of Substrings Containing All Three Characters | leetcode daily challenge dsa shashcode

Problem link: https://leetcode.com/problems/number-of-substrings-containing-all-three-characters/description/?

13:14
1358. Number of Substrings Containing All Three Characters | leetcode daily challenge dsa shashcode

3,012 views

9 months ago

Code Simplified
Java Substring

In this video, we will learn how to use the `substring(start, end)` method in Java to extract a specific part of a string. Explained in ...

4:01
Java Substring

5 views

6 months ago

LetsCode
Leetcode 3. Longest Substring Without Repeating Characters (Java)

3. Longest Substring Without Repeating Characters.

6:36
Leetcode 3. Longest Substring Without Repeating Characters (Java)

23 views

Streamed 2 months ago

BE A GEEK
Java Substring HackerRank Solution | Hackerrank Java String Introduction substring function in java

Copy Code From Here - https://www.beageekyt.com/hackerrank/java/java-datatypes/solution HackerRank Java Playlist ...

9:59
Java Substring HackerRank Solution | Hackerrank Java String Introduction substring function in java

75 views

6 months ago

codestorywithMIK
Number of Substrings With Only 1s | 2 Ways | Dry Runs | Leetcode 1513 | codestorywithMIK

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

13:49
Number of Substrings With Only 1s | 2 Ways | Dry Runs | Leetcode 1513 | codestorywithMIK

3,885 views

1 month ago

EppsNetSolutions
Substrings of Length k with k-1 Distinct Elements - Sliding Window, Java

Finding Substrings of Length k with k-1 Distinct Characters Using Sliding Window Technique in Java *Problem Overview* - The ...

9:33
Substrings of Length k with k-1 Distinct Elements - Sliding Window, Java

20 views

5 months ago

CodeVia
3503. Longest Palindrome After Substring Concatenation I #javainterviewquestions

3503. Longest Palindrome After Substring Concatenation I ...

5:50
3503. Longest Palindrome After Substring Concatenation I #javainterviewquestions

74 views

8 months ago

Hamim Nasim
How to Check if a String Contains a Substring in Java
17:25
How to Check if a String Contains a Substring in Java

45 views

4 months ago

Javasoul
Longest Substring without repeating character |   Longest Substring without repeating character Java

"Top Java 8 String Interview Questions "how to find longest substring without repeating characters in java" for fresher and ...

8:25
Longest Substring without repeating character | Longest Substring without repeating character Java

1,735 views

10 months ago

Techdose
Remove All Occurrences of a Substring | Leetcode 1910

This video explains Remove All Occurrences of a Substring using the most optimal KMP pattern matching algorithm.

17:32
Remove All Occurrences of a Substring | Leetcode 1910

7,177 views

10 months ago

QA_AI_WIZARDS
✂️ Slice It Right! Mastering substring() in Java

Ever wanted to grab just part of a string? Whether you're pulling out names, file extensions, or keywords — Java's substring() ...

5:55
✂️ Slice It Right! Mastering substring() in Java

0 views

6 months ago