data-structures

Description

A collection of data structures used in various feenk projects

Details

Source
GitHub
License
MIT
Created
May 24, 2021
Updated
Dec. 7, 2021

README excerpt

# data-structures
A collection of data structures used in various feenk projects.

## How to load

```
Metacello new
   baseline: 'DataStructures';
   repository: 'github://feenkcom/data-structures:main/src';
   load.
```

## Contents

The following data structures are supported:

- *Interval Tree*: [An interval Tree data structure](https://en.wikipedia.org/wiki/Interval_tree).
← Back to results