Containers-Stack

Stack

A simple implementation of a stack data structure

A dead stupid stack implementation, but one fully working :)

GitHub

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

collectioncontainersdatastructurespharostack

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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-orderedset A data structure providing ordered unique elements with a complete API of Set and OrderedCollection 4
pharo-containers/avl A Smalltalk implementation of an AVL tree data structure 4
pharo-containers/btree An implementation of a BTree data structure for use in Smalltalk programming 0
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-orderpreservingdictionary An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk. 0
ducasse/containers-grid A data structure implementation for efficient grid organization of items 3
pharo-containers/containers-runarray A Smalltalk class optimized for storing sequences of repeating values 1
pharo-rdbms/pharo-sqlite3 A Smalltalk binding for the popular SQLite3 database engine. 22
pharo-vcs/tonel A file-per-class format for monticello repositories in Smalltalk. 32
containers/storage A Go library that provides methods for storing and managing filesystem layers, container images, and containers. 571
ba-st/docker-pharo-runtime A Docker image for Pharo, allowing developers to run the Pharo runtime environment in a container. 6
pharo-contributions/pharo-talents A Smalltalk library for dynamically adding and removing behavior to objects without modifying classes. 23