Content deleted Content added
→Undirected graph: still more specific |
m Cleaned up using AutoEd |
||
Line 57:
====Undirected graph====
An ''undirected graph'' is a graph in which edges have no orientation. The edge {{nobreak|(''x'', ''y'')}} is identical to the edge {{nobreak|(''y'', ''x'')}}. That is, they are not ordered pairs, but unordered pairs—i.e., sets of two vertices {{nobreak|{''x'', ''y''}}} (or 2-[[
====Directed graph====
|