enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Turán's brick factory problem - Wikipedia

    en.wikipedia.org/wiki/Turán's_brick_factory_problem

    An optimal drawing of K 4,7, with 18 crossings (red dots) In the mathematics of graph drawing, Turán's brick factory problem asks for the minimum number of crossings in a drawing of a complete bipartite graph. The problem is named after Pál Turán, who formulated it while being forced to work in a brick factory during World War II. [1]

  3. Graph theory - Wikipedia

    en.wikipedia.org/wiki/Graph_theory

    The works of Ramsey on colorations and more specially the results obtained by Turán in 1941 was at the origin of another branch of graph theory, extremal graph theory. The four color problem remained unsolved for more than a century. In 1969 Heinrich Heesch published a method for solving the problem using computers. [29]

  4. Category:Computational problems in graph theory - Wikipedia

    en.wikipedia.org/wiki/Category:Computational...

    Matching (graph theory) MaxDDBS; Maximal independent set; Maximum agreement subtree problem; Maximum common edge subgraph; Maximum common induced subgraph; Maximum cut; Maximum flow problem; Maximum weight matching; Metric k-center; Minimum k-cut; Mixed Chinese postman problem; Multi-trials technique

  5. Extremal graph theory - Wikipedia

    en.wikipedia.org/wiki/Extremal_graph_theory

    [2] A graph that is an optimal solution to such an optimization problem is called an extremal graph, and extremal graphs are important objects of study in extremal graph theory. Extremal graph theory is closely related to fields such as Ramsey theory, spectral graph theory, computational complexity theory, and additive combinatorics, and ...

  6. List of NP-complete problems - Wikipedia

    en.wikipedia.org/wiki/List_of_NP-complete_problems

    Variations on the Traveling salesman problem. The problem for graphs is NP-complete if the edge lengths are assumed integers. The problem for points on the plane is NP-complete with the discretized Euclidean metric and rectilinear metric. The problem is known to be NP-hard with the (non-discretized) Euclidean metric. [3]: ND22, ND23

  7. Forbidden subgraph problem - Wikipedia

    en.wikipedia.org/wiki/Forbidden_subgraph_problem

    In extremal graph theory, the forbidden subgraph problem is the following problem: given a graph , find the maximal number of edges ⁡ (,) an -vertex graph can have such that it does not have a subgraph isomorphic to .

  8. Turán's theorem - Wikipedia

    en.wikipedia.org/wiki/Turán's_theorem

    In graph theory, Turán's theorem bounds the number of edges that can be included in an undirected graph that does not have a complete subgraph of a given size. It is one of the central results of extremal graph theory, an area studying the largest or smallest graphs with given properties, and is a special case of the forbidden subgraph problem on the maximum number of edges in a graph that ...

  9. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    The all-pairs shortest path problem finds the shortest paths between every pair of vertices v, v' in the graph. The all-pairs shortest paths problem for unweighted directed graphs was introduced by Shimbel (1953), who observed that it could be solved by a linear number of matrix multiplications that takes a total time of O(V 4).