Path: blob/master/source/python/design_sorted_loop.rst
1241 views
=========== Sorted Loop =========== Question -------- Measure the sorted builtin function performance. Solution -------- .. literalinclude:: ../../languages/python/design_sorted_loop.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/design_sorted_loop.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`design_sorted_loop.py` * :python-better-explain:`design_sorted_loop.rst`