Write a c++ program where a character string is given , what is the minimum amount of characters your need to change to make the resulting string of similar characters ?
Write the program using maps or deque
Input : 69pop66
Output : 4
// we need to change minimum 4 characters so the string has the same characters ( change pop and 9)
Input : 1+2=12
Output: 4