• 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
Aut Avatar
Name:Unknown
Clan:Unknown
Member Since:Jun 2014
Last Seen:Mar 2024
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies
    • Authored (32)
    • Needs Resolution
    • Custom User Avatar
      • Aut
      • commented on "Remove exclamation marks" javascript solution
      • 8 years ago

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

    • Custom User Avatar
      • Aut
      • commented on "Design a Simple Automaton (Finite State Machine)" javascript solution
      • 8 years ago

      It is probably easier to just rewrite the expression every time instead of trying to change it for your hypothetical legacy support case.

    • Custom User Avatar
      • Aut
      • commented on "Reimplement Multiplication Part 1" kata
      • 10 years ago

      Out of habit I think.

    • Custom User Avatar
      • Aut
      • commented on "Reimplement Multiplication Part 1" kata
      • 10 years ago

      For a little added complexity, why not have some negative products thrown in the mix?

    • Custom User Avatar
      • Aut
      • commented on "Alternating Loops" kata
      • 10 years ago

      Good work ;)

    • Custom User Avatar
      • Aut
      • created an issue for "Alternating Loops" kata
      • 10 years ago

      Random tests seem to expect empty arrays instead of final merged results.

    • Custom User Avatar
      • Aut
      • created a suggestion for "Linked Lists - Sorted Insert" kata
      • 10 years ago

      I would like if the description stated if the list is ascending or descending sort. Other than that, I enjoyed this Kata.

    • Custom User Avatar
      • Aut
      • commented on "Power of two" javascript solution
      • 10 years ago

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

    • Custom User Avatar
      • Aut
      • commented on "Accessor Function" javascript solution
      • 11 years ago

      You are absolutely correct. That is probably a case that should be in the tests.

    • Custom User Avatar
      • Aut
      • created an issue for "Greeting My Friends [Arrays]" kata
      • 11 years ago

      greetings is not a defined variable in the given test cases. This causes the test cases to always crash. I worked around this by adding GreetingsMyFreinds greetings = new GreetingsMyFreinds(); to every test case. The class name of GreetingsMyFreinds is spelled wrong and should be GreetingsMyFriends. In your description, "this" is spelled as "thit." The error messages upon failing a submission are not very helpful as they read arrays first differed at element [0]; expected: but was: when I was missing an "!" on the end of my strings. Just a few things that could be cleaned up. Otherwise I didn't see any issues.

    • Custom User Avatar
      • Aut
      • created an issue for "Change Machine" kata
      • 11 years ago

      I think a coffeescript test case is broken. Specifically the one that gives 59948945969459 cents. My answer was:
      { '1': 4, '5': 1, '10': 0, '25': 2397957838778 } which appears to calculate out to 59948945969459 just fine. However, the test says I am wrong and it was expecting {"1":4,"5":1,"10":0,"25":1366087610} which only appears to be 34152190259 in value.

    • Custom User Avatar
      • Aut
      • commented on "Float to Binary Conversion" kata
      • 11 years ago

      I encountered no issues with it. My solution worked quickly and without issue.

    • Custom User Avatar
      • Aut
      • commented on "Tree leaves at same level" kata
      • 11 years ago

      I was getting that error as well, but then it went away. Not sure what happened.

    • Custom User Avatar
      • Aut
      • commented on "Float to Binary Conversion" kata
      • 11 years ago

      I was getting flashbacks to college while working on this one. Interesting problem as well as learning about how things work inside computers makes this a neat Kata.

    • Custom User Avatar
      • Aut
      • commented on "Binary Search Golf" javascript solution
      • 11 years ago

      Nice!

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...