When.com Web Search

  1. Ad

    related to: graph theory planarity testing techniques

Search results

  1. Results From The WOW.Com Content Network
  2. Planarity testing - Wikipedia

    en.wikipedia.org/wiki/Planarity_testing

    Other planarity criteria, that characterize planar graphs mathematically but are less central to planarity testing algorithms, include: Whitney's planarity criterion that a graph is planar if and only if its graphic matroid is also cographic, Mac Lane's planarity criterion characterizing planar graphs by the bases of their cycle spaces,

  3. Left-right planarity test - Wikipedia

    en.wikipedia.org/wiki/Left-right_planarity_test

    In graph theory, a branch of mathematics, the left-right planarity test or de Fraysseix–Rosenstiehl planarity criterion [1] is a characterization of planar graphs based on the properties of the depth-first search trees, published by de Fraysseix and Rosenstiehl (1982, 1985) [2] [3] and used by them with Patrice Ossona de Mendez to develop a linear time planarity testing algorithm.

  4. Mac Lane's planarity criterion - Wikipedia

    en.wikipedia.org/wiki/Mac_Lane's_planarity_criterion

    In graph theory, Mac Lane's planarity criterion is a characterisation of planar graphs in terms of their cycle spaces, named after Saunders Mac Lane who published it in 1937. It states that a finite undirected graph is planar if and only if the cycle space of the graph (taken modulo 2) has a cycle basis in which each edge of the graph ...

  5. Planar graph - Wikipedia

    en.wikipedia.org/wiki/Planar_graph

    Thickness (graph theory), the smallest number of planar graphs into which the edges of a given graph may be partitioned; Planarity, a puzzle computer game in which the objective is to embed a planar graph onto a plane; Sprouts (game), a pencil-and-paper game where a planar graph subject to certain constraints is constructed as part of the game play

  6. List of NP-complete problems - Wikipedia

    en.wikipedia.org/wiki/List_of_NP-complete_problems

    Minor testing (checking whether an input graph contains an input graph as a minor); the same holds with topological minors; Steiner tree, or Minimum spanning tree for a subset of the vertices of a graph. [2] (The minimum spanning tree for an entire graph is solvable in polynomial time.) Modularity maximization [5]

  7. Kuratowski's theorem - Wikipedia

    en.wikipedia.org/wiki/Kuratowski's_theorem

    A Kuratowski subgraph of a nonplanar graph can be found in linear time, as measured by the size of the input graph. [2] This allows the correctness of a planarity testing algorithm to be verified for nonplanar inputs, as it is straightforward to test whether a given subgraph is or is not a Kuratowski subgraph. [3]

  8. Aanderaa–Karp–Rosenberg conjecture - Wikipedia

    en.wikipedia.org/wiki/Aanderaa–Karp–Rosenberg...

    More precisely, the Aanderaa–Rosenberg conjecture states that any deterministic algorithm must test at least a constant fraction of all possible pairs of vertices, in the worst case, to determine any non-trivial monotone graph property. In this context, a property is monotone if it remains true when edges are added; for example, planarity is ...

  9. Robert Tarjan - Wikipedia

    en.wikipedia.org/wiki/Robert_Tarjan

    The Hopcroft–Tarjan planarity testing algorithm was the first linear-time algorithm for planarity testing. [11] Tarjan has also developed important data structures such as the Fibonacci heap (a heap data structure consisting of a forest of trees), and the splay tree (a self-adjusting binary search tree; co-invented by Tarjan and Daniel Sleator).