Queue number

Source: Wikipedia, the free encyclopedia.
A de Bruijn graph. With the vertex ordering shown, the partition of the edges into two subsets looping around the left and right sides of the drawing is a 2-queue layout of this graph.

In the

stack number (book thickness) using first-in first-out (queue) orderings in place of last-in first-out
(stack) orderings.

Definition

A queue layout of a given graph is defined by a

edges into a number of "queues". The set of edges in each queue is required to avoid edges that are properly nested: if ab and cd are two edges in the same queue, then it should not be possible to have a < c < d < b in the vertex ordering. The queue number qn(G) of a graph G is the minimum number of queues in a queue layout.[1]

Equivalently, from a queue layout, one could process the edges in a single queue using a

cylinder, with the vertices placed on a line in the cylinder and with each edge wrapping once around the cylinder. Edges that are assigned to the same queue are not allowed to cross each other, but crossings are allowed between edges that belong to different queues.[2]

Queue layouts were defined by

VLSI design and in communications management for distributed algorithms.[1]

Graph classes with bounded queue number

Every

grid graphs also have queue number 1.[4] Outerplanar graphs have queue number at most 2; the 3-sun graph (a triangle with each of its edges replaced by a triangle) is an example of an outerplanar graph whose queue number is exactly 2.[5] Series–parallel graphs have queue number at most 3,[6]
while the queue number of planar 3-trees is at most 5.[7]

Binary de Bruijn graphs have queue number 2.[8] The d-dimensional hypercube graph has queue number at most .[9] The queue numbers of complete graphs Kn and complete bipartite graphs Ka,b are known exactly: they are and respectively.[10]

Every 1-queue graph is a planar graph, with an "arched leveled" planar embedding in which the vertices are placed on parallel lines (levels) and each edge either connects vertices on two consecutive levels or forms an arch that connects two vertices on the same level by looping around all previous levels. Conversely, every arched leveled planar graph has a 1-queue layout.[11] In 1992, Heath, Leighton & Rosenberg (1992) conjectured that every planar graph has bounded queue number. This conjecture was resolved positively in 2019 by Dujmović et al. (2020) who showed that planar graphs and, more generally, every proper minor-closed class of graphs has bounded queue number. In particular, Dujmović et al. (2020) proved that the queue number of planar graphs is at most 49, a bound which was reduced to 42 by Bekos, Gronemann & Raftopoulou (2021).

Using a variation of queue number called the strong queue number, the queue number of a graph product can be bounded by a function of the queue numbers and strong queue numbers of the factors in the product.[12]

Related invariants

Graphs with low queue number are

chromatic number: in particular 1-queue graphs are 3-colorable, and graphs with queue number q may need at least 2q + 1 and at most 4q colors.[14]
In the other direction, a bound on the number of edges implies a much weaker bound on the queue number: graphs with n vertices and m edges have queue number at most .[15] This bound is close to tight, because for random d-regular graphs the queue number is, with high probability,

[16]
Unsolved problem in mathematics:

Must every graph with bounded queue number also have bounded book thickness, and vice versa?

Graphs with queue number 1 have book thickness at most 2.[17] For any fixed vertex ordering, the product of the book thickness and queue numbers for that ordering is at least as large as the cutwidth of the graph divided by its maximum degree.[18] The book thickness may be much larger than the queue number: ternary Hamming graphs have logarithmic queue number but polynomially-large book thickness[18] and there are graphs with queue number 4 that have arbitrarily large book thickness.[17] Heath, Leighton & Rosenberg (1992) conjectured that the queue number is at most a linear function of the book thickness, but no functional bound in this direction is known. It is known that, if all bipartite graphs with 3-page book embeddings have bounded queue number, then all graphs with bounded book thickness have bounded queue number.[19]

Ganley & Heath (2001) asked whether the queue number of a graph could be bounded as a function of its treewidth, and cited an unpublished Ph.D. dissertation of S. V. Pemmaraju as providing evidence that the answer was no: planar 3-trees appeared from this evidence to have unbounded queue number. However, the queue number was subsequently shown to be bounded by a (doubly exponential) function of the treewidth.[20]

Computational complexity

It is

NP-complete to determine the queue number of a given graph, or even to test whether this number is 1.[21]

However, if the vertex ordering of a queue layout is given as part of the input, then the optimal number of queues for the layout equals the maximum number of edges in a k-rainbow, a set of k edges each two of which form a nested pair. A partition of edges into queues can be performed by assigning an edge e that is the outer edge of an i-rainbow (and of no larger rainbow) to the ith queue. It is possible to construct an optimal layout in time O(m log(log n)), where n denotes the number of vertices of the input graph and m denotes the number of edges.[22]

Graphs of bounded queue number also have

linear time algorithms for these graphs.[23] More generally, because of their bounded expansion, it is possible to check whether any sentence in the first-order logic of graphs is valid for a given graph of bounded queue number, in linear time.[24]

Application in graph drawing

Although queue layouts do not necessarily produce good two-dimensional graph drawings, they have been used for three-dimensional graph drawing. In particular, a graph class X has bounded queue number if and only if for every n-vertex graph G in X, it is possible to place the vertices of G in a three-dimensional grid of dimensions O(n) × O(1) × O(1) so that no two edges (when drawn straight) cross each other.[25] Thus, for instance, de Bruijn graphs, graphs of bounded treewidth, planar graphs, and proper minor-closed graph families have three-dimensional embeddings of linear volume.[26][27][28]

Notes

  1. ^ a b c Heath & Rosenberg (1992).
  2. ^ Auer et al. (2011).
  3. ^ Heath & Rosenberg (1992), Proposition 4.1.
  4. ^ Heath & Rosenberg (1992), Propositions 4.2 and 4.3.
  5. ^ Heath, Leighton & Rosenberg (1992); Rengarajan & Veni Madhavan (1995).
  6. ^ Rengarajan & Veni Madhavan (1995).
  7. ^ Alam et al. (2020).
  8. ^ Heath & Rosenberg (1992), Proposition 4.6.
  9. ^ Gregor, Škrekovski & Vukašinović (2012)
  10. ^ Heath & Rosenberg (1992), Propositions 4.7 and 4.8.
  11. ^ Heath & Rosenberg (1992), Theorem 3.2.
  12. ^ Wood (2005).
  13. ^ Heath & Rosenberg (1992), Theorem 3.6
  14. ^ a b Dujmović & Wood (2004).
  15. ^ Heath, Leighton & Rosenberg (1992). A polynomial-time algorithm for finding a layout with close to this many queues is given by Shahrokhi & Shi (2000). Dujmović & Wood (2004) improved the constant factor in this bound to , where eis the base of the natural logarithm.
  16. ^ Heath, Leighton & Rosenberg (1992); Wood (2008).
  17. ^ a b Dujmović et al. (2022)
  18. ^ a b Heath, Leighton & Rosenberg (1992).
  19. ^ Dujmović & Wood (2005).
  20. ^ Dujmović & Wood (2003); Dujmović, Morin & Wood (2005). See Wood (2002) for a weaker preliminary result, bounding the queue number by the pathwidth or by a combination of treewidth and degree.
  21. ^ Heath & Rosenberg (1992), Corollary 3.9.
  22. ^ Heath & Rosenberg (1992), Theorem 2.3.
  23. ^ Nešetřil, Ossona de Mendez & Wood (2012); Nešetřil & Ossona de Mendez (2012), pp. 321–327.
  24. ^ Nešetřil & Ossona de Mendez (2012), Theorem 18.2, p. 401.
  25. ^ Wood (2002); Dujmović, Pór & Wood (2004); Dujmović, Morin & Wood (2005). See Di Giacomo & Meijer (2004) for tighter bounds on the grid dimensions for graphs of small queue number.
  26. ^ Dujmović & Wood (2003)
  27. ^ Dujmović, Morin & Wood (2005)
  28. ^ Dujmović et al. (2020)

References

External links

  • Stack and Queue Layouts, Problems presented in Summer 2009, Research Experiences for Graduate Students, Douglas B. West