Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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