Ad
  • Default User Avatar

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

  • Default User Avatar

    For some of the random tests, at times my total for programmer A is higher then the expected result. I've walked back through the algorithim, and checked the sum totals (
    my sum of totals against the expected sum of totals) and they are equal. If I can return a higher result then the tests expect is there not an error in the tests? I'm assuming this is not the case because I very new to CodeWars, but any insight regarding this would be helpful.

  • Default User Avatar

    Awesome, sorry for being so stupid!

  • Default User Avatar

    I pass when I hit test, but when I hit attempt I can't pass the last three tests. Why do the last three tests want me to return an array with a nested format when the original input is not nested... Expected: '[[15], 76, [17], [33], [37], [39], 66, 70, 58, 36, [89], 58, 18, 2, 76, [97]]', instead got: '[15, 76, 17, 33, 37, 39, 66, 70, 58, 36, 89, 58, 18, 2, 76, 97]'. I can not solve for this without the other tests failing...

  • Default User Avatar

    This took quite a while for a 7...

  • Default User Avatar

    Any one have any websites or suggestions on a good place to start learning regular expressions??? I started the freecodecamp.org one the other day but just wanted to see if anyone had a go to or a regular site they reference for regex...

  • Default User Avatar

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

  • Default User Avatar

    thanks so much!!!

  • Default User Avatar

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