Content deleted Content added
RProgrammer (talk | contribs) More specific :> |
→Undirected graph: still more specific |
||
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-[[Multiset|multisets]]
====Directed graph====
|