SortedList

GPTKB entity

Statements (17)
Predicate Object
gptkbp:instanceOf gptkb:architecture
https://www.w3.org/2000/01/rdf-schema#label SortedList
gptkbp:implementedIn linked list
array
binary search tree
skip list
gptkbp:maintainedBy elements in sorted order
gptkbp:supports search
deletion
insertion
gptkbp:used_in gptkb:Python_standard_library_(collections_module)
computer science
database indexing
priority queues
range queries
gptkbp:bfsParent gptkb:.NET_Collections
gptkbp:bfsLayer 6