Containers-OrderPreservingDictionary

Ordered dictionary

An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk.

An implementation of multiple dictionaries preserving the order of addition of elements.

GitHub

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

pharo

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pharo-containers/containers-orderedsetA data structure providing ordered unique elements with a complete API of Set and OrderedCollection4
pharo-containers/containers-stackA simple implementation of a stack data structure0
pharo-containers/containers-hashtableAn implementation of a hash table data structure in Pharo Smalltalk1
pharo-containers/containers-trieA Smalltalk implementation of a trie data structure used in searching and indexing3
pharo-containers/containers-keyedtreeAn implementation of a data structure used to store hierarchical data in Smalltalk.0
pharo-containers/containers-runarrayA Smalltalk class optimized for storing sequences of repeating values1
pharo-containers/btreeAn implementation of a BTree data structure for use in Smalltalk programming0
pharo-containers/avlA Smalltalk implementation of an AVL tree data structure4
ducasse/containers-skiplistAn implementation of Pugh's Skip List data structure in Smalltalk.1
ducasse/containers-orderedmultimapA data structure collection implementation with ordered multi-map features0
pharo-ai/ngrammodelA tool for splitting text into sequences of words4
pharo-ai/naive-bayes-classifierA simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks1
pharo-ai/datasetsA Smalltalk library for loading and managing datasets as data frames.9
pharo-contributions/pharo-talentsA Smalltalk library for dynamically adding and removing behavior to objects without modifying classes.23
pharo-ai/a-prioriAn implementation of the A-Priori algorithm in Pharo to discover frequent itemsets and generate association rules from transaction data.2