/Containers-Tree

Various implementation of simple trees

Primary LanguageSmalltalk

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 Coverage Status License Pharo version Pharo version Pharo version

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