Best way to insert sorted in a list

Ethan Furman ethan at stoneleaf.us
Fri Jun 17 17:31:12 EDT 2011


SherjilOzair wrote:
> What has the community to say about this ? What is the best (fastest)
> way to insert sorted in a list ?

Check out the bisect module.

~Ethan~



More information about the Python-list mailing list