InterviewDigestInterviewDigest

OA Practice Workspace

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.