lil_shi@programming.dev to Programming@programming.dev · 17 days agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59linkfedilinkarrow-up1152
arrow-up1152message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 17 days agomessage-square59linkfedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up4·15 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-215 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