We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
For those that are using Java to solve this problem, do http://theyahtzee.com not use BigInteger for calculating your total distance. Look for another solution.
use with scala
For those that are using Java to solve this problem, do http://theyahtzee.com not use BigInteger for calculating your total distance. Look for another solution.
Hi, I'm getting
in Haskell. Is there anything I can do to fix it?
Never mind, Worked around by enabling package imports
and then import hashset from unordered-containers (the hashmap package is deprecated)
I am told that my solution does not work on the first sample test. My output: 2 C (0,2) (1,3) B (1,0) (0,1)
Expected output: 2 C (0,2) (1,3) B (1,0) (0,1)
I can't find any difference here. Could you please take a look at my submission and tell me what is wrong? Output format?
My latest submission: https://www.hackerrank.com/challenges/klotski/submissions/code/2773432
@Orfest, there is an issue with haskell, which we are currently solving. It will be fixed in 1 hour.
@Orfest, custom greader has been fixed, along with your submission rerun. Congrats! You have a good score for this challenge.
Thank you very much!