lil_shi@programming.dev to Programming@programming.dev · 5 days agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59fedilinkarrow-up1149arrow-down10
arrow-up1149arrow-down1message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 5 days agomessage-square59fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up4·4 days 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-up3·edit-24 days 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