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