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
45 results
String Matching Algorithm Knuth-Morris-Pratt (KMP) preprocesses the pattern to build a Longest Prefix Suffix (LPS) array to avoid ...
0 views
2 days ago
Welcome Back to CodeByTushu! In today's video we solve: LeetCode 1967 — Number of Strings That Appear as Substrings in ...
15 views
5 days ago
How do AI systems search through **millions or even billions of vectors in milliseconds**? The answer is **Approximate Nearest ...
24 views
4 days ago
Most developers build search bars that do strict string matching. User types "Fluttr" instead of "Flutter". Zero results. App closes.
2 views
Number of Strings That Appear as Substrings in Word | Leetcode 1967 In this video, we solve Leetcode 1967 (Daily Challenge ...
851 views
... Java, C++, and JavaScript to help you build a solid understanding of string matching strategies. Leetcode Unlocked Website: ...
17 hours ago
In this video, we solve a coding problem on finding the count of matching subsequences using dynamic programming.
3 views
7 days ago
In this video, we'll solve LeetCode 1967 - Number of Strings That Appear as Substrings in Word using two different approaches.
9 views
LeetCode Problem of the Day — 2026-06-29 Problem: Number of Strings That Appear as Substrings in Word Difficulty: Easy ...
1 view
Solution to LeetCode 1967 Number of Strings That Appear as Substrings in Word. Leetcode daily problems 29 June 2026.
121 views
6 days ago
In Part 11 of our DSA Series, we shift from learning data structures to applying them — covering the 3 most powerful coding ...
6 views
In this video, we solve LeetCode 1967 — Number of Strings That Appear as Substrings in Word using a simple and efficient string ...
33 views
Master the valid parenthesis problem using a stack data structure. Learn how to optimize your code with a clean implementation in ...
4 views
3 days ago
LeetCode 392 - Is Subsequence with a complete walkthrough of the brute force approach and the optimal O(n) two pointers ...
In this video, we tackle LeetCode 1967, Number of Strings That Appear as Substrings in Word! We break down the string matching ...
284 views
Try it yourself. The full written explainer and an interactive visualizer are here: https://unrote.com/problems/permutation-in-string/ ...
13 views
MSBTE DSU Practical | C Programming Practical Explained Step by Step | Complete Solution * Write a 'C' Program to Search a ...
7 views
Welcome to LeetCode in Java – Episode 5! In this video, we solve LeetCode Problem #5 – Longest Palindromic Substring using ...