Sort the People
You are given an array of strings names, and an array heights that consists of distinct positive integers. Both arrays are of length n.
For each index i, names[i] and heights[i] denote the name and height of the i<sup>th</sup> person.
Return names so...
perfinsights.hashnode.dev1 min read