231
Is this a graph?
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.