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
61 results
In this YouTube Short, I explain the Sliding Window (Fixed Size) pattern using a simple example: “Maximum Number of Vowels in ...
743 views
3 days ago
Solve LeetCode 28 – Find the Index of the First Occurrence in a String using a clean and easy-to-understand Brute Force Pattern ...
0 views
11 hours ago
In this JavaScript Strings tutorial, you will learn the most important JavaScript String Methods, especially the most confusing ones ...
9 views
1 day ago
Learn how to solve the 'Longest Substring Without Repeating Characters' problem using the efficient Sliding Window technique!
6 days ago
String.match() - JavaScript Tutorial for Developers Extracts pattern matches from a string using regular expressions. Essential for ...
237 views
90% log substring problems ko overthink kar dete hain Jabki solution sirf Sliding Window Pattern hota hai Day 2 of ...
545 views
2 days ago
String.startsWith() - Full JavaScript Tutorial Determines if a string begins with the characters of a specified string. Essential for ...
String.padEnd() - JavaScript Tutorial for Developers Pads a string to a specified length with a fill character. Useful for formatting ...
19 views
Master Web Development from Scratch — No Copy-Paste, No Prior Experience Needed Welcome to the ultimate HTML, CSS, and ...
8,866 views
leetcode Source Code: https://github.com/guptakaran-01/DSA-Codes/blob/main/leetcode-03.
5 days ago
String.replaceAll() - JavaScript Tutorial for Developers Replaces all occurrences of a substring with another. Perfect for data ...
181 views
In this video, we will learn JavaScript Strings and all the important String Methods used in real-world programming . This tutorial ...
The real difference is Fixed vs Variable Understand this once → Subarray, substring, max/min problems become easy.
156 views
30 minutes ago
String.search() - JavaScript Tutorial for Developers Searches for a regex pattern in a string. Essential for text processing.
516 views
4 days ago
String.repeat() - JavaScript Tutorial for Developers Returns a new string with copies of the original string. Useful for patterns and ...
75 views
Solutions available at https://github.com/JKS-sys/Solution-To-Problem-Of-The-Day-at-geeksforgeeks.org POTD Question was ...
50 views
Learn JavaScript String Methods step by step in this complete beginner-friendly tutorial in Hindi/Urdu. In this video, we explain ...
49 views
Streamed 3 days ago
String.charAt() - JavaScript Tutorial Returns the character at a specified index in a string. Essential for string manipulation.
7 days ago
Video Summary (Generated by AI, Edited by Human.) This video discusses Unicode, character encoding, and string handling in ...
226 views
Streamed 1 day ago
String Slicing Hack Everyone Gets Wrong! Did you know? The end index in Python slicing is EXCLUDED! [0:3] gives you indices 0 ...
633 views