Solving a Sorting Problem in Python
Background
As part of an interview question I got a sorting problem, where I was supposed to reverse sort a list of numbers using python without using the Python internal functions. I was unable to implement it in the given time and…