[Solved] Insert a string. Create new string which is the mirror reverse of the inserted one around its center
The Basic Idea So with this solution, it’s quite simple, you have your dictionary, then you make a slight change to each object within the dictionary, you basically add some string to it so that if a word is ‘card’, it’ll swap the order of the letters in such a way that when you search … Read more