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
mincount and minselect are not optimized algorithmically, and so more aggressive cythoning has been deferred. It should be possible to leverage the binary tree for both of these operations. Impact: degree and childrank use mincount. child uses minselect
preorder
(note, generally using the select version right now)postorder
(note, generally using the select version right now)levelnext
levelprev
isancestor
subtree
(note, would be useful to have agetsubtree
as well)levelancestor
levelleftmost
levelrightmost
degree
child
childrank
lca
deepestnode
height
mincount
minselect
The text was updated successfully, but these errors were encountered: