6 kyu

Get the Excel column title!

176 of 463goodwin64
Description
Loading description...
Algorithms
  • Please sign in or sign up to leave a comment.
  • ahmet_popaj Avatar

    It's difficult understanding some katas like this one, challenging.

  • ejini战神 Avatar

    Random tests should also generate invalid cases (at least 30-50% of the time) and not just rely on fixed and sample tests (presumably all languages)

  • ejini战神 Avatar

    Missing fixed, sample and random tests for cases below:

    • n = true / false

    • n is a floating-point number (1.23)

  • saudiGuy Avatar

    python new test framework is required. updated in this fork

  • user9644768 Avatar

    Ruby 3.0 should be enabled.

  • ParanoidUser Avatar
    1. I'd suggest updating the description to have the Markdown headings rendered properly.
      Correct syntax: #Examples Python, Ruby: => # Examples Python, Ruby:

    2. As a minor improvement, code blocks could be annotated with specific language: Syntax:

      '''java,js
        <language specific code block>
      '''
      
  • FArekkusu Avatar

    Python 3 should be enabled.

  • Voile Avatar

    JS: The logs for the random number tests are wrong:

    Result for 210 (expected A):

    The string shown in the log is not the expected value, but rather the value returned by the function.

  • tachyonlabs Avatar

    @goodwin64, seeing your CodeEval screenshot further on down in the discourse I wanted to say that I am also a CodeEval user and had solved their version a while back, but theirs only goes up to ZZZ. I haven't finished with yours yet, but using Python am seeing some weird stuff in the output log with medium random numbers, as shown here:

  • ekailia Avatar

    Really a good kata. Feeling it as 5 kyu. In the check of "medium random numbers", I got 'CMNN' and I saw Result for 61896 (expected CMNN). So that's the correct result. But what is 'Re-complement: 61894 should equal 61896'? It's failed, why? thanks [Python]

  • user5036852 Avatar

    C#-Translation kumited!

    https://www.codewars.com/kumite/57d922a51a62824fa600101d

    Please check and approve it! ;-)

  • tvolf Avatar

    Hi goodwin64.

    I've tried to solve this kata and have got some strange errors while submit my solution. They looks like:

    Check medium random numbers Log 77024 Result for 77024 (expected EJXL): ✘ Re-complement - Expected: 77024, instead got: 95276 === and many other similar messages.

    When I'm running local tests with the same test case I'm getting successfull result message:

    Test Results: Example tests Log 77024 ✔ Test Passed: Value == 'EJXL' Completed in 5ms You have passed all tests! :) ===

    Can you help me with this strange issue ?

  • GiacomoSorbi Avatar

    @goodwin64, can you see this one?

  • Orbit3v1 Avatar

    This comment has been hidden.

  • Unnamed Avatar
  • smile67 Avatar

    Wrong output of testcases (JS): "expected" switched with "user result";-)...

  • goodwin64 Avatar

    One more hint.

    You can use the following formulas in Excel to check yourself: