Computer Science, asked by shharichandradsa3313, 7 months ago

Input nums = [0,1,2,3,4], index = [0,1,2,2,1]
Output: [0,4,1,3,2]
Explanation:
nums index target
0 0 [O]
1 1 [0,1]
2 2 [0,1,2]
3 2 [0,1,3,2]
4 1 [0,4,1,3,2]​

Answers

Answered by ck19582972
0

Answer:

hjk i think

Explanation:

Similar questions