enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Conway's 99-graph problem - Wikipedia

    en.wikipedia.org/wiki/Conway's_99-graph_problem

    If such a graph exists, it would necessarily be a locally linear graph and a strongly regular graph with parameters (99,14,1,2). The first, third, and fourth parameters encode the statement of the problem: the graph should have 99 vertices, every pair of adjacent vertices should have 1 common neighbor, and every pair of non-adjacent vertices should have 2 common neighbors.

  3. Category:Unsolved problems in graph theory - Wikipedia

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

    Pages in category "Unsolved problems in graph theory" The following 32 pages are in this category, out of 32 total. This list may not reflect recent changes. A.

  4. List of unsolved problems in mathematics - Wikipedia

    en.wikipedia.org/wiki/List_of_unsolved_problems...

    Many mathematical problems have been stated but not yet solved. These problems come from many areas of mathematics, such as theoretical physics, computer science, algebra, analysis, combinatorics, algebraic, differential, discrete and Euclidean geometries, graph theory, group theory, model theory, number theory, set theory, Ramsey theory, dynamical systems, and partial differential equations.

  5. Graph (discrete mathematics) - Wikipedia

    en.wikipedia.org/wiki/Graph_(discrete_mathematics)

    A path graph or linear graph of order n ≥ 2 is a graph in which the vertices can be listed in an order v 1, v 2, …, v n such that the edges are the {v i, v i+1} where i = 1, 2, …, n − 1. Path graphs can be characterized as connected graphs in which the degree of all but two vertices is 2 and the degree of the two remaining vertices is 1.

  6. Voronoi diagram - Wikipedia

    en.wikipedia.org/wiki/Voronoi_diagram

    Let be a metric space with distance function .Let be a set of indices and let () be a tuple (indexed collection) of nonempty subsets (the sites) in the space .The Voronoi cell, or Voronoi region, , associated with the site is the set of all points in whose distance to is not greater than their distance to the other sites , where is any index different from .

  7. Hamiltonian path problem - Wikipedia

    en.wikipedia.org/wiki/Hamiltonian_path_problem

    However, for some special classes of graphs, the problem can be solved in polynomial time: 4-connected planar graphs are always Hamiltonian by a result due to Tutte, and the computational task of finding a Hamiltonian cycle in these graphs can be carried out in linear time [18] by computing a so-called Tutte path.

  8. Path graph - Wikipedia

    en.wikipedia.org/wiki/Path_graph

    Paths are often important in their role as subgraphs of other graphs, in which case they are called paths in that graph. A path is a particularly simple example of a tree, and in fact the paths are exactly the trees in which no vertex has degree 3 or more. A disjoint union of paths is called a linear forest.

  9. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    Shortest path (A, C, E, D, F) between vertices A and F in the weighted directed graph. In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized.