Cycle graph

Graph with nodes connected in a closed chain


title: "Cycle graph" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["parametric-families-of-graphs", "regular-graphs"] description: "Graph with nodes connected in a closed chain" topic_path: "general/parametric-families-of-graphs" source: "https://en.wikipedia.org/wiki/Cycle_graph" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Graph with nodes connected in a closed chain ::

::data[format=table title="infobox graph"]

FieldValue
nameCycle graph
image[[Image: Circle graph C5.svg
image_captionThe cycle graph C
automorphisms2n (Dn)
chromatic_number3 if n is odd
2 otherwise
chromatic_index3 if n is odd
2 otherwise
girthn
spectrum}
notationC
properties2-regular
Vertex-transitive
Edge-transitive
Unit distance
Hamiltonian
Eulerian
Polytopal
::

::callout[type=note] connected, 2-regular graphs ::

| name = Cycle graph | image = [[Image: Circle graph C5.svg|180px]] | image_caption = The cycle graph C | automorphisms = 2n (Dn) | chromatic_number = 3 if n is odd 2 otherwise | chromatic_index = 3 if n is odd 2 otherwise | girth = n | spectrum = } | notation = C | properties = 2-regular Vertex-transitive Edge-transitive Unit distance Hamiltonian Eulerian Polytopal

In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if the graph is simple) connected in a closed chain. The cycle graph with n vertices is called C. The number of vertices in C equals the number of edges, and every vertex has degree 2; that is, every vertex has exactly two edges incident with it.

Cycle graph C_1 is an isolated loop. Cycle graph C_3 is the same as complete graph K_3.

Terminology

There are many synonyms for "cycle graph". These include simple cycle graph and cyclic graph, although the latter term is less often used, because it can also refer to graphs which are merely not acyclic. Among graph theorists, cycle, polygon, or n-gon are also often used. The term n-cycle is sometimes used in other settings.

A cycle with an even number of vertices is called an even cycle; a cycle with an odd number of vertices is called an odd cycle.

Properties

A cycle graph is:

In addition:

  • As cycle graphs can be drawn as regular polygons, the symmetries of an n-cycle are the same as those of a regular polygon with n sides, the dihedral group of order 2n. In particular, there exist symmetries taking any vertex to any other vertex, and any edge to any other edge, so the n-cycle is a symmetric graph.

Similarly to the Platonic graphs, the cycle graphs form the skeletons of the dihedra. Their duals are the dipole graphs, which form the skeletons of the hosohedra.

Directed cycle graph

::figure[src="https://upload.wikimedia.org/wikipedia/commons/5/50/DC8.png" caption="A directed cycle graph of length 8"] ::

A directed cycle graph is a directed version of a cycle graph, with all the edges being oriented in the same direction.

In a directed graph, a set of edges which contains at least one edge (or arc) from each directed cycle is called a feedback arc set. Similarly, a set of vertices containing at least one vertex from each directed cycle is called a feedback vertex set.

A directed cycle graph has uniform in-degree 1 and uniform out-degree 1.

Directed cycle graphs are Cayley graphs for cyclic groups (see e.g. Trevisan).

References

Sources

References

  1. [http://www.win.tue.nl/~aeb/2WF02/easyspectra.pdf Some simple graph spectra]. win.tue.nl
  2. {{harvtxt. Diestel. 2017 p. 8, §1.3
  3. (May 2013). "Problem 11707". Amer. Math. Monthly.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

parametric-families-of-graphsregular-graphs