Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
damn bro
thank you!
I solved it!
Hello,everyone.
I might have understood the problem right but:
Given test case ([1, 4, 8, 7, 3, 15],8):
The pair whose second element has the smallest index is [1,4,3] not [1,7] because index of 4 is 1 in ints lists compared index of 7 which is 3.
Can anyone help me please?
noice