Implement Quicksort algorithm; Implement the pivot element section.
.. literalinclude:: ../../languages/python/algorithm_quicksort.py :language: python :tab-width: 4
.. runcode:: ../../languages/python/algorithm_quicksort.py :language: python :codesite: ideone
.. seealso:: * :python-suggest-improve:`algorithm_quicksort.py` * :python-better-explain:`algorithm_quicksort.rst`