python-sortedcontainers-doc

Sorted container types: sortedlist, sorteddict, and sortedset (documentation)
  http://www.grantjenks.com/docs/sortedcontainers/
  0
  no reviews



Python??s standard library is great until you need a sorted container type. many will attest that you can get really far without one, but the moment you really need a sorted list, dict, or set, you??re faced with a dozen different implementations, most using c-extensions without great documentation and benchmarking.

this package contains the documentation for sortedcontainers python module.