Ad
  • Custom User Avatar
  • Default User Avatar

    I really don't know what I'm doing and where to type. I have NEVER done coding before but has always been interested in it. So, I am looking at the instructions but I don't know where to put it plus I now don't know if that is what the program wants me to type. Again, a true newbie here. Can I have some help please to learn how to get passed the 8 kyu sentence smash? I just need help on learning and from that, what to do...

  • Custom User Avatar

    Racket tests seem to be using strict comparison for non-integers.

  • Custom User Avatar

    The description incorrectly mentions the array can contain integer values, whereas the C translation has an int array.

  • Custom User Avatar

    Ruby should be updated to 3.0

  • Default User Avatar

    Hello. My code corret work im my computer, but here I get error "EOFError: EOF when reading a line". I read in Internet that this mistake to appear if use code from python3 on online editor where use python2. What can I do in this situation?

  • Default User Avatar

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

  • Custom User Avatar

    Kotlin translation and
    Clojure translation both with random Tests.

  • Default User Avatar

    Fixed Go translation with resolved merge conflicts and fuzzy equality test for doubles.

  • Default User Avatar

    Clojure: no random tests

  • Custom User Avatar

    What We're Testing
    We're testing loops and conditionals and aiming at beginners. There are many ways of achieving the solution...

    The use of loops and conditions is not tested, and the last sentence is complete nonsense. This should be removed.

  • Custom User Avatar

    Most languages don't have random tests.

  • Custom User Avatar

    Why do all the solutions voted as "Best Practice" have an O(n^2) runtime when there are easy to understand solutions with O(n) runtime?

  • Custom User Avatar

    Codewars Forums - Kata Best Practices - Have Full Code Coverage

    [JavaScript] While having 10 fixed assertions in the entire test suite is not that bad, it is still somewhat insufficient in preventing logically flawed and/or hardcoded solutions from passing. You should either (1) increase the total number of unique, distinct fixed assertions to at least 20 including edge cases or (2) write 100+ random tests as per standard Codewars practice and is generally preferred over just fixed tests.

  • Custom User Avatar

    So I have code that is doing a simular thing to other. Show the expected out and the instead got, appears to be the same. I believe it's because there's an extra new line at the end. However this only breaks when the size is an odd number. Works for checkerboard(8), but breaking on checkerboard(5). Not sure how to show anyone my code properly. Additionally, I've been researching how to remove the last occurance of a line break, but can't seem to find anything.

    Used .trim() on my return statement, but that didn't work.

  • Loading more items...