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
276 results
LeetCode 1358 Java Solution This problem looks like we need to generate every substring And that's exactly where most ...
8 views
4 days ago
On a mission ...
139 views
3 weeks ago
Want to find out where a character or substring appears in your Java strings? In this Java Strings 101 video, we explore the ...
41 views
Welcome to Part 2 of the Java Strings Tutorial for Beginners! In this video, we will learn: ✓ charAt() method ✓ substring() method ...
17 views
2 weeks ago
Lecture Resources ...
178 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
LeetCode number three — Longest Substring Without Repeating Characters — is one of the most frequently asked sliding ...
45 views
LeetCode 1967 Java Solution This problem looks like a pattern matching question Many people immediately think: ❌ KMP ...
9 views
5 days ago
13 days ago
Recommended playback speed:2x.
0 views
In this Java program, we will learn how to create a "Shuttering Word" effect using the substring() method. Problem Statement: Write ...
6 views
1 month ago
Next problem: https://youtu.be/-M-CwdoRigc Previous problem: https://youtu.be/2Ja2qy-o12Y Revise Week04 concept: ...
1 view
Want to learn how to split a string into smaller pieces in Java? In this Java Strings 101 video, we dive into using the split() method!
48 views
Confused about how to create String objects in Java? In this video, we show you how to create strings using both string literals ...
52 views
4 weeks ago
Java strings have hidden costs that can slow down your code and hurt your performance in coding interviews. In this video, you'll ...
25 views
Struggling with the "Longest Substring Without Repeating Characters" problem (LeetCode 3)? In this video, we break down the ...
30 views
9 days ago
14 views
A String in Java is a sequence of characters used to represent text. Strings are widely used in Java applications for storing and ...
4 views
In this problem, we solve LeetCode 459 – Repeated Substring Pattern, an interesting string problem that challenges us to identify ...
3 views