LC practice for common "non-LC" string/log manipulation interview questions?
Anonymous User
504

I noticed a lot of interviews will ask "non-LC" type questions (but still being LC-adjacent), where you have to parse a string, log, or data input and do something with it (iterate, parse, manipulate, etc). I felt a lot of Stripe interview questions were like this. They're supposed to simulate "real world" problems, but they are still LC-adjacent since they require writing a type of algorithm and using data structures.

I was wondering if there are Leetcode questions that will help with specifically practicing for questions like this? I know there are a lot of "string" questions, like finding palindromes/anagrams, stacks for finding valid parentheses, etc, but I was thinking something closer to the log/data parsing for interview questions. Thanks in advance.

Comments (1)