When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Category:Graph algorithms - Wikipedia

    en.wikipedia.org/wiki/Category:Graph_algorithms

    Graph algorithms solve problems related to graph theory. Subcategories. This category has the following 3 subcategories, out of 3 total. ...

  3. Graph edit distance - Wikipedia

    en.wikipedia.org/wiki/Graph_edit_distance

    Exact algorithms for computing the graph edit distance between a pair of graphs typically transform the problem into one of finding the minimum cost edit path between the two graphs. The computation of the optimal edit path is cast as a pathfinding search or shortest path problem, often implemented as an A* search algorithm.

  4. Graph theory - Wikipedia

    en.wikipedia.org/wiki/Graph_theory

    The unification of two argument graphs is defined as the most general graph (or the computation thereof) that is consistent with (i.e. contains all of the information in) the inputs, if such a graph exists; efficient unification algorithms are known.

  5. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    There are a great number of algorithms that exploit this property and are therefore able to compute the shortest path a lot quicker than would be possible on general graphs. All of these algorithms work in two phases. In the first phase, the graph is preprocessed without knowing the source or target node. The second phase is the query phase.

  6. Weisfeiler Leman graph isomorphism test - Wikipedia

    en.wikipedia.org/wiki/Weisfeiler_Leman_graph...

    In graph theory, the Weisfeiler Leman graph isomorphism test is a heuristic test for the existence of an isomorphism between two graphs G and H. [1] It is a generalization of the color refinement algorithm and has been first described by Weisfeiler and Leman in 1968. [ 2 ]

  7. Longest path problem - Wikipedia

    en.wikipedia.org/wiki/Longest_path_problem

    In graph theory and theoretical computer science, the longest path problem is the problem of finding a simple path of maximum length in a given graph.A path is called simple if it does not have any repeated vertices; the length of a path may either be measured by its number of edges, or (in weighted graphs) by the sum of the weights of its edges.

  8. Tree decomposition - Wikipedia

    en.wikipedia.org/wiki/Tree_decomposition

    It is NP-complete to determine whether a given graph G has treewidth at most a given variable k. [5] However, when k is any fixed constant, the graphs with treewidth k can be recognized, and a width k tree decomposition constructed for them, in linear time. [4] The time dependence of this algorithm on k is an exponential function of k 3.

  9. Connected-component labeling - Wikipedia

    en.wikipedia.org/wiki/Connected-component_labeling

    A graph, containing vertices and connecting edges, is constructed from relevant input data. The vertices contain information required by the comparison heuristic, while the edges indicate connected 'neighbors'. An algorithm traverses the graph, labeling the vertices based on the connectivity and relative values of their neighbors.