Ad
  • Default User Avatar

    <algorithm> is needed for std::count_if and cctype for tolower. It's possible that whose headers are preloaded but I like to explicit about the headers I use.
    <string> really isn't needed here. Maybe it's left over a previous attempt of mine.

    I don't understand what you mean by "i dont like the solution for big strings"