Ad
  • Custom User Avatar

    If there is a problem with rounding, your solution is wrong.

  • Custom User Avatar

    who has problems with the task:

    1. google what the potato paradox is
    2. if there is a problem with rounding, add 0.01 to the specified number
  • Custom User Avatar

    this kata is simpler than it actually is, if you have a problem with large numbers (keep it simple, make the solution simpler)(PHP)

  • Custom User Avatar

    array error, can't be done in php
    if you just look at the array that comes in the test, then the values are in ascending order. But if, without any action, just return it, then it sorts it first by odd keys, then by even ones. WTF