7 kyu

The Hidden Word

705 of 1,864veredrec
Description
Loading description...
Strings
Regular Expressions
Fundamentals
  • Please sign in or sign up to leave a comment.
  • ejini战神 Avatar

    C#: method name should be PascalCase (Please refer to implementation of backward compatibility here )

  • ejini战神 Avatar
    • Python new test framework should be used (Refer this & this for more detail)

    • Ruby 3.0 should be enabled (Refer this & this for more detail)

  • ejini战神 Avatar
    • No random tests in JS

    • Node 12 should be enabled (Refer this and this for more info)

  • pranav42 Avatar

    This comment has been hidden.

  • chall92 Avatar

    I've written up my answer for this (in Python), and it works with all the test cases I can see when I run it in PyCharm. However, on here I'm getting an error. I can pass the first test ("aid" equals "aid"), but then it keeps saying the second test isn't right. It'll say "debtaid" should equal "debt" or something similar. I'm running my program with the numbers they say were tested, and it gives the right answer. I don't know why it doesn't work on the actual site... I'm new here, though. Am I missing something?

  • smolen Avatar

    "Maya won't forget to thank you at the end of her article :) "

    Where is she then :D?

  • wthit56 Avatar

    Nice little challenge, with room for optimisation if the coder feels like it. Well done! (Story is a little conveluted for the task, but whatevs ;P)

  • GiacomoSorbi Avatar

    Crystal translation there for you :)

  • adrian.eyre Avatar

    Ruby, Python and C# translations submitted :-) please check and approve

  • donaldsebleung Avatar

    A good amount of fixed tests but would be even better if there were some random tests as well ;)