alexbol99 / flatten-interval-tree

Interval binary search tree
MIT License
42 stars 22 forks source link

Add map function to map tree to array #1

Closed valoricDe closed 5 years ago

valoricDe commented 5 years ago

What do you think about adding a map function. So it's easier to map the tree to a array?

valoricDe commented 5 years ago

You are right. I will make a new pull request.