View on GitHub

401-data-structures-and-algorithms

Array inset shift

insert a value into the middle of an array, without any built-in functions

Whiteboard Process

Array-inset shift image link

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.

JavaScrip file link to github ➜

Go to table of contents