underway...
# Containers-BTree (underway...) The B-Tree package is under work. A B-Tree is a balanced tree of a given order. 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. [](https://travis-ci.com/Ducasse/Containers-BTree) [](https://coveralls.io/github//Ducasse/Containers-BTree?branch=master) []() [](https://pharo.org/download) [](https://pharo.org/download) [](https://pharo.org/download) <!-- [](https://ci.appveyor.com/project/olekscode/dataframe) --> ## Loading ``` Metacello new baseline: 'ContainersBTree'; repository: 'github://Ducasse/Containers-BTree'; load. ``` ## If you want to depend on it ``` spec baseline: 'ContainersBTree' with: [ spec repository: 'github://Ducasse/Containers-BTree/src' ]. ``` ---- The best way to predict the future is to do it. Talking less doing more. stepharo@netcourrier.com