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: about 4 years ago
Linked from 1 awesome list

pharo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pharo-containers/containers-orderedset A data structure providing ordered unique elements with a complete API of Set and OrderedCollection 4
pharo-containers/containers-stack A simple implementation of a stack data structure 0
pharo-containers/containers-hashtable An implementation of a hash table data structure in Pharo Smalltalk 1
pharo-containers/containers-trie A Smalltalk implementation of a trie data structure used in searching and indexing 3
pharo-containers/containers-keyedtree An implementation of a data structure used to store hierarchical data in Smalltalk. 0
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
pharo-containers/avl A Smalltalk implementation of an AVL tree data structure 4
ducasse/containers-skiplist An implementation of Pugh's Skip List data structure in Smalltalk. 1
ducasse/containers-orderedmultimap A data structure collection implementation with ordered multi-map features 0
pharo-ai/ngrammodel A tool for splitting text into sequences of words 4
pharo-ai/naive-bayes-classifier A simple implementation of a multinomial Naive Bayes classifier for natural language processing and machine learning tasks 1
pharo-ai/datasets A Smalltalk library for loading and managing datasets as data frames. 9
pharo-contributions/pharo-talents A Smalltalk library for dynamically adding and removing behavior to objects without modifying classes. 23
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