• Sign Up
  • Kata
  • Kumite
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Marziyeh
Clan:Founders & Coders
Member Since:Feb 2015
Last Seen:Jan 2021
Profiles:
Following:207
Followers:232
Allies:203
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (603)
  • Replies
  • Authored
  • Needs Resolution
    • ejini战神
    • resolved a suggestion on "Is n divisible by x and y?" kata

    kata suggestion != kata solution ~~

    • PhiseySt
    • commented on "Vowel remover" kata

    Five years have passed and have not been fixed.

    • renliang
    • commented on "Double Cola" javascript solution

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

    • renliang
    • commented on "Double Cola" javascript solution

    6666

    • B1ts
    • resolved an issue on "Is n divisible by x and y?" kata

    Maybe only 2 tests are passing? You need to return the result, not print it. Not a kata issue.

    • maxkaukel
    • created an issue for "Is n divisible by x and y?" kata

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

    • Blind4Basics
    • resolved an issue on "Is n divisible by x and y?" kata

    Hi,

    Not an issue, that's your approach that is incorrect. Print the inputs so that you can see why this is incorrect. Closing.

    cheers

    • ap-Codkelden
    • created an issue for "Is n divisible by x and y?" kata

    My solution hasn't passed all of basic tests, although it based on following assertion:

    If n * m = c, then

    a / c = a / (n * m)

    My code is:

    def is_divisible(n,x,y):
        _ = x * y
        return n // _ == n / _
    

    But tests fails, and I think that is tests issues. What's wrong with it?

    • kiccer
    • commented on "Double Cola" javascript solution

    膜拜大佬。。。

    • qmstuart
    • commented on "Vowel remover" kata

    sometimes

    • qmstuart
    • commented on "Vowel remover" kata

    Clojure translation

    https://www.codewars.com/kumite/5fb5398207abc400263d5b73?sel=5fb5398207abc400263d5b73

    • undef_username
    • created a suggestion for "Vowel remover" kata

    It would be nice to cover uppercase letters in testing as well:

    Test.expect(shortcut('ignore UppercAse') == 'gnr UpprcAs', 'uppercase vowels should be ignored');

    • Chrono79
    • commented on "Vowel remover" kata

    But that solution makes this one a duplicate of Disemvowel trolls or am I wrong? I think a better solution would be testing with both lowercase and uppercase and only removing lowercase, I know it's not that much a difference, but better than nothing.

    Also, at least IMO:

    Don't worry about uppercase vowels.

    is a little ambiguous, does it mean you'll only receive lowercase letters or you don't need to remove the uppercase letters? The tests should be different between those two options.

    • Azuaron
    • resolved an issue on "Vowel remover" kata

    It looks like the "solution" was to add a note to the Description saying "don't worry about uppercase vowels".

    • Chrono79
    • commented on "Vowel remover" kata

    This is still an issue, solutions that remove all vowels randomly pass. Specific tests should be added.

  • Loading more items...
  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm