lil_shi@programming.dev to Programming@programming.dev · 1 month agoWhat are some cool and obscure data structure you know of?message-squaremessage-square59linkfedilinkarrow-up1153
arrow-up1153message-squareWhat are some cool and obscure data structure you know of?lil_shi@programming.dev to Programming@programming.dev · 1 month agomessage-square59linkfedilink
minus-squareGobbel2000@programming.devlinkfedilinkarrow-up1·29 days agoRight, which occurs in particular when dealing with graphs, which are basically matrices and usually sparse. Large graphs are what I used this format for, however I also needed edge weights, so the first column was still required for that.
Right, which occurs in particular when dealing with graphs, which are basically matrices and usually sparse. Large graphs are what I used this format for, however I also needed edge weights, so the first column was still required for that.