Page 1 of 1

About btree.library

Posted: Mon Jun 06, 2022 3:23 pm
by OldFart
Hi

While going through the documentation of this library, right on the first page I came across this text:
PURPOSE
btree.library provides general purpose binary tree handling to
applications.

OVERVIEW
Binary trees keep data sorted in a way such that aribitrary nodes
can be added and looked up very, usually with O(log n) complexity.
It looks like after 'very' a word or a piece of text is missing in the last line.

This is how I spent my Pentacost-monday.

OldFart

Re: About btree.library

Posted: Mon Jun 06, 2022 4:46 pm
by nbache
My guess is the word missing is "efficiently".

I've reported the issue to the current SDK maintainer.

Thanks - good catch!

Best regards,

Niels