Select the n greatest number using quick select algorithm.
.. literalinclude:: ../../languages/python/algorithm_quick_select.py :language: python :tab-width: 4
.. runcode:: ../../languages/python/algorithm_quick_select.py :language: python :codesite: ideone
.. seealso:: * :python-suggest-improve:`algorithm_quick_select.py` * :python-better-explain:`algorithm_quick_select.rst`