lil_shi@programming.dev to Programming@programming.dev · 2 months agoWhat are some cool and obscure data structure you know of?message-squaremessage-square19linkfedilinkarrow-up1117
arrow-up1117message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 2 months agomessage-square19linkfedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up4·1 month 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-21 month 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