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