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
42 results
This video is an animation that shows how the brute-force string-matching algorithm works step by step. The pattern is aligned ...
9 views
3 weeks ago
6 views
1 view
A reverse string algorithm takes a string and returns the characters in the opposite order. Each programming language has its own ...
326 views
12 days ago
Efficiently count items based on a dynamic rule. We'll explore a clever indexing technique using a hash map to optimize rule ...
0 views
2 weeks ago
Exception Handling | Regex Basics and Pattern Matching | Java Regular Expressions | GeeksForGeeks | Java Programming ...
In this video, we explore an advanced SQL Interview Topic: "Beyond LIKE - Using REGEXP for Real Pattern Matching in SQL".
2 views
4 weeks ago
PostgreSQL provides powerful tools to handle string manipulation and pattern matching, including the use of regular expressions ...
Exception Handling | Regex Basics and Pattern Matching (Part 1) | Java Regular Expressions | GeeksForGeeks | Java ...
Most LeetCode tutorials show you the answer first. This one doesn't. This video walks through deriving the Binary Tree Level ...
7 days ago
Valid Anagram is a classic coding interview question: given two strings, determine if one is an anagram of the other, meaning both ...
5 views
Valid Anagram is a classic coding interview problem: given two strings s and t, determine if t is an anagram of s. That means every ...
20 views
Valid Anagram asks whether two strings use the exact same letters the same number of times, like "anagram" and "nagaram.
13 views
I solve LeetCode 355 (Design Twitter) the way I actually solved it — no watching a solution first. Just the problem, a Socratic ...
Valid Anagram asks whether two strings use the exact same letters the same number of times. "anagram" and "nagaram" are a ...
16 views
Full written solution: https://interview-kit-fe.vercel.app/sql-lesson-11-inner-join Code on GitHub: ...
Another episode of the solving series! Today I solved 3884. First Matching Character From Both Ends, easy #leetcode problem.
41 views
In this video we tackle LeetCode 2057: Smallest Index With Equal Value. The task is to return the smallest index i such that i % 10 ...
10 days ago
The Fuzzy Match tool finds records that nearly agree, even when the text doesn't line up. Match table-vs-table, within a table, ...
A regex can be tiny — (a+)+b — yet feed it thirty a's and no b, and some engines hang for years. How does a pattern that small ...
15 views