Approaching Problems like a Software Engineer
During a recent, mock technical interview, I was given the following problem to solve. Write a function that takes in two inputs, an array, and a number. Remove the first item in the array. Then, move it to the last place in the array. Repeat this t...
Aug 9, 20206 min read45
