List/Grid

puzzle Subscribe to puzzle

Program to find Anagrams

An anagram of a word or phrase is the result of rearranging its letters to form another meaningful word or phrase. For example, an anagram of “anagram finder” is “garden… Read more »

Find the Cat in the Picture

Find the Cat in the Picture

Leave comment if you are able to find the cat……

First Non-Repeated Character

Write a function to find the first non-repeated character in a string. To solve this problem, if we pick the first character and then compare the character with the remaining… Read more »

Solution to ABCDE*4 = EDCBA

What is ABCDE for this ABCDE x 4 = EDCBA Each letter represents a different number? The answer is ABCDE*4=EDCBA is 21978*4=87912 First, it is obvious that A must be… Read more »