Skip to content

Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, and sorted abstract data types. Written in Python 3, this package also includes type-hints/annotations to make usage with an IDE easier.

License

Notifications You must be signed in to change notification settings

SimpleArt/advanced-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advanced-collections

Extends the builtin collections with advanced collections, including database sized lists, better queues, and more. Written in Python 3, this library also includes annotations/type-hints to make usage with an IDE easier and abstract base classes for easily creating custom implementations.

About

Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, and sorted abstract data types. Written in Python 3, this package also includes type-hints/annotations to make usage with an IDE easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages