lil_shi@programming.dev to Programming@programming.dev · 2 days agoWhat are some cool and obscure data structure you know of?message-squaremessage-square50fedilinkarrow-up1142arrow-down10
arrow-up1142arrow-down1message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 2 days agomessage-square50fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·6 hours agoB trees are cool but not obscure necessarily. I didn’t learn about them in college. It sounds like binary tree and it’s similar but it’s different. It’s a data structure to take advantage of the way disk reads work.
minus-squareTrigger2_2000@sh.itjust.workslinkfedilinkarrow-up1·edit-24 hours agoAVL Trees are neat AVL Tree
B trees are cool but not obscure necessarily. I didn’t learn about them in college. It sounds like binary tree and it’s similar but it’s different. It’s a data structure to take advantage of the way disk reads work.
AVL Trees are neat AVL Tree