Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
bisect — Array bisection algorithm — Python 3.13.5 documentation
https://docs.python.org/3/library/bisect.html
links
backlinks
Roast topics
Find topics
Roast it!
Source code: Lib/bisect.py This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive compariso...