enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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]

  3. Distance-transitive graph - Wikipedia

    en.wikipedia.org/wiki/Distance-transitive_graph

    In the mathematical field of graph theory, a distance-transitive graph is a graph such that, given any two vertices v and w at any distance i, and any other two vertices x and y at the same distance, there is an automorphism of the graph that carries v to x and w to y. Distance-transitive graphs were first defined in 1971 by Norman L. Biggs and ...

  4. Time–distance diagram - Wikipedia

    en.wikipedia.org/wiki/Timedistance_diagram

    A time–distance diagram is a chart with two axes: one for time, the other for location. The units on either axis depend on the type of project: time can be expressed in minutes (for overnight construction of railroad modification projects such as the installation of switches) or years (for large construction projects); the location can be (kilo)meters, or other distinct units (such as ...

  5. Spacetime diagram - Wikipedia

    en.wikipedia.org/wiki/Spacetime_diagram

    Unlike a regular distance-time graph, the distance is displayed on the horizontal axis and time on the vertical axis. Additionally, the time and space units of measurement are chosen in such a way that an object moving at the speed of light is depicted as following a 45° angle to the diagram's axes.

  6. Distance matrix - Wikipedia

    en.wikipedia.org/wiki/Distance_matrix

    The geometric-distance matrix is a different type of distance matrix that is based on the graph-theoretical distance matrix of a molecule to represent and graph the 3-D molecule structure. [8] The geometric-distance matrix of a molecular structure G is a real symmetric n x n matrix defined in the same way as a 2-D matrix.

  7. Hamming graph - Wikipedia

    en.wikipedia.org/wiki/Hamming_graph

    H(d,1), which is the singleton graph K 1; H(d,2), which is the hypercube graph Q d. [1] Hamiltonian paths in these graphs form Gray codes. Because Cartesian products of graphs preserve the property of being a unit distance graph, [7] the Hamming graphs H(d,2) and H(d,3) are all unit distance graphs.

  8. Linear motion - Wikipedia

    en.wikipedia.org/wiki/Linear_motion

    These relationships can be demonstrated graphically. The gradient of a line on a displacement time graph represents the velocity. The gradient of the velocity time graph gives the acceleration while the area under the velocity time graph gives the displacement. The area under a graph of acceleration versus time is equal to the change in velocity.

  9. Dijkstra's algorithm - Wikipedia

    en.wikipedia.org/wiki/Dijkstra's_algorithm

    Dijkstra's algorithm (/ ˈ d aɪ k s t r ə z / DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example, a road network.