Showing posts from March, 2023
🎙 Asked in Google
Given three strings A, B and C. Write a function that checks whether C is an interleaving of A and B. C is said to be interleaving A and B, if it contains all and only characters of A and B and order of all characters in individual strings is preserved.
coding wallah
March 08, 2023
🎙 Asked in Google
Given an array that contains both positive and negative integers, find the product of the maximum product subarray.
coding wallah
March 05, 2023