Array inset shift
insert a value into the middle of an array, without any built-in functions
Whiteboard Process
Approach & Efficiency
once again, not using any built-in functions can be pretty hard, but I feel this one was easier than the last one.
insert a value into the middle of an array, without any built-in functions
once again, not using any built-in functions can be pretty hard, but I feel this one was easier than the last one.