Kristofers Solo@lemmy.ml to Programmer Humor@lemmy.ml · edit-26 months agoIs this a graph?lemmy.mlimagemessage-square2fedilinkarrow-up113arrow-down11
arrow-up112arrow-down1imageIs this a graph?lemmy.mlKristofers Solo@lemmy.ml to Programmer Humor@lemmy.ml · edit-26 months agomessage-square2fedilink
minus-squareReginaPhalange@lemmy.worldlinkfedilinkarrow-up1·6 months agoOne could make the case that we can transform an k size array to a k-vertex-connected graph Because traversing from one element to any other element is an O(1) operation using index arithmetics. Same for n dimensional matrices.
One could make the case that we can transform an k size array to a k-vertex-connected graph
Because traversing from one element to any other element is an O(1) operation using index arithmetics.
Same for n dimensional matrices.