go-datastructures icon indicating copy to clipboard operation
go-datastructures copied to clipboard

BTree: implement public method for tree traversal

Open vitalyisaev2 opened this issue 8 years ago • 0 comments

There is no opportunity to iterate over the nodes of palm.Btree: https://github.com/Workiva/go-datastructures/blob/master/btree/palm/interface.go#L51

Please consider adding of this method.

vitalyisaev2 avatar Feb 28 '17 15:02 vitalyisaev2