• 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
ankr Avatar
Name:Andreas K
Clan:Unknown
Member Since:Nov 2013
Last Seen:Apr 2025
Profiles:
Following:1
Followers:33
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored
  • Needs Resolution (74)
  • Custom User Avatar
    • PandaSensei
    • created an issue for "Evaluate mathematical expression" kata
    • last month

    It was a fun kata to do but it says to not worry about validation and yet even tho I passed all the normal tests I fail the ones when it gives non valid ecuations such as "-", ((number), so on.

  • Custom User Avatar
    • Tester_blck
    • created a suggestion for "Find the capitals" kata
    • 5 months ago

    Hi, check the kata.
    Translate Dart

  • Custom User Avatar
    • rebornwwpcoder
    • created a question for "Evaluate mathematical expression" kata
    • 7 months ago

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

  • Custom User Avatar
    • jcsahnwaldt
    • created an issue for "Evaluate mathematical expression" kata
    • 9 months ago

    Java issue: Some cheaters are using base64 encoding to dodge the disallowed word test. We should add "base64" to the list of disallowed words. There is no legitimate use for base64 in this kata.

  • Custom User Avatar
    • saudiGuy
    • created a suggestion for "RPG dice roller" kata
    • 10 months ago

    python new test frameworks

  • Custom User Avatar
    • ejini战神
    • created an issue for "String insert values" kata
    • 15 months ago

    mocha + chai should be enabled

  • Custom User Avatar
    • ejini战神
    • created an issue for "String insert values" kata
    • 15 months ago

    Missing edge cases like this which will invalidate a lot of solutions (including top-voted one)

    var obj = {
      "|": "John",
      "+": "Smith",
      "*": 7,
      "?": "sandwiches"
    };
    var str = 'Hello {|} {+}, you must eat {*} {?} today!';
    
  • Custom User Avatar
    • ejini战神
    • created an issue for "String insert values" kata
    • 15 months ago

    Description does not mention how to handle cases when the key is not found in the given object

  • Custom User Avatar
    • bambuk1000
    • created a suggestion for "Evaluate mathematical expression" kata
    • 16 months ago

    Could you add a C# version to this kata? Already solved it there before seeing that there was no C# option lol

  • Custom User Avatar
    • trashy_incel
    • created an issue for "RPG dice roller" kata
    • 2 years ago

    tests need to be much more torough regarding randomness, and assertions should be improved (test.expect is used in JS and Python)

  • Custom User Avatar
    • GillesVanPellicom
    • created an issue for "Evaluate mathematical expression" kata
    • 2 years ago

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

  • Custom User Avatar
    • trashy_incel
    • created an issue for "Array intersect all" kata
    • 2 years ago

    it is not specified what to do when there are duplicate elements, e.g. should
    intersect([0, 0], [0]) return [0, 0] or [0] ? the author's reference solution in JS, which is the original language, does this:

    > intersect([0], [0,0])
    [ 0 ]
    > intersect([0, 0], [0])
    [ 0, 0 ]
    
  • Custom User Avatar
    • ejini战神
    • created an issue for "Evaluate mathematical expression" kata
    • 2 years ago

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

  • Custom User Avatar
    • ejini战神
    • created an issue for "Evaluate mathematical expression" kata
    • 2 years ago

    Solutions below (potentially more) should be disabled in Ruby

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/56216bc9c56f6efe88000061

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/55ca6ee3438a1bcced00006c

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/5a670e4e74df2abd26000ea7

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/619444406bf868000148106f

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/59e86516943fb2789b000d99

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/640d24c4830c6400017cd7e9

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/636976ae0e9afe00019c1eea

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/62752e29e3f82100014361fe

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/57d0591042e44e3f2800010b

    • https://www.codewars.com/kata/reviews/5564d1d017229acdc800003b/groups/58f47fde6fbd722342000131

  • Custom User Avatar
    • Cheloveki
    • created a question for "Evaluate mathematical expression" kata
    • 2 years ago

    Hello.

    I use the Java language.

    The tests pass, but when I try to send the code, writes: "For input string:"+"." Then follows Stacktrace, in which: "Java.lang.numberformatexception: for input string:"+". Next, Stacktrace ...".

    My calculator returns 0.0 with a transferred line "+". I don’t understand what needs to be returned to go these tests.

    I think that the exception should be returned to such a line: "+". Since this is not a mathematical expression. I think the decision is the correctness of the exclusion. But I can’t fully understand in which form to return the exception.

    Who can direct to the right thought, please write?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...