lil_shi@programming.dev to Programming@programming.dev · 1 month agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59linkfedilinkarrow-up1152arrow-down10
arrow-up1152arrow-down1message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 1 month agomessage-square59linkfedilink
minus-squareidunnololz@lemmy.worldlinkfedilinkarrow-up7·1 month agoI personally don’t think it’s that obscure but I have never seen this used in production code that I didn’t write: the linked hash map or ordered hash map.
I personally don’t think it’s that obscure but I have never seen this used in production code that I didn’t write: the linked hash map or ordered hash map.
I’ve used it twice that I can recall.