Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
3,547 results
Unlock the secrets of Strings in Java with this step-by-step tutorial for beginners and intermediates! In this comprehensive video, ...
24 views
11 months ago
Comparing System.out.println() and String.substring() in Java.
5 views
10 months ago
Learn how to print a substring of a string in Java! This tutorial shows you how to extract parts of a string using built-in methods and ...
4 views
manacher #palindrome Manacher's algorithm: Finds the longest palindromic substring in linear O(n) time by leveraging symmetry ...
10,049 views
Questions in English: ...
17 views
Want to learn how to extract specific parts of a string in Java? In this Java Strings 101 video, we dive into the powerful substring() ...
26 views
1 month ago
84 views
Master LeetCode 696: Count Binary Substrings with this step-by-step tutorial! In this video, we break down the most efficient way ...
1,309 views
4 months ago
Welcome to Developer Coder In this video, we dive into Count Binary Substrings – LeetCode 696 and implement an optimized ...
290 views
In this video, we will solve one of the most popular string problems asked in coding interviews — Longest Substring Without ...
6,028 views
7 months ago
Understand these 4 Java String methods to stop bugs and score higher in your Java course! You may have seen these Java ...
294 views
9 months ago
One and only Arrays, String, LinkedList Playlist: https://www.youtube.com/playlist?list=PLFNTe97BJkPU One and only 25 DSA ...
9 views
18 hours ago
LeetCode 3713 – Longest Balanced Substring I (Java) Today's LeetCode Daily Question A substring is called balanced if all ...
22 views
5 months ago
In this video, we break down the classic "Longest Substring Without Repeating Characters" problem—a frequently asked coding ...
1,060 views
8 months ago
LeetCode 3713: Longest Balanced Substring I | DSA String Problem Explained in Java In this video, we solve LeetCode 3713 ...
39 views
Master the Longest Balanced Substring II LeetCode problem with this comprehensive guide to string manipulation and hash map ...
2,002 views
00:00 - Step-by-Step Explanation Java Code - https://leetcode.com/problems/maximum-repeating-substring/description/ leetcode ...
81 views
Ever wanted to count how many letters are in a word, grab one specific letter, or slice out part of a sentence in Java? ✂️ You can ...
542 views
In this video, we solve the classic problem Longest Palindromic Substring step by step, starting from the brute force approach and ...
8,772 views
3 months ago
In this Java program, we will learn how to create a "Shuttering Word" effect using the substring() method. Problem Statement: Write ...
6 views