lil_shi@programming.dev to Programming@programming.dev · 9 天前What are some cool and obscure data structure you know of?message-squaremessage-square59fedilinkarrow-up1151arrow-down10
arrow-up1151arrow-down1message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 9 天前message-square59fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up4·7 天前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.
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