https://github.com/Ducasse/Containers-SkipList
https://github.com/Ducasse/Containers-SkipList
pharo
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Ducasse/Containers-SkipList
- Owner: Ducasse
- Created: 2018-05-01T19:43:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T13:47:35.000Z (about 6 years ago)
- Last Synced: 2025-04-02T06:43:16.850Z (2 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pharo - SkipList
README
# Containers-SkipList
An implementation of Pugh datastructure proposal described in Skip lists: a probabilistic alternative to balanced trees - Communications of the ACM.
[](https://travis-ci.com/Ducasse/Containers-SkipList)
[](https://coveralls.io/github//Ducasse/Containers-SkipList?branch=master)
[]()
[](https://pharo.org/download)
[](https://pharo.org/download)## Loading
```
Metacello new
baseline: 'ContainersSkipList';
repository: 'github://Ducasse/Containers-SkipList';
load.
```## If you want to depend on it
```
spec
baseline: 'ContainersSkipList'
with: [ spec repository: 'github://Ducasse/Containers-SkipList/src' ].
```## History
I harvested the code from the old SmalltalkHub/PharoExtras repository. The original developer should contact me for authorship acknowledgment.The best way to predict the future is to do it! Less talking more doing. [email protected]