Pakket: python3-sortedcontainers (2.0.4-1)
Verwijzigingen voor python3-sortedcontainers
Debian bronnen:
Het bronpakket sortedcontainers downloaden:
- [sortedcontainers_2.0.4-1.dsc]
- [sortedcontainers_2.0.4.orig.tar.gz]
- [sortedcontainers_2.0.4-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [www.grantjenks.com]
Vergelijkbare pakketten:
sorted container types: SortedList, SortedDict, and SortedSet (Python 3)
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 Python 3 version of sortedcontainers .
Andere aan python3-sortedcontainers gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-sortedcontainers-doc
- sorted container types: SortedList, SortedDict, and SortedSet (Documentation)