Input: A read-only array of N elements containing integer values from 1 to N (some integer values can appear more than once!). And a memory zone of a fixed<
it's a permutation if and only if there are no duplicate values in the array, should be easy to check that in O(N)