A collection of data structures used in various feenk projects
# 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).