Sort by

recency

|

13 Discussions

|

  • + 0 comments

    Here is my solution in java, javascript, python, C, C++, Csharp HackerRank Count Scorecards Problem Solution

  • + 0 comments

    Here is Count Scorecards problem solution in Python Java C++ and C programming - https://programs.programmingoneonone.com/2021/07/hackerrank-count-scorecards-problem-solution.html

  • + 0 comments

    This is unsolvable in javascript unless you implement an extremely efficient algorithm. IT TIMEOUTS EVERY SINGLE TIME!

  • + 1 comment

    Please explain module 10^9 +7

    I don't see how it relates to the problem, or the sample output

  • + 1 comment

    I think, results for 2nd and 5th are wrong.

    For example for 2nd, why there can't be result 0 0 3 or 3 0 0 or 0 3 0? So, only one player win all the matches. That's why there are 3 more posibilities.