Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

binary_search snippet #151

Closed hetzz closed 4 years ago

hetzz commented 4 years ago

binary_search snippet

Description

Uses an inbuilt bisect library to find the index of the element.

What does your PR belong to?

Types of changes

Checklist: