Containers-OrderedSet
Set with ordering
A data structure providing ordered unique elements with a complete API of Set and OrderedCollection
A Set where an order of elements matters or an OrderedCollection with no duplicates. Supports the complete API of Set and OrderedCollection
4 stars
1 watching
6 forks
Language: Smalltalk
last commit: about 2 years ago
Linked from 1 awesome list
collectioncontainersdata-structurespharoset
Related projects:
Repository | Description | Stars |
---|---|---|
pharo-containers/containers-orderpreservingdictionary | An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk. | 0 |
pharo-containers/containers-stack | A simple implementation of a stack data structure | 0 |
pharo-containers/containers-hashtable | An alternative implementation of a hash table data structure using the Moose framework in Smalltalk. | 1 |
pharo-containers/containers-trie | An implementation of a data structure for efficiently storing and retrieving sets of strings | 3 |
pharo-containers/containers-keyedtree | An implementation of a data structure used to store hierarchical data in Smalltalk. | 0 |
pharo-ai/datasets | A Smalltalk library for loading and managing datasets as data frames. | 9 |
pharo-containers/containers-runarray | A Smalltalk class optimized for storing sequences of repeating values | 1 |
pharo-containers/btree | An implementation of a BTree data structure for use in Smalltalk programming | 0 |
weebly/orderedset | A collection of unique, ordered objects with fast lookup performance and strong typing support | 252 |
pharo-ai/data-partitioners | A Pharo library that enables partitioning of collections into training, validation, and test sets for machine learning and statistical analysis. | 6 |
pharo-containers/avl | A Smalltalk implementation of an AVL tree data structure | 4 |
wangjia184/sortedset | An ordered collection data structure with fast O(log(N)) time complexity on adding, searching, and removing elements. | 150 |
pharo-rdbms/pharo-sqlite3 | A Smalltalk binding for the popular SQLite3 database engine. | 22 |
pharo-ai/a-priori | An implementation of the A-Priori algorithm in Pharo to discover frequent itemsets and generate association rules from transaction data. | 2 |
ducasse/containers-orderedmultimap | A data structure collection implementation with ordered multi-map features | 0 |