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
87 results
Lecture recordings of CS 566 – Efficient Algorithms (Winter 2025-26) Efficient Algorithms (CS 566) is a second module in ...
5 views
1 day ago
Master the Knuth-Morris-Pratt (KMP) algorithm in this visual, beginner-friendly guide! String matching is a fundamental problem ...
0 views
5 days ago
1. Compiler Design Playlist: https://www.youtube.com/playlist?list=PLXj4XH7LcRfC9pGMWuM6UWE3V4YZ9TZzM ...
326 views
4 days ago
Learn the Rabin-Karp Algorithm for efficient string matching! In this video, we break down how to solve the classic string ...
9 views
Unlock the power of efficient text processing with this guide to Advanced String Algorithms! In this video, we move beyond ...
19 hours ago
Learn the Z Algorithm for efficient pattern matching! In this video, we break down the Z Algorithm, a linear time approach to ...
8 views
Discusses AI's potential to go beyond literal string matching to concept matching, enhancing its utility in various applications.
44 views
7 days ago
Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...
54 views
3 days ago
Learn the Aho-Corasick algorithm, the most efficient way to perform multiple pattern matching in a single pass! In this video, we ...
Learn how to solve the Wildcard Pattern Matching problem (often LeetCode 44) using Dynamic Programming! In this video, we ...
Learn how to solve the Longest Common Subsequence (LCS) problem using Dynamic Programming! In this video, we break ...
1 view
#Backtracking #Recursion #ProblemSolving String Matching Algorithms Naive, KMP, Rabin-Karp concepts and complexity.
24 views
6 days ago
Tired of exact matches failing on messy data? This talk showcases how BM25, a powerful fuzzy search algorithm, tackles the ...
49 views
Learn how to solve the 'Permutation in String' problem (LeetCode 567) using the efficient Sliding Window technique! In this ...
3 views
Learn how to solve the Isomorphic Strings problem efficiently using Hash Maps! In this video, we break down the logic behind ...
No rushed tricks. No confusing jargon. Just clear intuition and human-verified code for LeetCode's essential string-matching ...
In this video, we break down the logic behind pattern matching strings. We explore why a simple one-way check isn't enough and ...
Talk by Laura Bocchi, University of Kent, at the VeTSS Summer School, August 2025, Glasgow University, Scotland.
6 views
... Arrays is a game changer for solving complex string problems like pattern matching and finding the longest common prefix.