Containers-SkipList

Search data structure

An implementation of a probabilistic data structure for fast search and retrieval in a sorted list.

GitHub

1 stars
3 watching
1 forks
Language: Smalltalk
last commit: over 5 years ago
Linked from 1 awesome list

pharo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ducasse/containers-grid A data structure package providing an efficient grid data implementation 3
ducasse/containers-orderedmultimap A data structure collection implementation with ordered multi-map features 0
ducasse/cdb A Smalltalk implementation of a database that stores data in memory 0
pharo-containers/containers-stack A simple implementation of a stack data structure 0
ducasse/quadtree An implementation of Region Trees for efficient spatial partitioning and data storage 2
pharo-containers/containers-trie An implementation of a data structure for efficiently storing and retrieving sets of strings 3
pharo-containers/containers-orderpreservingdictionary An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk. 0
pharo-containers/containers-hashtable An alternative implementation of a hash table data structure using the Moose framework in Smalltalk. 1
pharo-containers/avl A Smalltalk implementation of an AVL tree data structure 4
ducasse/containers-propertyenvironment A dictionary-like data structure for managing property lookups between parent and child objects in an object-oriented system. 2
pharo-containers/containers-runarray A Smalltalk class optimized for storing sequences of repeating values 1
pharo-contributions/xml-xmlparser An XML parsing and manipulation library for the Smalltalk programming language. 11
pharo-containers/containers-orderedset A data structure providing ordered unique elements with a complete API of Set and OrderedCollection 4
pharo-containers/btree An implementation of a BTree data structure for use in Smalltalk programming 0
pharo-ai/datasets A Smalltalk library for loading and managing datasets as data frames. 9