Sort by

recency

|

33 Discussions

|

  • + 0 comments

    Here is my solution in java, javascript, python, C, C++, Csharp HackerRank Hyper Strings Problem Solution

  • + 0 comments

    Do not waste your time with that question. The question author have not thought of edge cases. Editorial and solution code are not correct.

    The question seems solvable with more exponential steps, but this makes the question much difficult.

    Example case: (Solution should be 15, but editorial code outputs 16)

    4 5
    abc
    de
    ab
    def
    
  • + 0 comments

    Here is Hyper Strings problem solution - https://programs.programmingoneonone.com/2021/07/hackerrank-hyper-strings-problem-solution.html

  • + 0 comments

    I found it really helpful , thanks for the solution. spells to break up friendship

  • + 1 comment

    Please fix your bug in the 10th test case format. I thought it was my code's error so I wasted 1.5 hour trying to debug for 10th test case. Then I spent 5 hackos and finally know that's your bug in your test case!!