Archive-Containers-Tree

Description

Various implementation of simple trees

Details

Source
GitHub
Dialect
pharo (40% confidence)
Stars
2
Forks
2
Created
May 1, 2018
Updated
Dec. 17, 2023
Topics
pharo

README excerpt

# Containers-Tree

This package is part of the Containers project: This project is to collect, clean, 
test and document alternate collection datastructures. Each package is modular so that users 
can only load the collection they need without 100 of related collections.

[![Build Status](https://travis-ci.com/Ducasse/Containers-Tree.svg?branch=master)](https://travis-ci.com/Ducasse/Containers-Tree)
[![Coverage Status](https://coveralls.io/repos/github//Ducasse/Containers-Tree/badge.svg?branch=master)](https://coveralls.io/github//Ducasse/Containers-Tree?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
[![Pharo version](https://img.shields.io/badge/Pharo-6.1-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
<!-- [![Build status](https://ci.appveyor.com/api/projects/status/1wdnjvmlxfbml8qo?svg=true)](https://ci.appveyor.com/project/olekscode/dataframe)  -->



## Loading

```
Metacello new
   baseline: 'ContainersTree';
   repository: 'github://Ducasse/Containers-Tree';
   load.
```

## If you want to depend on it

```
spec 
   baseline: 'ContainersTree' 
   with: [ spec repository: 'github://Ducasse/Containers-Tree/src' ].
```


----
The best way to predict the future is to do it!
Less talking more doing. stepharo.self@gmail.com
← Back to results