All Questions
1 question
6
votes
2
answers
139
views
Concatenating prefix of one array with the reversed suffix of another array
Given two arrays and two indices, I need to concatenate the prefix of the first array and the reversed prefix of the second array.
For example:
...