• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 759
  • 105
  • 69
  • 58
  • 24
  • 24
  • 16
  • 16
  • 16
  • 16
  • 16
  • 16
  • 14
  • 10
  • 7
  • Tagged with
  • 1393
  • 1393
  • 290
  • 200
  • 153
  • 149
  • 124
  • 122
  • 120
  • 119
  • 118
  • 115
  • 109
  • 107
  • 107
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
211

On the shortest path and minimum spanning tree problems

Pettie, Seth 28 August 2008 (has links)
Not available / text
212

Bounds on distance parameters of graphs.

Van den Berg, Paul. January 2007 (has links)
No abstract available. / Thesis (Ph.D.)-University of KwaZulu-Natal, Westville, 2007.
213

Multiplicity lists for classes of Hermitian matrices whose graph is a certain tree /

McMichael, Paul Robert. January 2008 (has links)
Thesis (Honors)--College of William and Mary, 2008. / Includes bibliographical references (leaf 47). Also available via the World Wide Web.
214

Snake cube puzzles Hamilton paths in grid graphs /

McDonough, Alison Elizabeth. January 2009 (has links)
Honors Project--Smith College, Northampton, Mass., 2009. / Includes bibliographical references (p. 44).
215

Path and cycle decompositions

Dinavahi, Chandra, Rodger, C. A. January 2008 (has links) (PDF)
Thesis (Ph. D.)--Auburn University, 2008. / Abstract. Vita. Includes bibliographical references (p. 50-51).
216

On the shortest path and minimum spanning tree problems

Pettie, Seth, January 2003 (has links) (PDF)
Thesis (Ph. D.)--University of Texas at Austin, 2003. / Vita. Includes bibliographical references. Available also from UMI Company.
217

Degree sum ensuring hamiltonicity

Steelman, Andrea Elizabeth. January 2007 (has links)
Thesis (M.S.)--University of West Florida, 2007. / Title from title page of source document. Document formatted into pages; contains 68 pages. Includes bibliographical references.
218

Dynamic algorithms for chordal and interval graphs

Ibarra, Louis Walter 05 July 2018 (has links)
We present the first dynamic algorithm that maintains a clique tree representation of a chordal graph and supports the following operations: (1) query whether deleting or inserting an arbitrary edge preserves chordality, (2) delete or insert an arbitrary edge, provided it preserves chordality. We give two implementations. In the first, each operation runs in O( n) time, where n is the number of vertices. In the second, an insertion query runs in O(log² n) time, an insertion in O(n) time, a deletion query in O(n) time, and a deletion in O(n log n) time. We also introduce the clique-separator graph representation of a chordal graph, which provides significantly more information about the graph's structure than the well-known clique tree representation. We present fundamental properties of the clique-separator graph and additional properties when the input graph is interval. We then introduce the train tree representation of interval graphs and use it to decide whether there is a certain linear ordering of the graph's maximal cliques. This yields a fully dynamic algorithm to recognize interval graphs in O(n log n) time per edge insertion or deletion. The clique-separator graph may lead to dynamic algorithms for every proper subclass of chordal graphs, and the train tree may lead to fast dynamic algorithms for problems on interval graphs. / Graduate
219

Tutte polynomial in knot theory

Petersen, David Alan 01 January 2007 (has links)
This thesis reviews the history of knot theory with an emphasis on the diagrammatic approach to studying knots. Also covered are the basic concepts and notions of graph theory and how these two fields are related with an example of a knot diagram and how to associate it to a graph.
220

Computing a Diameter-constrained Minimum Spanning Tree

Abdalla, Ayman Mahmoud 01 January 2001 (has links) (PDF)
In numerous practical applications, it is necessary to find the smallest possible tree with a bounded diameter. A diameter-constrained minimum spanning tree (DCMST) of a given undirected, edge-weighted graph, G, is the smallest-weight spanning tree of all spanning trees of G which contain no path with more than k edges, where k is a given positive integer. The problem of finding a DCMST is NP-complete for all values of k; 4 ≤ k ≤ (n - 2), except when all edge-weights are identical. A DCMST is essential for the efficiency of various distributed mutual exclusion algorithms, where it can minimize the number of messages communicated among processors per critical section. It is also useful in linear lightwave networks, where it can minimize interference in the network by limiting the traffic in the network lines. Another practical application requiring a DCMST arises in data compression, where some algorithms compress a file utilizing a data-structure, and decompress a path in the tree to access a record. A DCMST helps such algorithms to be fast without sacrificing a lot of storage space. We present a survey of the literature on the DCMST problem, study the expected diameter of a random labeled tree, and present five new polynomial-time algorithms for an approximate DCMST. One of our new algorithms constructs approximate DCMST in a modified greedy fashion, employing a heuristic for selecting an edge to be added to the tree in each stage of the construction. Three other new algorithms start with an unconstrained minimum spanning tree, and iteratively refine it into an approximate DCMST. We also present ab algorithm designed for the special case when the diameter is required to be no more than 4. Such a diameter-4 tree is also used for evaluating the quality of other algorithms. All five algorithms were implemented on a PC, and four of them were also parallelized and implemented on a massively parallel machine-the MasPar MP-1. We discuss convergence, relative merits, and implementation of these heuristics. Our extensive empirical study shows that the heuristics produce good solutions for a wide variety of inputs.

Page generated in 0.0736 seconds