Y
Hacker News
new
|
ask
|
show
|
jobs
by
shiredude95
1490 days ago
binary search is standard imo.
1 comments
macleginn
1490 days ago
I agree, Python's stdlib doesn't have a lot of standard algorithms and data structures; bisect is a very welcome exception.
link