InterviewDB
Question
String Pattern Detector: Find All Occurrences of a Pattern in a Text Using Efficient String Matching
phone
Question Details
Problem Given a text string T and a pattern string P, find all starting indices where P occurs in T. First implement naive O(n*m) search, then implement KMP for O(n+m). Example: Follow-ups Walk through the KMP failure function construction for patter…
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Coding
Onsite
Phone
Strings
More from Verkada
1p3a
Verkada Store Front Tech Phone Screen Interview Experience
LeetCode
#986 Interval List Intersections
InterviewDB
Camera API: Design an OOP Camera Control API for a Multi-Camera System
InterviewDB
Camera Intensity: Compute Pixel Intensity Statistics Across a Camera Feed
1p3a
Verkada Tech Phone Screen: Camera Failure Aggregation Problem