• 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
Axesilo Avatar
Name:David Carroll
Clan:Texas A&M University
Skills:java, python, c#, javascript, c++, typescript
Member Since:Jun 2017
Last Seen:Sep 2020
Profiles:
Following:103
Followers:102
Allies:100
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (30)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • martynov-94
    • commented on "Unique string characters" javascript solution
    • 4 years ago

    You can use jsbench.me

  • Custom User Avatar
    • Blune
    • commented on "Difference of Volumes of Cuboids" csharp solution
    • 4 years ago

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

  • Custom User Avatar
    • shahin1
    • commented on "Difference of Volumes of Cuboids" csharp solution
    • 4 years ago

    I really like this. Does anyone know why the number 1 is there? I tested the code without it and it works.

  • Custom User Avatar
    • Angelburgie
    • commented on "Unique string characters" javascript solution
    • 4 years ago

    Don't know much about that, but a pretty basic way to measure times is getting the time before execution then subtract that time to the time after execution, that could give you time execution, "could" because it's not consistent for several reasons, like, it depends on the specs of your device, programs you're running, etcetera, so this is just like an archaic way. Actual pros analyze the time and space complexity of the algorithm as a whole, considering the size of the inputs, cost of each function call, loops, and more stuff, which I don't have any knowledge on those topics.

  • Custom User Avatar
    • DietBepis1
    • commented on "Unique string characters" javascript solution
    • 5 years ago

    How do you make measurements like that? I am a noob but try to think about the efficiency of my code and wonder about ways I could check.

  • Custom User Avatar
    • user7605847
    • commented on "Unique string characters" javascript solution
    • 5 years ago

    I carried out measurements, on lines more than 10,000 characters long, this solution ceases to be effective. It seems that on long strings, converting to sets is more expensive than actually checking for matches in the original strings.

  • Custom User Avatar
    • Haksell
    • commented on "Triangular Treasure" kata
    • 5 years ago

    Is there absolutely no way to change them? (I'm new to codewars)
    It makes no sense at the moment. We have to manually add imprecision to our answer.

  • Custom User Avatar
    • stauntonjr
    • commented on "N seconds ago" python solution
    • 6 years ago

    Thanks for the info lechevalier -- I was really wondering what the problem was.

  • Custom User Avatar
    • guillaumesasdy
    • commented on "Where my anagrams at?" csharp solution
    • 6 years ago

    It's not O(n). The Except method has to compare the wordCount elements one by one for each wCount.

  • Custom User Avatar
    • cliffstamp
    • resolved an issue on "Potenciation" kata
    • 7 years ago

    Ok.

  • Custom User Avatar
    • KenKamau
    • resolved an issue on "Is n divisible by x and y?" kata
    • 7 years ago

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

  • Custom User Avatar
    • Blind4Basics
    • commented on "Is n divisible by x and y?" kata
    • 7 years ago

    I checked the python code and didn't see any input that could cause troubles to the most basic implementation, without any additional information. In what language did you encounter that problem?

  • Custom User Avatar
    • Blind4Basics
    • commented on "Is n divisible by x and y?" kata
    • 7 years ago

    or one solves the issue BEFORE resolving it, and only then the kata gets approved...?

  • Custom User Avatar
    • no one
    • commented on "Is n divisible by x and y?" kata
    • 7 years ago

    close the issue so this kata can be approved..
    -ve numbers are not present , zero is also excluded. Therefore no need to check for those.

  • Custom User Avatar
    • lechevalier
    • commented on "N seconds ago" python solution
    • 8 years ago

    It's a bug depending on which OS you run (more exactly how C strftime is implemented): https://bugs.python.org/issue13305.
    Looking at Python docs, all options should be padded.

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...