Demonstrate selection sort, but sort using the max value.
.. literalinclude:: ../../languages/python/algorithm_maxsort.py :language: python :tab-width: 4
.. runcode:: ../../languages/python/algorithm_maxsort.py :language: python :codesite: ideone
.. seealso:: * :python-suggest-improve:`algorithm_maxsort.py` * :python-better-explain:`algorithm_maxsort.rst`