Round 1
Questions:
- Given 2 string[] s and t, find the strings in s that are missing in t in sequential order.
- Given string s, find list of distinct palindrome substrings present in s.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.