• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
EwertonES Avatar
Name:Ewerton
Clan:ewerton.com.br
Member Since:May 2019
Last Seen:Oct 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (15)
  • Needs Resolution
  • Custom User Avatar
    • EwertonES
    • commented on "Descending Order" c solution
    • 2 years ago

    The 10 in digits is for storing all possible digits (0..9), and each key stores the number of ocurrences of that digit in n

  • Custom User Avatar
    • EwertonES
    • commented on "Digit*Digit" c solution
    • 2 years ago

    Nice recursion!

  • Custom User Avatar
    • EwertonES
    • commented on "Bouncing Balls" java solution
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • EwertonES
    • commented on "Detect Pangram" java solution
    • 5 years ago

    In my humble knowledge, I don't think there is O(26n) in Big-O notation. O(k*n) = O(n)

  • Custom User Avatar
    • EwertonES
    • commented on "Count the smiley faces!" cpp solution
    • 5 years ago

    Okay then, thanks for explaining it.

  • Custom User Avatar
    • EwertonES
    • commented on "Count the smiley faces!" cpp solution
    • 5 years ago

    Why would anyone read these comments before trying to solve it???

  • Custom User Avatar
    • EwertonES
    • commented on "Count the smiley faces!" cpp solution
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • EwertonES
    • commented on "Extract the domain name from a URL" python solution
    • 5 years ago

    Didn't know how to rename groups and I didn't even think of www3., nice.

  • Custom User Avatar
    • EwertonES
    • commented on "Integers: Recreation One" kata
    • 5 years ago

    Sorry, I don't know what happened. I tried to repeat the problem, but this time, it didn't give me any error. When I was solving it, the compiler was sending that message everytime on 'Test' mode.

  • Custom User Avatar
    • EwertonES
    • created a question for "Integers: Recreation One" kata
    • 5 years ago

    My code passed, but in tests, it keeps generating this error:

    In file included from main.cpp:5:
    ./preloaded.h:6:82: error: no member named 'str' in 'std::basic_ostream'
    return (std::ostringstream() << '{' << x.first << ", " << x.second << '}').str();

    Why?

  • Custom User Avatar
    • EwertonES
    • commented on "Most frequently used words in a text" kata
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • EwertonES
    • commented on "Where my anagrams at?" kata
    • 5 years ago

    Still not resolved

  • Custom User Avatar
    • EwertonES
    • commented on "Dubstep" javascript solution
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • EwertonES
    • commented on "Create Phone Number" python solution
    • 5 years ago

    Didn't know this model of function definition. Thanks!

  • Custom User Avatar
    • EwertonES
    • commented on "Persistent Bugger." java solution
    • 5 years ago

    I didn't even think of using recursion, it's beautiful.

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...