Algorithms Problem Solving: Shuffle the array
This post is part of the Algorithms Problem Solving series.
Problem description
This is the Shuffle the array problem. The description looks like this:
Given the array nums consisting of 2n elements in the form [x1,x2,...,xn,y1,y2,...,yn].
Return the...
tk.hashnode.dev