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