Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 178 Bytes

File metadata and controls

7 lines (5 loc) · 178 Bytes

Insert and Shift an Array

Challenge

Insert a number into the middle index pf a new array and shift a given array into that new array.

#Solution