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)
Check out your Company Bowl for anonymous work chats.