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
74 results
Master the Knuth-Morris-Pratt (KMP) algorithm in this visual, beginner-friendly guide! String matching is a fundamental problem ...
13 views
13 days ago
Learn the Rabin-Karp Algorithm for efficient string matching! In this video, we break down how to solve the classic string ...
15 views
Learn the Aho-Corasick algorithm, the most efficient way to perform multiple pattern matching in a single pass! In this video, we ...
21 views
9 days ago
In this video, we solve the Longest Palindromic Substring problem step by step. This is one of the most frequently asked coding ...
4 views
12 days ago
Learn how to solve the Wildcard Pattern Matching problem (often LeetCode 44) using Dynamic Programming! In this video, we ...
0 views
10 days ago
Learn how to solve the Isomorphic Strings problem efficiently using Hash Maps! In this video, we break down the logic behind ...
In this video, we explain the Boyer–Moore string matching algorithm with a clear focus on the Bad Character Rule.
56 views
2 weeks ago
In this video, we break down the logic behind pattern matching strings. We explore why a simple one-way check isn't enough and ...
2 views
Learn how to solve the Shortest Palindrome problem efficiently! In this video, we break down one of the trickier string problems ...
3 views
Master the Regular Expression Matching problem! This video breaks down the logic behind pattern matching with wildcards ...
Learn how to efficiently extract number patterns separated by slashes (e.g., '8/8/69') from text using concise JavaScript regular ...
4 weeks ago
Mastering Python Regular Expressions (RegEx) - Patterns and Special Characters.
1 view
Learn how to solve the Isomorphic Strings problem! In this video, we break down the logic behind checking if two strings share ...
Learn how to fix greedy regex capturing issues when replacing HTML tags with BBCode in JavaScript using non-greedy ...
3 weeks ago
Learn how to replace multiple string values across several columns in an R dataframe using modern `dplyr` techniques like ...
Erfahren Sie, wie Sie `null`-Werte für Ganzzahlen in Scala effektiv mit Pattern Matching-Techniken für saubereren und robusteren ...
Learn how to resolve ambiguous overloads when wrapping std::format and std::vformat in C+ + 23, using additional overloads to ...
Learn how to properly capture the last emitted value matching a condition in Combine publishers, even when an error interrupts ...
... Arrays is a game changer for solving complex string problems like pattern matching and finding the longest common prefix.
Learn the fundamentals of the Trie Data Structure (Prefix Tree) in this beginner-friendly guide! We break down how Tries work, ...