Ad
  • Custom User Avatar

    example is missing in all of the languages except Python

    the Python example is in a code block, so it is hard to read as it requires horizontal scrolling

  • Default User Avatar

    Somebody should create a JavaScript version for this, seems like a fun problem to figure out.

  • Custom User Avatar

    C random test:

    < Incorrect Result >
     
    values = {9.13, 8.67, 0.88, 0.64, 0.43, 0.65, 0.88, 0.96, 1.29, 0.79, 0.43, 0.93}
     
    Submitted: true
    Expected:  false
    

    As per description:

    The nadir (minimum value) will appear only once in the list.

  • Default User Avatar

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