employer cover photo
employer logo
employer logo

Works Applications

Is this your company?

Works Applications Interview Question

1. Print all the LCS between two strings. Variation: remove duplicates 2. Print all the permutations of the string. Variation: remove duplicates, and change order such that small letters are considered before Capital letters. a->A->b->B->...->z->Z. (Not sure about it, was either this or A->a->B->b..->Z->z)