Can we solve anagram test puzzle by getting ascii value of each character in the string and then find sum of all characters , then calculate the same for other string and then compare two values(sum)?
Is it feasible?
Can we solve anagram test puzzle by getting ascii value of each character in the string and then find sum of all characters , then calculate the same for other string and then compare two values(sum)?
Is it feasible?