lil_shi@programming.dev to Programming@programming.dev · 9 days agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59fedilinkarrow-up1151arrow-down10
arrow-up1151arrow-down1message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 9 days agomessage-square59fedilink
minus-squarenotabot@piefed.sociallinkfedilinkEnglisharrow-up2·9 days agoI came here to mention these too. One addition that can be helpful in large trees is to add a depth attribute to each node so that you can easily limit the depth of subtree you retrieve.
I came here to mention these too. One addition that can be helpful in large trees is to add a depth attribute to each node so that you can easily limit the depth of subtree you retrieve.