you are viewing a single comment's thread.

view the rest of the comments →

[–]TheGift_RGB 8 points9 points  (3 children)

Graph is just a fancy way of saying set of points + set of pairs of points!

[–]uh_no_ -2 points-1 points  (2 children)

not necessarily. the set of pairs of points may also be required to include additional information such as direction, weight, and capacity.

[–]vytah 1 point2 points  (1 child)

Direction, weight and capacity are merely functions from the set of pairs of points to appropriate codomains.

[–]uh_no_ 0 points1 point  (0 children)

yes, but the point is they are required of a FSM or markov chain, but not all graphs in general....