Security Bijective Functions

  • + 2 comments

    This is a pretty abstract question which tests that you're already familiar with the mathematical concept of bijective functions (thats "function" in the mathematical sense, not the programming sense).

    My translation of it was : if the all the numbers in the input array are unique return YES
    else return NO.