Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
oorrja
GitHub Repository: oorrja/learntosolveit
Path: blob/master/source/python/algorithm_binary_search.rst
1241 views
=============
Binary Search
=============

Question
--------

Implement and demonstrate the Binary search algorithm.


Solution
--------

.. literalinclude:: ../../languages/python/algorithm_binary_search.py
   :language: python
   :tab-width: 4

.. runcode:: ../../languages/python/algorithm_binary_search.py
   :language: python
   :codesite: ideone

Explanation
===========





.. seealso::

   * :python-suggest-improve:`algorithm_binary_search.py`
   * :python-better-explain:`algorithm_binary_search.rst`