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
133 results
Java 500 Practice Programs Playlist | Beginner to Advanced Level | Complete Java Coding Journey** ⭕ java program to create ...
7 views
5d ago
You'll learn how to count the vowel "i" in a string entered via the keyboard using the Java programming language and the ...
4 views
In this video, we solve LeetCode 1967 - Number of Strings That Appear as Substrings in Word using Brute Force String Matching ...
130 views
7d ago
0 views
6d ago
Problem Link: https://leetcode.com/problems/number-of-strings-that-appear-as-substrings-in-word Solution Link: ...
281 views
LeetCode 1967 Java Solution This problem looks like a pattern matching question Many people immediately think: ❌ KMP ...
11 views
Note: This is the short version of the Java tutorials that I have created, targeting audiences who prefer shorter videos. Check out ...
1 view
4d ago
952 Number of Strings That Appear as Substrings in Word | GFG Solutions | Leetcode POTD | 29-06-2026 Problem Statement ...
17 views
In this video, we'll solve LeetCode 1967 - Number of Strings That Appear as Substrings in Word using Java with a simple and ...
25 views
Confused between map() and flatMap() in Java Streams? In this practical Java tutorial, you'll learn the difference between map() ...
5 views
This video shows how to print degree symbol in Java. It explains how to cast the character's Unicode value (176) to the char data ...
Want to learn that there is often more than one way to solve a problem with conditional statements in Java? In this Java 101 video, ...
6 views
3d ago
LeetCode 1967: Number of Strings That Appear as Substrings in Word In this video, we solve LeetCode 1967 using Java and ...
49 views
LeetCode 1358 Java Solution This problem looks like we need to generate every substring And that's exactly where most ...
Write a Java program to print even numbers from 1 to 20. Topics Covered: ✓ Java Interview Question ✓ for Loop ✓ if ...
14 views
Want to learn how to make decisions in Java using if-else statements? In this Java 101 video, we explore how to write and trace ...
8 views
Welcome to the VairagiCodes Java Course Series! If you want to learn Java the right way not by memorizing syntax, but by ...
24 views
1967 Number of Strings That Appear as Substrings in Word. How it works: Initialize counter - Start with count = 0. Loop through ...
Week06 Recursion concept: https://youtu.be/ Previous Problem: https://youtu.be/n-UgVhOEIek Revise Week06 Arithmetic concept: ...