lil_shi@programming.dev to Programming@programming.dev · 3 months agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59fedilinkarrow-up1153
arrow-up1153message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 3 months agomessage-square59fedilink
minus-squarexep@discuss.onlinelinkfedilinkarrow-up7·3 months agoHow about this variation of linked lists? https://www.data-structures-in-practice.com/intrusive-linked-lists/
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up2·3 months agoQuite well known now because Rust-haters like to point out how they’re awkward to use in Rust.
How about this variation of linked lists? https://www.data-structures-in-practice.com/intrusive-linked-lists/
Quite well known now because Rust-haters like to point out how they’re awkward to use in Rust.