Sourcetoad Interview Question

Q: Write the code to sort this multi depth array on any key value provided

Interview Answer

Anonymous

Jul 14, 2017

A hint was provided to use recursion and wasn't too hard to write assuming basic knowledge of arrays.