Share This
Learn more about Lookup »
Lookup
This is a detail view of
Data Structure Operation Profile
topics from the Freebase topic about Lookup.
This summary is community-built, so if you think there is
something missing, just add it!
Add More Topics
Save this view to a base, or just for yourself.
3 Data Structure Operation Profile topics matching:
Filter this CollectionRed-black tree
A red-black tree is a type of self-balancing binary search tree, a data structure used in computing science, typically used to implement associative arrays. The original structure was invented in 1972 by Rudolf Bayer : who called them "symmetric...
Time complexity:
Linked list
In computer science, a linked list is a data structure that consists of a sequence of data records such that in each record there is a field that contains a reference (i.e., a link) to the next record in the sequence.
Linked lists are among the...