Beta

Hero suffix quest

Description
Loading description...
Algorithms
  • Please sign in or sign up to leave a comment.
  • Voile Avatar

    The actual tests contain digits as well as characters, and digits and characters do not have a natural ordering between each other (unless something like ASCII code order is assumed).

  • yaneX Avatar

    I've tried my best ... but I have no idea what's the goal of this task.

    I understand, that it's supposed to look like a riddle, but in my opinion Katas on this platform should be clear on what are the requirements and what's the goal.

    I thought I've understood the task and passed the training tests, but then random test came and I have no idea what am I expected to do.

    Please, provide a more clear explaination and/or an example.

    • minusminus Avatar

      I will be happy to help you, but don't want to kill all the fun with this kata, not yet. I did not test your solution, but it can be that it's not sorting what should be sorted. And, in random tests, do you get errors, or timeouts?

    • minusminus Avatar

      I think it can be closed now.

      Suggestion marked resolved by minusminus 2 years ago
  • dfhwze Avatar

    Hey Elminster, without hitting the "train" button, it's not that clear what is expected. Is this a puzzle? If so, add the appropriate flag.

    • Voile Avatar

      It is

      nth ordered suffix of text engraved above each door

      but yes, it's hard to see and also hard to realize what "ordered suffix" means.

    • minusminus Avatar

      I did not think of it as a puzzle, rather an optimization of naive solution. And you're right, it was hard to realize the goal. Hope it's a bit better now.

      Suggestion marked resolved by minusminus 3 years ago