Hacker News new | ask | show | jobs
by shiredude95 1490 days ago
binary search is standard imo.
1 comments

I agree, Python's stdlib doesn't have a lot of standard algorithms and data structures; bisect is a very welcome exception.