lil_shi@programming.dev to Programming@programming.dev · 3 months agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59fedilinkarrow-up1153
arrow-up1153message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 3 months agomessage-square59fedilink
minus-squarenotabot@piefed.sociallinkfedilinkEnglisharrow-up2·3 months 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.