Shaival Shah

Results 1 issues of Shaival Shah

my sequences are like this input_seq = [3,5,4,1,6,3] output_seq = [4,2,5,3,6] input_seq is of variable length I am not getting how to edit your code for my purpose