#include <unordered_map> unordered_map<char, int> map; for(int i=0;i<str.size();i++){ map[str[i]]++; }