About the Book
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Pages: 49. Chapters: Algebraic connectivity, Arboricity, Average path length, Betti number, Bipartite dimension, Boxicity, Branch-decomposition, Cheeger constant (graph theory), Chromatic polynomial, Circuit rank, Clique-width, Clustering coefficient, Colin de Verdiere graph invariant, Conductance (graph), Crossing number (graph theory), Cycle rank, Degeneracy (graph theory), Degree distribution, Domatic number, Entanglement (graph measure), Estrada index, Friendly-index set, Genus (mathematics), Girth (graph theory), Graph bandwidth, Graph property, Graph toughness, Hosoya index, Intersection number (graph theory), Matching preclusion, Metric dimension (graph theory), Parry-Sullivan invariant, Path decomposition, Periodic graph (graph theory), Perron number, Randi 's molecular connectivity index, Rank (graph theory), Slope number, Strahler number, Strength of a graph, Thue number, Topological index, Tree-depth, Tutte polynomial, Vizing's conjecture, Wiener index. Excerpt: In graph theory, a path decomposition of a graph G is, informally, a representation of G as a "thickened" path graph, and the pathwidth of G is a number that measures how much the path was thickened to form G. More formally, a path-decomposition is a sequence of subsets of vertices of G such that the endpoints of each edge appear in one of the subsets and such that each vertex appears in a contiguous subsequence of the subsets, and the pathwidth is one less than the size of the largest set in such a decomposition. Pathwidth is also known as interval thickness (one less than the maximum clique size in an interval supergraph of G), vertex separation number, or node searching number. Pathwidth and path-decompositions are closely analogous to treewidth and tree decompositions. They play a key role in the theory of graph minors: the families of graphs that are closed under graph minors and do not include all forests may be characterized as having bounded pathwidth, and the "vortices" appearing in the general structure theory for minor-closed graph families have bounded pathwidth. Pathwidth, and graphs of bounded pathwidth, also have applications in VLSI design, graph drawing, and computational linguistics. It is NP-hard to find the pathwidth of arbitrary graphs, or even to approximate it accurately. However, the problem is fixed-parameter tractable: testing whether a graph has pathwidth k can be solved in an amount of time that depends linearly on the size of the graph but superexponentially on k. Additionally, for several special classes of graphs, such as trees, the pathwidth may be computed in polynomial time without dependence on k. Many problems in graph algorithms may be solved efficiently on graphs of bounded pathwidth, by using dynamic programming on a path-decomposition of the graph. Path decomposition may also be used to measure the space complexity of dynamic programming algorithms on graphs of bounded treewidth. In the first of their famous series of papers o