We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Absolute Permutation
Absolute Permutation
Sort by
recency
|
526 Discussions
|
Please Login in order to post a comment
Python
def absolutePermutation(n, k):
swift
Haskell
Typescript
I think there is wrong answer in test case n = 69660 and k = 1620 this shouldn't be -1, why test case #12 shows it -1 ?
this my code in c