Ad
  • Custom User Avatar

    Strange that I got it working and the answer has solid hint is in here (only read this after I got it) I don't understand yet the mathmatical difference.

  • Custom User Avatar

    Such as sort(), pop(), shift(), reverse()...

  • Custom User Avatar
    Time: 577ms Passed: 105 Failed: 0
    Test Results:
     Basic Tests
     It should works for basic tests (5 of 5 Assertions)
    Completed in 16ms
     100 Random Tests
     It should works for random tests too. (100 of 100 Assertions)
    Completed in 259ms
     Congratulations! You have passed all the tests!
    

    Perhaps you modified the inputs? ;-)

  • Default User Avatar

    Thanks!

  • Custom User Avatar

    climbing has 13 fewer points than volcano, but it gets a higher scoring if you add, oh lets say 96 to the value of each letter. climbing has one more letter than volcano, so if you give points 96 extra points for each letter, the total score for climbing will be 83 greater than the total for volcano (96-13)

  • Custom User Avatar
    climbing = 69
    c: 3, l: 12, i: 9, m: 13, b: 2, i: 9, n: 14, g: 7
    
    volcano = 82
    v: 22, o: 15, l: 12, c: 3, a: 1, n: 14, o: 15
    
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution