Technical2026-08-16
Given three strings, write code to check if the third string is a shuffle of the first two strings. The third string is a shuffle if it can be formed by interleaving the characters of the first and second strings while maintaining the left-to-right ordering of characters from each string.
Context & Summary
Coding round focused on string manipulation and dynamic programming.
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Conceptual Question
This appears to be a conceptual, design, or behavioral question rather than an algorithmic coding problem. The code editor and automated test cases have been disabled for this question.
Back to questions
InterviewDigest