You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the point of the minbucket and maxbucket constructor parameters? Seems like there could just be one parameter maxbucket and if the user wants to max out the depth they could just use std::numeric_limitsstd::size_t::max()?
What is the point of the minbucket and maxbucket constructor parameters? Seems like there could just be one parameter maxbucket and if the user wants to max out the depth they could just use std::numeric_limitsstd::size_t::max()?
https://github.com/ekg/intervaltree/blob/master/IntervalTree.h#L115
The text was updated successfully, but these errors were encountered: