lil_shi@programming.dev to Programming@programming.dev · 2 days agoWhat are some cool and obscure data structure you know of?message-squaremessage-square50fedilinkarrow-up1142arrow-down10
arrow-up1142arrow-down1message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 2 days agomessage-square50fedilink
minus-squareidunnololz@lemmy.worldlinkfedilinkarrow-up6·1 day 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.