Search Results: Undirected
Redirect to:
Graph (discrete mathematics)
Senin, 2026-07-06 04:32:56joined by lines or curves for the edges. The edges may be directed or undirected. For example, if the vertices represent people at a party, and there is...
Click to read more »Tree (graph theory)
Kamis, 2026-08-13 06:45:24is an undirected graph in which every pair of distinct vertices is connected by exactly one path, or equivalently, a connected acyclic undirected graph...
Click to read more »DOT (graph description language)
Jumat, 2026-08-07 08:57:05acyclic graphs. At its simplest, DOT can be used to describe an undirected graph. An undirected graph shows simple relations between objects, such as reciprocal...
Click to read more »Adjacency matrix
Minggu, 2026-07-12 18:47:38matrix is a (0,1)-matrix with zeros on its diagonal. If the graph is undirected (i.e. all of its edges are bidirectional), the adjacency matrix is symmetric...
Click to read more »Incidence matrix
Senin, 2026-08-24 20:04:17which encodes the relation of vertex-vertex pairs. In graph theory an undirected graph has two kinds of incidence matrices: unoriented and oriented. The...
Click to read more »Graphical model
Jumat, 2026-08-07 05:37:28encode and the factorization of the distribution that they induce. The undirected graph shown may have one of several interpretations; the common feature...
Click to read more »Graph theory
Jumat, 2026-08-21 23:09:59edges (also called arcs, links, or lines). A distinction is made between undirected graphs, where edges link two vertices symmetrically, and directed graphs...
Click to read more »Chinese postman problem
Selasa, 2026-06-23 01:32:22shortest closed path or circuit that visits every edge of an (connected) undirected graph at least once. When the graph has an Eulerian circuit (a closed...
Click to read more »Adjacency list
Kamis, 2026-07-30 19:59:42for an undirected graph requires about 2⋅(32/8)|E| = 8|E| bytes of space, where |E| is the number of edges of the graph. Noting that an undirected simple...
Click to read more »Connectivity (graph theory)
Rabu, 2025-03-26 06:37:24path between every pair of vertices. An undirected graph that is not connected is called disconnected. An undirected graph G is therefore disconnected if...
Click to read more »Eulerian path
Kamis, 2026-06-04 09:12:23circuit is called semi-Eulerian. An Eulerian trail, or Euler walk, in an undirected graph is a walk that uses each edge exactly once. If such a walk exists...
Click to read more »SL (complexity)
Selasa, 2025-07-15 02:43:43USTCON (undirected s-t connectivity), which is the problem of determining whether there exists a path between two vertices in an undirected graph, otherwise...
Click to read more »Shortest path problem
Senin, 2026-07-27 16:57:06path problem can be defined for graphs whether undirected, directed, or mixed. The definition for undirected graphs states that every edge can be traversed...
Click to read more »Dynkin diagram
Senin, 2026-08-10 16:06:48to be undirected, in which case they correspond to Weyl groups. In this article, "Dynkin diagram" means directed Dynkin diagram, and undirected Dynkin...
Click to read more »Directed graph
Kamis, 2026-04-30 15:58:18instead of A), arrows, or directed lines. It differs from an ordinary or undirected graph, in that the latter is defined in terms of unordered pairs of vertices...
Click to read more »Robertson graph
Minggu, 2026-08-02 07:37:31field of graph theory, the Robertson graph or (4,5)-cage, is a 4-regular undirected graph with 19 vertices and 38 edges named after Neil Robertson. The Robertson...
Click to read more »Orientation (graph theory)
Selasa, 2026-02-10 05:32:23In graph theory, an orientation of an undirected graph is an assignment of a direction to each edge, turning the initial graph into a directed graph. A...
Click to read more »Directed acyclic graph
Kamis, 2026-08-13 05:45:40vertex induces an undirected tree. A polytree (also called a directed tree) is a multitree formed by orienting the edges of an undirected tree. An arborescence...
Click to read more »Arc routing
Minggu, 2026-07-26 23:15:25travel distance. It is also sometimes called the undirected chinese postman problem. The undirected rural postman problem (URPP) aims to minimize the...
Click to read more »Minimum bottleneck spanning tree
Sabtu, 2025-09-20 21:41:56In mathematics, a minimum bottleneck spanning tree (MBST) in an undirected graph is a spanning tree in which the most expensive edge is as cheap as possible...
Click to read more »Table of the largest known graphs of a given diameter and maximal degree
Sabtu, 2026-07-25 05:27:21the vertex numbers for the best-known graphs (as of June 2024) in the undirected degree diameter problem for graphs of degree at most 3 ≤ d ≤ 16 and diameter...
Click to read more »NetworkX
Selasa, 2026-08-11 23:59:02edges have a direction indicating the flow or relationship between nodes. Undirected graphs, simply referred to as graphs in NetworkX, are graphs where edges...
Click to read more »Rank (graph theory)
Jumat, 2025-05-02 09:48:47In graph theory, a branch of mathematics, the rank of an undirected graph has two unrelated definitions. Let n equal the number of vertices of the graph...
Click to read more »Cube-connected cycles
Senin, 2025-10-20 02:51:54In graph theory, the cube-connected cycles is an undirected cubic graph, formed by replacing each vertex of a hypercube graph by a cycle. It was introduced...
Click to read more »Tuza's conjecture
Jumat, 2026-07-10 03:44:15Unsolved problem in mathematics Does every undirected graph G {\displaystyle G} have a triangle-hitting set whose size is at most twice the number of triangles...
Click to read more »Moser spindle
Senin, 2026-08-10 16:54:58Moser spindle (also called the Mosers' spindle or Moser graph) is an undirected graph, named after mathematicians Leo Moser and his brother William, with...
Click to read more »Hypergraph
Senin, 2026-08-24 13:10:49pair ( X , E ) {\displaystyle {\left(X,E\right)}} shall be called an undirected hypergraph. Hypergraphs can be viewed as incidence structures. In particular...
Click to read more »Galactic algorithm
Selasa, 2026-06-23 06:07:46algorithms (see, for example, Reingold's algorithm for connectivity in undirected graphs). As Lipton states: This alone could be important and often is...
Click to read more »Graph (abstract data type)
Rabu, 2026-06-03 11:15:31science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from the field of graph theory within...
Click to read more »Distance (graph theory)
Jumat, 2026-07-10 01:23:29least one such path exists. Notice that, in contrast with the case of undirected graphs, d(u,v) does not necessarily coincide with d(v,u)—so it is just...
Click to read more »Tree (abstract data type)
Jumat, 2025-10-17 15:38:22term is an "arborescence"), meaning: A directed graph, whose underlying undirected graph is a tree (any two vertices are connected by exactly one simple...
Click to read more »Johnson graph
Rabu, 2026-07-15 06:21:26In mathematics, Johnson graphs are a special class of undirected graphs defined from systems of sets. The vertices of the Johnson graph J ( n , k ) {\displaystyle...
Click to read more »Boltzmann machine
Minggu, 2026-07-12 18:22:27(which is an undirected graphical model), while lower layers form a directed generative model. In a DBM all layers are symmetric and undirected. Like DBNs...
Click to read more »Bipolar orientation
Kamis, 2026-05-07 21:10:01In graph theory, a bipolar orientation or st-orientation of an undirected graph is an assignment of a direction to each edge (an orientation) that causes...
Click to read more »In-place algorithm
Jumat, 2026-05-22 19:09:10algorithm to determine whether a path exists between two nodes in an undirected graph, a problem that requires O(n) extra space using typical algorithms...
Click to read more »Clique (graph theory)
Minggu, 2026-08-16 20:49:47theory, a clique (/ˈkliːk/ or /ˈklɪk/) is a subset of vertices of an undirected graph such that every two distinct vertices in the clique are adjacent...
Click to read more »Circulant graph
Senin, 2026-05-04 16:23:44In graph theory, a circulant graph is an undirected graph acted on by a cyclic group of symmetries which takes any vertex to any other vertex. It is sometimes...
Click to read more »Zig-zag product
Jumat, 2026-01-23 08:06:13solves the undirected st-connectivity problem, the problem of testing whether there is a path between two given vertices in an undirected graph, using...
Click to read more »GraphML
Rabu, 2025-08-20 15:06:58range of possible graph structure constellations including directed, undirected, mixed graphs, hypergraphs, and application-specific attributes. A GraphML...
Click to read more »Moral graph
Jumat, 2025-11-14 08:58:57In graph theory, a moral graph is used to find the equivalent undirected form of a directed acyclic graph. It is a key step of the junction tree algorithm...
Click to read more »Block graph
Senin, 2025-01-13 15:35:50combinatorial mathematics, a block graph or clique tree is a type of undirected graph in which every biconnected component (block) is a clique. Block...
Click to read more »Critical graph
Rabu, 2025-12-24 23:32:31In graph theory, a critical graph is an undirected graph all of whose proper subgraphs have smaller chromatic number. In such a graph, every vertex or...
Click to read more »Frucht's theorem
Minggu, 2025-12-14 14:19:37states that every finite group is the group of symmetries of a finite undirected graph. More strongly, for any finite group G {\displaystyle G} , there...
Click to read more »Degree (graph theory)
Jumat, 2026-02-20 05:22:43{\displaystyle \sum _{v\in V}\deg(v)=2|E|\,} . The formula implies that in any undirected graph, the number of vertices with odd degree is even. This statement...
Click to read more »Giant component
Selasa, 2026-02-24 18:11:52function of the degree distribution P ( k ) {\displaystyle P(k)} for an undirected network, then G 1 ( x ) {\displaystyle G_{1}(x)} can be defined as G 1...
Click to read more »Goldner–Harary graph
Rabu, 2026-05-06 04:53:56mathematical field of graph theory, the Goldner–Harary graph is a simple undirected graph with 11 vertices and 27 edges. It is named after Anita M. Goldner...
Click to read more »Petersen family
Jumat, 2026-07-17 05:47:58In graph theory, the Petersen family is a set of seven undirected graphs that includes the Petersen graph and the complete graph K6. The Petersen family...
Click to read more »Hamiltonian decomposition
Selasa, 2026-06-23 08:02:15Hamiltonian decompositions have been studied both for undirected graphs and for directed graphs. In the undirected case a Hamiltonian decomposition can also be...
Click to read more »Minimum spanning tree
Jumat, 2026-07-10 15:27:27spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices together, without any cycles and...
Click to read more »Multigraph
Kamis, 2026-03-26 17:40:57In mathematics, and more specifically in graph theory, a multigraph is a graph which is permitted to have multiple edges (also called parallel edges),...
Click to read more »Multitree
Selasa, 2025-11-25 05:02:20equivalently in which the subgraph reachable from any vertex induces an undirected tree, or a partially ordered set (poset) that does not have four items...
Click to read more »Ljubljana graph
Sabtu, 2025-05-10 01:41:57In the mathematical field of graph theory, the Ljubljana graph is an undirected bipartite graph with 112 vertices and 168 edges, rediscovered in 2002 and...
Click to read more »Betweenness centrality
Selasa, 2026-08-11 22:33:37directed graphs and ( N − 1 ) ( N − 2 ) / 2 {\displaystyle (N-1)(N-2)/2} for undirected graphs, where N {\displaystyle N} is the number of nodes in the giant...
Click to read more »Vertex (graph theory)
Senin, 2026-05-04 16:15:36vertices) or node is the fundamental unit of which graphs are formed: an undirected graph consists of a set of vertices and a set of edges (unordered pairs...
Click to read more »Cycle double cover
Rabu, 2026-07-22 09:02:53graph-theoretic mathematics, a cycle double cover is a collection of cycles in an undirected graph that together include each edge of the graph exactly twice. For...
Click to read more »Laplacian matrix
Minggu, 2026-03-08 19:52:57Here is a simple example of a labelled, undirected graph and its Laplacian matrix. We observe for the undirected graph that both the adjacency matrix and...
Click to read more »Hamiltonian path
Senin, 2026-06-29 00:26:34graph theory, a Hamiltonian path (or traceable path) is a path in an undirected or directed graph that visits each vertex exactly once. A Hamiltonian...
Click to read more »Robbins' theorem
Senin, 2025-11-10 05:39:57graphs. That is, it is possible to choose a direction for each edge of an undirected graph G, turning it into a directed graph that has a path from every vertex...
Click to read more »Mixed graph
Jumat, 2026-07-10 07:53:43G = (V, E, A) is a graph consisting of a set of vertices V, a set of (undirected) edges E, and a set of directed edges (or arcs) A. Consider adjacent vertices...
Click to read more »Polytree
Senin, 2025-07-21 00:23:36underlying undirected graph is a forest. In other words, if we replace its directed edges with undirected edges, we obtain an undirected graph that is...
Click to read more »Markov random field
Minggu, 2026-08-16 13:00:04(MRF), Markov network or undirected graphical model is a set of random variables having a Markov property described by an undirected graph. In other words...
Click to read more »Glossary of graph theory
Minggu, 2026-08-02 19:30:55be directed or undirected; undirected edges are also called lines and directed edges are also called arcs or arrows. In an undirected simple graph, an...
Click to read more »Degree matrix
Rabu, 2026-05-06 05:25:06mathematical field of algebraic graph theory, the degree matrix of an undirected graph is a diagonal matrix which contains information about the degree...
Click to read more »Circle graph
Kamis, 2026-07-23 05:37:14graph is the intersection graph of a chord diagram. That is, it is an undirected graph whose vertices can be associated with a finite system of chords...
Click to read more »Path coloring
Senin, 2026-02-23 10:36:23both undirected and bidirected (directed) settings: In undirected path coloring, the graph G {\displaystyle G} is undirected, and paths are undirected. Two...
Click to read more »Hoffman–Singleton graph
Rabu, 2025-11-05 02:51:52mathematical field of graph theory, the Hoffman–Singleton graph is a 7-regular undirected graph with 50 vertices and 175 edges. It is the unique strongly regular...
Click to read more »Ladder graph
Rabu, 2026-08-12 06:42:38mathematical field of graph theory, the ladder graph Ln is a planar, undirected graph with 2n vertices and 3n − 2 edges. The ladder graph can be obtained...
Click to read more »Seidel's algorithm
Kamis, 2025-10-09 06:09:18by Raimund Seidel in 1992 for the all-pairs-shortest-path problem for undirected, unweighted, connected graphs. It solves the problem in O ( V ω log ...
Click to read more »Abelian sandpile model
Senin, 2026-08-17 03:30:31from the rectangular grid of the standard square lattice to an arbitrary undirected finite multigraph G = ( V , E ) {\displaystyle G=(V,E)} , a special vertex...
Click to read more »Complete graph
Jumat, 2026-08-14 01:16:13the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique...
Click to read more »Kruskal's algorithm
Jumat, 2025-11-28 00:31:34Kruskal's algorithm finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree....
Click to read more »Graph enumeration
Rabu, 2026-05-06 05:26:08a class of combinatorial enumeration problems in which one must count undirected or directed graphs of certain types, typically as a function of the number...
Click to read more »Bridge (graph theory)
Senin, 2026-07-27 21:28:28graphs in which every edge is a bridge are exactly the forests. In every undirected graph, there is an equivalence relation on the vertices according to which...
Click to read more »Cycle (graph theory)
Jumat, 2026-06-12 12:09:30rational or real numbers, etc. The existence of a cycle in directed and undirected graphs can be determined by whether a depth-first search (DFS) finds an...
Click to read more »Mycielskian
Sabtu, 2025-08-30 00:25:52mathematical area of graph theory, the Mycielskian or Mycielski graph of an undirected graph is a larger graph formed from it by a construction of Jan Mycielski (1955)...
Click to read more »K-minimum spanning tree
Selasa, 2025-12-09 15:35:42approximation ratio in polynomial time. The input to the problem consists of an undirected graph with weights on its edges, and a number k. The output is a tree...
Click to read more »Windmill graph
Selasa, 2025-12-09 15:40:37mathematical field of graph theory, the windmill graph Wd(k,n) is an undirected graph constructed for k ≥ 2 and n ≥ 2 by joining n copies of the complete...
Click to read more »Omer Reingold
Minggu, 2026-03-08 06:51:56finding a deterministic logarithmic-space algorithm for st-connectivity in undirected graphs. He, along with Avi Wigderson and Salil Vadhan, won the Gödel Prize...
Click to read more »Matching (graph theory)
Kamis, 2026-08-13 23:53:15discipline of graph theory, a matching or independent edge set in an undirected graph is a set of edges without common vertices. In other words, a subset...
Click to read more »Grundy number
Rabu, 2026-08-05 14:11:38In graph theory, the Grundy number or Grundy chromatic number of an undirected graph is the largest number of colors in any greedy coloring of the graph...
Click to read more »Cyclomatic number
Minggu, 2025-11-23 07:18:55cyclomatic number, circuit rank, cycle rank, corank or nullity of an undirected graph is the minimum number of edges that must be removed from the graph...
Click to read more »Graph power
Jumat, 2026-01-30 13:51:41In graph theory, a branch of mathematics, the kth power Gk of an undirected graph G is another graph that has the same set of vertices, but in which two...
Click to read more »Perfect graph theorem
Senin, 2025-06-30 02:48:41perfect graph theorem of László Lovász (1972a, 1972b) states that an undirected graph is perfect if and only if its complement graph is also perfect....
Click to read more »Width (disambiguation)
Jumat, 2024-03-29 17:21:11of an undirected graph, one less than the size of the largest vertex-set in the decomposition. Width of a path decomposition of an undirected graph,...
Click to read more »Modular decomposition
Jumat, 2025-10-31 20:58:23There are variants of modular decomposition for undirected graphs and directed graphs. For each undirected graph, this decomposition is unique. This notion...
Click to read more »Heawood graph
Selasa, 2025-12-09 04:39:43In the mathematical field of graph theory, the Heawood graph is an undirected graph with 14 vertices and 21 edges, named after Percy John Heawood. The...
Click to read more »Gomory–Hu tree
Rabu, 2026-04-15 18:46:24In combinatorial optimization, the Gomory–Hu tree of an undirected graph with capacities is a weighted tree that represents the minimum s-t cuts for all...
Click to read more »Tarjan's algorithm
Rabu, 2023-09-13 06:38:36common ancestors algorithm Tarjan's algorithm for finding bridges in an undirected graph Tarjan's algorithm for finding simple circuits in a directed graph...
Click to read more »Nut graph (graph theory)
Jumat, 2026-07-31 23:35:20A family of simple undirected graphs defined by spectral properties...
Click to read more »Menger's theorem
Kamis, 2024-10-17 19:47:09edge-connectivity version of Menger's theorem is as follows: Let G be a finite undirected graph and x and y two distinct vertices. Then the size of the minimum...
Click to read more »List of NP-complete problems
Minggu, 2026-08-16 05:04:00graphs (having both directed and undirected edges). The program is solvable in polynomial time if the graph has all undirected or all directed edges. Variants...
Click to read more »Feedback arc set
Senin, 2026-07-20 10:52:16containing at least one vertex from every cycle in a directed or undirected graph. In undirected graphs, the spanning trees are the largest acyclic subgraphs...
Click to read more »Arboricity
Senin, 2026-03-16 01:59:35The arboricity of an undirected graph is the minimum number of forests into which its edges can be partitioned. Equivalently it is the minimum number of...
Click to read more »Spanning tree
Sabtu, 2026-07-11 11:08:45In the mathematical field of graph theory, a spanning tree T of an undirected graph G is a subgraph that is a tree which includes all of the vertices of...
Click to read more »Thermonasty
Senin, 2025-10-20 08:25:30Undirected movement by plants in response to temperature...
Click to read more »Network flow problem
Minggu, 2025-06-22 11:50:34this result to multi-commodity flow problems. The Gomory–Hu tree of an undirected flow network provides a concise representation of all minimum cuts between...
Click to read more »Pappus graph
Jumat, 2025-12-19 07:53:31mathematical field of graph theory, the Pappus graph is a bipartite, 3-regular, undirected graph with 18 vertices and 27 edges, formed as the Levi graph of the Pappus...
Click to read more »Tietze's graph
Minggu, 2025-12-21 16:49:47In the mathematical field of graph theory, Tietze's graph is an undirected cubic graph with 12 vertices and 18 edges. It is named after Heinrich Franz...
Click to read more »Knight's tour
Senin, 2026-08-24 20:23:12reflections). The number of undirected closed tours is half this number, since every tour can be traced in reverse. There are 9,862 undirected closed tours on a...
Click to read more »Friendship paradox
Minggu, 2026-08-16 12:33:36inequality. Formally, Feld assumes that a social network is represented by an undirected graph G = (V, E), where the set V of vertices corresponds to the people...
Click to read more »Unschooling
Jumat, 2026-08-21 07:45:45Unschooling may emphasize free, undirected play as a major component of children's education....
Click to read more »Graph traversal
Kamis, 2025-06-05 02:01:11the best known algorithms for both undirected and directed graphs is a simple greedy algorithm: In the undirected case, the greedy tour is at most O(ln...
Click to read more »Mega-Merger
Selasa, 2025-09-30 05:26:27algorithm aimed at solving the election problem in generic connected undirected graph. Mega-Merger was developed by Robert Gray Gallager at MIT in 1983...
Click to read more »Widest path problem
Senin, 2026-08-10 16:59:57{\displaystyle n} -vertex undirected graph can be computed in time O ( n 2 ) {\displaystyle O(n^{2})} . In any graph, directed or undirected, there is a straightforward...
Click to read more »Hamiltonian path problem
Sabtu, 2026-08-08 22:57:02fields of complexity theory and graph theory. It decides if a directed or undirected graph, G, contains a Hamiltonian path, a path that visits every vertex...
Click to read more »Semantic network
Senin, 2026-04-27 03:17:24often used as a form of knowledge representation. It is a directed or undirected graph consisting of vertices, which represent concepts, and edges, which...
Click to read more »Cut (graph theory)
Sabtu, 2025-11-22 07:26:13which s belongs to the set S and t belongs to the set T. In an unweighted undirected graph, the size or weight of a cut is the number of edges crossing the...
Click to read more »Graph homomorphism
Selasa, 2026-04-21 17:07:33a preorder on graphs, a distributive lattice, and a category (one for undirected graphs and one for directed graphs). The computational complexity of finding...
Click to read more »Thigmonasty
Jumat, 2026-05-22 03:37:53Undirected movement in response to touch or vibration...
Click to read more »Vizing's theorem
Sabtu, 2026-01-31 22:28:29In graph theory, Vizing's theorem states that every simple undirected graph may be edge colored using a number of colors that is at most one larger than...
Click to read more »Pseudoforest
Minggu, 2025-10-19 23:48:13In graph theory, a pseudoforest is an undirected graph in which every connected component has at most one cycle. That is, it is a system of vertices and...
Click to read more »Symmetric Turing machine
Selasa, 2025-12-02 00:55:37Turing machine is a Turing machine that has a configuration graph that is undirected (that is, configuration i yields configuration j if and only if j yields...
Click to read more »Splittance
Senin, 2026-02-09 05:05:16In graph theory, a branch of mathematics, the splittance of an undirected graph measures its distance from a split graph. A split graph is a graph whose...
Click to read more »Tree (set theory)
Senin, 2025-12-15 14:03:06graph is the undirected Hasse diagram of the partially ordered set, and in the second case, the graph is simply the underlying (undirected) graph of the...
Click to read more »Universality class
Kamis, 2026-04-02 19:13:03dimension is 2 for the Ising model, or for directed percolation, but 1 for undirected percolation), and above the upper critical dimension d ∗ {\displaystyle...
Click to read more »Relative neighborhood graph
Selasa, 2025-12-16 02:24:46In computational geometry, the relative neighborhood graph (RNG) is an undirected graph defined on a set of points in the Euclidean plane by connecting...
Click to read more »Disjunctive graph
Sabtu, 2025-12-27 01:46:26(representing tasks to be performed) may be connected by both directed and undirected edges (representing timing constraints between tasks). The two types of...
Click to read more »Diameter (graph theory)
Rabu, 2026-06-24 21:54:33In graph theory, the diameter of a connected undirected graph is the farthest distance between any two of its vertices. That is, it is the diameter of...
Click to read more »Spectral graph theory
Senin, 2026-07-27 12:16:53adjacency matrix or Laplacian matrix. The adjacency matrix of a simple undirected graph is a real symmetric matrix and is therefore orthogonally diagonalizable;...
Click to read more »Pósa's theorem
Jumat, 2025-02-28 05:53:29existence of a Hamiltonian cycle based on the degrees of the vertices in an undirected graph. It implies two other degree-based sufficient conditions, Dirac's...
Click to read more »Clustering coefficient
Minggu, 2026-03-15 22:51:42{|\{e_{jk}:v_{j},v_{k}\in N_{i},e_{jk}\in E\}|}{k_{i}(k_{i}-1)}}.} An undirected graph has the property that e i j {\displaystyle e_{ij}} and e j i {\displaystyle...
Click to read more »Robertson–Seymour theorem
Selasa, 2026-06-30 15:54:21Robertson–Seymour theorem (also called the graph minors theorem) states that the undirected graphs, partially ordered by the graph minor relationship, form a well-quasi-ordering...
Click to read more »Cyclic graph
Senin, 2026-07-20 22:40:18cycle in a graph Forest (graph theory), an undirected graph with no cycles Biconnected graph, an undirected graph in which every edge belongs to a cycle...
Click to read more »Abstract simplicial complex
Sabtu, 2025-06-21 11:56:58abstract simplicial complexes are mathematically equivalent to simple undirected graphs: the vertex set of the complex can be viewed as the vertex set...
Click to read more »Cluster graph
Rabu, 2026-08-12 00:52:11cluster graphs are transitively closed, and every transitively closed undirected graph is a cluster graph. The cluster graphs are the graphs for which...
Click to read more »Level structure
Jumat, 2026-08-14 06:37:37An example for an undirected Graph with a vertex r and its corresponding level structure...
Click to read more »Max-flow min-cut theorem
Rabu, 2026-05-06 12:13:38capacity of an s-t cut in the new sense. In the undirected edge-disjoint paths problem, we are given an undirected graph G = (V, E) and two vertices s and t...
Click to read more »Component (graph theory)
Senin, 2026-08-10 08:18:18In graph theory, a component of an undirected graph is a connected subgraph that is not part of any larger connected subgraph. The components of any graph...
Click to read more »Comparability graph
Kamis, 2026-06-11 18:50:48In graph theory and order theory, a comparability graph is an undirected graph that connects pairs of elements that are comparable to each other in a partial...
Click to read more »Paley graph
Selasa, 2026-02-10 02:56:45In mathematics, Paley graphs are undirected graphs constructed from the members of a suitable finite field by connecting pairs of elements that differ...
Click to read more »Graphviz
Jumat, 2025-08-29 19:28:39forces instead of energy. Useful for undirected graphs. sfdp multiscale version of fdp for the layout of large undirected graphs. twopi for radial graph layouts...
Click to read more »Coxeter–Dynkin diagram
Rabu, 2026-08-12 07:27:49branches labeled "4" or greater are directed, while Coxeter diagrams are undirected; secondly, Dynkin diagrams must satisfy an additional (crystallographic)...
Click to read more »Prime graph
Sabtu, 2025-12-27 14:37:07the mathematics of graph theory and finite groups, a prime graph is an undirected graph defined from a group. These graphs were introduced in a 1981 paper...
Click to read more »Pancyclic graph
Minggu, 2025-10-19 23:36:12mathematical study of graph theory, a pancyclic graph is a directed graph or undirected graph that contains cycles of all possible lengths from three up to the...
Click to read more »Queen's graph
Rabu, 2026-05-27 11:05:55In mathematics, a queen's graph is an undirected graph that represents all legal moves of the queen—a chess piece—on a chessboard. In the graph, each vertex...
Click to read more »Cycle space
Rabu, 2026-01-21 09:42:06graph theory, a branch of mathematics, the (binary) cycle space of an undirected graph is the set of its even-degree spanning subgraphs, or the set of...
Click to read more »Edge and vertex spaces
Minggu, 2026-06-21 15:16:06mathematical discipline of graph theory, the edge space and vertex space of an undirected graph are vector spaces defined in terms of the edge and vertex sets,...
Click to read more »Graph automorphism
Senin, 2026-03-16 06:56:42Automorphisms may be defined in this way both for directed graphs and for undirected graphs. The composition of two automorphisms is another automorphism,...
Click to read more »L (complexity)
Kamis, 2026-02-26 16:33:54problem of whether there exists a path between two vertices in a given undirected graph, is in L, showing that L = SL, since USTCON is SL-complete. One...
Click to read more »The Cases That Haunt Us
Sabtu, 2025-10-18 20:37:02dismissed Cohen as a likely suspect because in the asylum his assaults were undirected, and his behaviour was wild and uncontrolled, whereas the Ripper seemed...
Click to read more »Strongly connected component
Jumat, 2025-11-07 16:54:11endpoints with previous subgraphs. According to Robbins' theorem, an undirected graph may be oriented in such a way that it becomes strongly connected...
Click to read more »Karp's 21 NP-complete problems
Selasa, 2026-01-20 05:51:45usually called Directed Hamiltonian cycle) Undirected Hamilton circuit (Karp's name, now usually called Undirected Hamiltonian cycle) Satisfiability with...
Click to read more »Random surfing model
Sabtu, 2026-08-22 19:43:50{\displaystyle v_{t}} into the existing graph. Edges are undirected in respective undirected graphs. At time t {\displaystyle t} , vertex v t {\displaystyle...
Click to read more »888 (number)
Minggu, 2026-07-19 00:17:50888 trees with four unlabeled and three labeled nodes, 888 seven-node undirected graphs without isolated vertices, and 888 non-alternating knots whose...
Click to read more »Held–Karp algorithm
Rabu, 2025-09-24 13:12:38{\displaystyle \Theta (n)} time and does not affect asymptotic performance. For undirected graphs, the algorithm can be stopped early after the k = ⌊ n − 1 2 ⌋ {\textstyle...
Click to read more »Generalized geography
Selasa, 2026-03-10 04:12:05game on an undirected graph (that is, the edges can be traversed in both directions). Fraenkel, Scheinerman, and Ullman show that undirected vertex geography...
Click to read more »Connected dominating set
Rabu, 2026-03-25 15:42:49maximum leaf spanning tree are two closely related structures defined on an undirected graph. A connected dominating set of a graph G is a set D of vertices...
Click to read more »Polyhedral graph
Senin, 2026-05-04 16:20:01geometric graph theory, a branch of mathematics, a polyhedral graph is the undirected graph formed from the vertices and edges of a convex polyhedron. Alternatively...
Click to read more »Strong orientation
Selasa, 2026-02-10 04:47:55In graph theory, a strong orientation of an undirected graph is an assignment of a direction to each edge (an orientation) that makes it into a strongly...
Click to read more »Folded cube graph
Jumat, 2026-04-03 03:03:52In graph theory, a folded cube graph is an undirected graph formed from a hypercube graph by adding to it a perfect matching that connects opposite pairs...
Click to read more »Fibonacci cube
Jumat, 2026-01-30 10:19:34graph theory, the Fibonacci cubes or Fibonacci networks are a family of undirected graphs with rich recursive properties derived from its origin in number...
Click to read more »PageRank
Jumat, 2026-08-14 07:45:125, 0, .25], [0, 0.5, 1, 0]]) v = pagerank(M, 0.85) The PageRank of an undirected graph G {\displaystyle G} is statistically close to the degree distribution...
Click to read more »Direction (geometry)
Kamis, 2026-05-28 05:54:50of a given direction and its corresponding opposite direction forms an undirected "line", sometimes called the direction line or an orientation, e.g., the...
Click to read more »Multiple edges
Rabu, 2023-03-22 00:45:19multiple edges (also called parallel edges or a multi-edge), are, in an undirected graph, two or more edges that are incident to the same two vertices, or...
Click to read more »KN
Senin, 2025-10-27 21:55:26English to write the word-initial sound /n/ Complete graph (Kn), a simple undirected graph in which every pair of distinct vertices is connected by a unique...
Click to read more »Yee Whye Teh
Kamis, 2026-08-20 17:12:20(2003). Bethe free energy and contrastive divergence approximations for undirected graphical models. utoronto.ca (PhD thesis). University of Toronto. hdl:1807/122253...
Click to read more »Intersection graph
Rabu, 2026-01-21 12:43:59intersection representation of them. Formally, an intersection graph G is an undirected graph formed from a family of sets S i , i = 0 , 1 , 2 , … {\displaystyle...
Click to read more »Friendship graph
Jumat, 2026-08-14 06:39:50the friendship graph (or Dutch windmill graph or n-fan) Fn is a planar, undirected graph with 2n + 1 vertices and 3n edges. The friendship graph Fn can be...
Click to read more »Petersen graph
Senin, 2026-08-10 11:52:09mathematics In the mathematical field of graph theory, the Petersen graph is an undirected graph with 10 vertices and 15 edges. It is a small graph that serves as...
Click to read more »Graph minor
Selasa, 2026-08-11 20:12:28In graph theory, an undirected graph H is called a minor of the undirected graph G if H can be formed from G by deleting edges and vertices and by contracting...
Click to read more »Completeness
Jumat, 2025-10-17 00:22:33that does not allow an unbiased estimator of zero Complete graph, an undirected graph in which every pair of vertices has exactly one edge connecting...
Click to read more »Algebraic connectivity
Senin, 2026-04-13 13:49:21robustness and synchronizability of networks. The algebraic connectivity of undirected graphs with nonnegative weights is a ( G ) ≥ 0 {\displaystyle a(G)\geq...
Click to read more »Ptolemaic graph
Senin, 2026-08-10 14:31:58In graph theory, a Ptolemaic graph is an undirected graph whose shortest path distances obey Ptolemy's inequality, which in turn was named after the Greek...
Click to read more »Apeirogon
Jumat, 2026-07-31 20:55:57inclusion of sets; B) each vertex belongs to exactly two edges; C) the undirected graph formed by the vertices and edges is connected. An abstract polytope...
Click to read more »Ramsey's theorem
Sabtu, 2026-08-22 11:36:03number is the minimum number of vertices, v = R(m, n), such that all undirected simple graphs of order v, contain a clique of order m, or an independent...
Click to read more »Psychomotor agitation
Sabtu, 2026-08-15 01:17:57disorder.[citation needed] Whereas stimming is a nonpharmacologic but undirected and sometimes harmful amelioration, directed therapy tries to introduce...
Click to read more »Brooks' theorem
Senin, 2025-11-10 05:36:51sometimes called a Brooks coloring or a Δ-coloring. For any connected undirected graph G with maximum degree Δ, the chromatic number of G is at most Δ...
Click to read more »Prim's algorithm
Rabu, 2026-08-12 12:59:19a greedy algorithm that finds a minimum spanning tree for a weighted undirected graph. This means it finds a subset of the edges that forms a tree that...
Click to read more »Cayley graph
Minggu, 2026-07-12 02:29:091 , {\displaystyle s=s^{-1},} then it is typically represented by an undirected edge. The set S {\displaystyle S} is often assumed to be finite, especially...
Click to read more »Junction tree algorithm
Rabu, 2026-07-01 16:48:38Bayesian networks, and is a procedure to turn a directed graph into an undirected one. We do this because it allows for the universal applicability of the...
Click to read more »Clique complex
Rabu, 2026-08-12 21:13:48describe the cliques (complete subgraphs) of an undirected graph. The clique complex X(G) of an undirected graph G is an abstract simplicial complex (that...
Click to read more »Edmonds' algorithm
Kamis, 2025-01-23 22:31:24O(V^{2})} for dense graphs. This is as fast as Prim's algorithm for an undirected minimum spanning tree. In 1986, Gabow, Galil, Spencer, and Tarjan produced...
Click to read more »Best-first search
Kamis, 2026-07-09 22:01:23implementation keeps track of visited nodes, and can therefore be used for undirected graphs. It can be modified to retrieve the path. procedure GBS(start,...
Click to read more »Euler tour technique
Sabtu, 2025-07-12 08:43:03graph theory. It was introduced by Tarjan and Vishkin in 1984. Given an undirected tree presented as a set of edges, the Euler tour representation (ETR)...
Click to read more »V. J. Havel
Kamis, 2025-08-21 19:20:17mathematician. He is known for characterizing the degree sequences of undirected graphs and the Havel–Hakimi algorithm. It is an important contribution...
Click to read more »Karger's algorithm
Selasa, 2026-05-05 17:50:11concept of contraction of an edge ( u , v ) {\displaystyle (u,v)} in an undirected graph G = ( V , E ) {\displaystyle G=(V,E)} . Informally, the contraction...
Click to read more »White Zombie (film)
Selasa, 2026-08-11 06:20:20and knocks him out, breaking Legendre's mental control of his zombies. Undirected, the zombies walk forward and topple off the cliff. Legendre awakens and...
Click to read more »Seidel adjacency matrix
Selasa, 2026-05-12 04:49:22mathematics, in graph theory, the Seidel adjacency matrix of a simple undirected graph G is a symmetric matrix with a row and column for each vertex, having...
Click to read more »Mixed Chinese postman problem
Sabtu, 2026-07-25 03:42:08the shortest traversal of a graph with a set of vertices V, a set of undirected edges E with positive rational weights, and a set of directed arcs A with...
Click to read more »Linear arboricity
Jumat, 2025-12-26 19:48:35In graph theory, a branch of mathematics, the linear arboricity of an undirected graph is the smallest number of linear forests its edges can be partitioned...
Click to read more »Chvátal graph
Kamis, 2025-12-25 20:51:03In the mathematical field of graph theory, the Chvátal graph is an undirected graph with 12 vertices and 24 edges, discovered by Václav Chvátal in 1970...
Click to read more »Asymmetric graph
Kamis, 2024-10-17 19:14:20In graph theory, a branch of mathematics, an undirected graph is called an asymmetric graph if it has no nontrivial symmetries. Formally, an automorphism...
Click to read more »Treewidth
Senin, 2026-08-24 18:48:51In graph theory, the treewidth of an undirected graph is an integer number which specifies, informally, how far the graph is from being a tree. The smallest...
Click to read more »Odd cycle transversal
Sabtu, 2025-12-27 14:34:52In graph theory, an odd cycle transversal of an undirected graph is a set of vertices of the graph that has a nonempty intersection with every odd cycle...
Click to read more »Graph Query Language
Jumat, 2026-08-21 01:47:16node is the head (or target or destination), but they can also contain undirected (bidirectional or reflexive) edges. Nodes and edges, collectively known...
Click to read more »Bidirected graph
Rabu, 2026-03-18 10:05:20to how a directed graph may be viewed as an orientation of an ordinary undirected graph. A symmetric directed graph (that is, a directed graph in which...
Click to read more »Ear decomposition
Minggu, 2026-05-24 18:58:04In graph theory, an ear of an undirected graph G is a path P where the two endpoints of the path may coincide, but where otherwise no repetition of edges...
Click to read more »Gnomonic projection
Minggu, 2026-08-23 08:36:32onto six faces of a cube. In mathematics, the space of orientations of undirected lines in 3-dimensional space is called the real projective plane, and...
Click to read more »Well-colored graph
Rabu, 2026-08-05 14:16:10In graph theory, a subfield of mathematics, a well-colored graph is an undirected graph for which greedy coloring uses the same number of colors regardless...
Click to read more »Clique cover
Minggu, 2025-11-09 04:47:27In graph theory, a clique cover or partition into cliques of a given undirected graph is a collection of cliques that cover the whole graph. Generally...
Click to read more »Geoffrey Hinton
Senin, 2026-08-24 04:20:56(2003). Bethe free energy and contrastive divergence approximations for undirected graphical models. utoronto.ca (PhD thesis). University of Toronto. hdl:1807/122253...
Click to read more »Conway's 99-graph problem
Jumat, 2026-01-30 17:14:3799-graph problem is an unsolved problem asking whether there exists an undirected graph with 99 vertices, in which each two adjacent vertices have exactly...
Click to read more »Meringer graph
Rabu, 2024-07-24 07:44:06mathematical field of graph theory, the Meringer graph is a 5-regular undirected graph with 30 vertices and 75 edges named after Markus Meringer. It is...
Click to read more »Split (graph theory)
Senin, 2026-04-20 13:52:44In graph theory, a split of an undirected graph is a cut whose cut-set forms a complete bipartite graph. A graph is prime if it has no splits. The splits...
Click to read more »Underworld (novel)
Selasa, 2026-07-21 20:27:14Nick Shay, the man who ultimately ends up with the baseball, from his undirected existence as an executive of a waste management company in Arizona in...
Click to read more »Travelling salesman problem
Jumat, 2026-08-14 01:26:30guaranteed to be within 2–3% of an optimal tour. TSP can be modeled as an undirected weighted graph, such that cities are the graph's vertices, paths are the...
Click to read more »Handshaking lemma
Jumat, 2026-06-19 04:04:46theory, the handshaking lemma is the statement that, in every finite undirected graph, the number of vertices that touch an odd number of edges is even...
Click to read more »Robert Tarjan
Jumat, 2026-07-31 09:30:13818,272, Method for discovery of clusters of objects in an arbitrary undirected graph using a difference between a fraction of internal connections and...
Click to read more »Nastic movements
Minggu, 2025-11-23 00:36:16Undirected movement in response to external stimuli...
Click to read more »Artificial general intelligence
Selasa, 2026-08-18 21:52:24determined to fund only "mission-oriented direct research, rather than basic undirected research". As AI founder John McCarthy writes "it would be a great relief...
Click to read more »Equitable coloring
Kamis, 2026-07-23 05:40:37an equitable coloring is an assignment of colors to the vertices of an undirected graph, in such a way that No two adjacent vertices have the same color...
Click to read more »Sudoku graph
Sabtu, 2025-12-27 14:41:42In the mathematics of Sudoku, the Sudoku graph is an undirected graph whose vertices represent the cells of a (blank) Sudoku puzzle and whose edges represent...
Click to read more »Shannon switching game
Rabu, 2026-02-25 09:15:58described at its Board Game Geek entry. An explicit solution for the undirected switching game was found in 1964 for any such game using matroid theory...
Click to read more »Independent set (graph theory)
Rabu, 2026-01-28 22:21:07been studied. In the maximum independent set problem, the input is an undirected graph, and the output is a maximum independent set in the graph. If there...
Click to read more »Graphic matroid
Selasa, 2026-06-23 07:58:27is a matroid whose independent sets are the forests in a given finite undirected graph. The dual matroids of graphic matroids are called co-graphic matroids...
Click to read more »List of algorithms
Kamis, 2026-07-16 22:45:48finding maximal cliques in an undirected graph MaxCliqueDyn maximum clique algorithm: find a maximum clique in an undirected graph Strongly connected components...
Click to read more »Cover time
Rabu, 2026-02-11 09:11:55chain and the choice of the starting state. The cover time of a connected undirected graph is the cover time of the Markov chain that takes a random walk on...
Click to read more »Complement graph
Kamis, 2026-04-30 03:22:10G = (V, E) be a simple undirected graph and let P consist of all pairs of distinct vertices in V. Then the simple undirected graph H = (V, P \ E) is...
Click to read more »Loop (graph theory)
Sabtu, 2025-04-12 12:43:30vertex, all edges must be loops. Such a graph is called a bouquet. For an undirected graph, the degree of a vertex is equal to the number of adjacent vertices...
Click to read more »Strongly chordal graph
Senin, 2026-08-17 16:24:26In the mathematical area of graph theory, an undirected graph G is strongly chordal if it is a chordal graph and every cycle of even length (≥ 6) in G...
Click to read more »Force-directed graph drawing
Selasa, 2026-04-07 12:12:59Kamada, Tomihisa; Kawai, Satoru (1989), "An algorithm for drawing general undirected graphs", Information Processing Letters, 31 (1), Elsevier: 7–15, doi:10...
Click to read more »Zero-divisor graph
Jumat, 2026-01-30 21:00:20specifically in combinatorial commutative algebra, a zero-divisor graph is an undirected graph representing the zero divisors of a commutative ring. It has elements...
Click to read more »Maximum flow problem
Jumat, 2026-08-21 17:37:46respectively, find an approximately optimal maximum flow but only work in undirected graphs. In 2013 James B. Orlin published a paper describing an O ( | V...
Click to read more »Search problem
Sabtu, 2026-02-14 05:31:51searching for matchings, optional cliques, and stable sets in a given undirected graph. An algorithm is said to solve a search problem if, for every input...
Click to read more »Brandes' algorithm
Sabtu, 2026-04-04 05:18:23/ σ[v] * (1 + δ[v]) if v ≠ s then CB[v] ← CB[v] + δ[v] // Halved for undirected graphs return CB The running time of the algorithm is expressed in terms...
Click to read more »Forest (disambiguation)
Sabtu, 2026-04-18 17:51:53C. or Forest F.C., a pioneer football team Forest (graph theory), an undirected graph all of whose connected components are trees Forest (name), a given...
Click to read more »Girth (graph theory)
Kamis, 2024-12-19 14:28:52In graph theory, the girth of an undirected graph is the length of a shortest cycle contained in the graph. If the graph does not contain any cycles (that...
Click to read more »209 (number)
Jumat, 2026-08-21 05:27:03grid graph, 209 partial permutations on four elements, and 209 distinct undirected simple graphs on 7 or fewer unlabeled vertices. 209 is the smallest number...
Click to read more »Friendly-index set
Selasa, 2026-02-10 03:10:50a given undirected graph and generated by a type of graph labeling called a friendly labeling. A friendly labeling of an n-vertex undirected graph G =...
Click to read more »Centrality
Minggu, 2026-08-16 12:15:04{\displaystyle (n-1)(n-2)} and for undirected graphs is ( n − 1 ) ( n − 2 ) / 2 {\displaystyle (n-1)(n-2)/2} . For example, in an undirected star graph, the center...
Click to read more »Breadth-first search
Senin, 2026-08-03 04:38:21breadth-first search. Breadth-first search can be generalized to both undirected graphs and directed graphs with a given start node (sometimes referred...
Click to read more »Chinese whispers (clustering method)
Senin, 2026-05-04 01:03:45only one cluster at a given moment. The original algorithm applies to undirected, weighted, and unweighted graphs. Chinese whispers runs in linear time...
Click to read more »Cop number
Kamis, 2026-02-05 11:01:48graph theory, a branch of mathematics, the cop number or copnumber of an undirected graph is the minimum number of cops that suffices to ensure a win (i.e...
Click to read more »Binary tree
Kamis, 2026-04-30 23:05:46terminology prevailed. It is also possible to interpret a binary tree as an undirected, rather than directed graph, in which case a binary tree is an ordered...
Click to read more »Gradient network
Minggu, 2026-04-12 16:50:02In network science, a gradient network is a directed subnetwork of an undirected "substrate" network where each node has an associated scalar potential...
Click to read more »Tournament (graph theory)
Kamis, 2026-07-23 05:51:01possible directions. Equivalently, a tournament is an orientation of an undirected complete graph. (However, as directed graphs, tournaments are not complete:...
Click to read more »Tutte's theorem on perfect matchings
Minggu, 2026-06-14 22:12:37theorem, named after William Thomas Tutte, is a characterization of finite undirected graphs with perfect matchings. It is a special case of the Tutte–Berge...
Click to read more »Steinitz's theorem
Minggu, 2026-08-16 04:43:09branch of mathematics, Steinitz's theorem is a characterization of the undirected graphs formed by the edges and vertices of three-dimensional convex polyhedra:...
Click to read more »Network motif
Selasa, 2026-08-11 18:50:29table also indicates whether an algorithm can be used for directed or undirected networks as well as induced or non-induced subgraphs.[citation needed]...
Click to read more »Reachability
Kamis, 2026-07-23 05:52:31starts with s {\displaystyle s} and ends with t {\displaystyle t} . In an undirected graph, reachability between all pairs of vertices can be determined by...
Click to read more »Ultrametric space
Kamis, 2026-07-09 21:30:09(Zero to the power of zero). If G {\displaystyle G} is an edge-weighted undirected graph, all edge weights are positive, and d ( u , v ) {\displaystyle d(u...
Click to read more »Yao graph
Senin, 2026-08-10 06:34:16graph, named after Andrew Yao, is a kind of geometric spanner, a weighted undirected graph connecting a set of geometric points with the property that, for...
Click to read more »Turán's theorem
Kamis, 2026-06-25 15:18:45Turá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...
Click to read more »Numberlink
Selasa, 2026-06-16 20:06:39polynomial time as an instance of the vertex-disjoint paths problem on undirected graphs. List of Nikoli puzzle types Thomas Snyder (19 November 2010)....
Click to read more »Gene co-expression network
Sabtu, 2026-08-15 09:20:33A gene co-expression network (GCN) is an undirected graph, where each node corresponds to a gene, and a pair of nodes is connected with an edge if there...
Click to read more »Salil Vadhan
Minggu, 2026-07-12 12:32:03"eigenvalue bound." Vadhan also came up with another simplified approach to the undirected ST-connectivity problem following Reingold's breakthrough result. Also...
Click to read more »Radio coloring
Minggu, 2025-12-14 02:22:29In graph theory, a branch of mathematics, a radio coloring of an undirected graph is a form of graph coloring in which one assigns positive integer labels...
Click to read more »Teleological argument
Selasa, 2026-06-30 01:38:51simple: either show how a structured, regular world could arise out of undirected processes, or inject intelligence into the system. — R. J. Hankinson,...
Click to read more »List of complexity classes
Sabtu, 2026-06-13 02:21:04reducible to determining if a path exist between given vertices in an undirected graph. In October 2004 it was discovered that this class is in fact equal...
Click to read more »Cycle rank
Selasa, 2025-05-27 21:06:39cycle rank of a directed graph is closely related to the tree-depth of an undirected graph and to the star height of a regular language. It has also found...
Click to read more »Arborescence (graph theory)
Kamis, 2026-08-13 06:44:23thus the directed-graph form of a rooted tree, understood here as an undirected graph. An arborescence is also a directed rooted tree in which all edges...
Click to read more »Random minimum spanning tree
Selasa, 2026-02-10 02:49:53independent random weights from some distribution to the edges of an undirected graph, and then constructing the minimum spanning tree of the graph. When...
Click to read more »Expander graph
Jumat, 2026-08-14 00:21:11of error-correcting codes. Intuitively, an expander graph is a finite, undirected multigraph in which every subset of the vertices that is not "too large"...
Click to read more »Closure problem
Selasa, 2026-06-23 01:35:31modeled by a network in which the vertices represent cities and the (undirected) edges represent potential freight delivery routes between pairs of cities...
Click to read more »Bramble (graph theory)
Jumat, 2026-01-30 19:15:04In graph theory, a bramble for an undirected graph G is a family of connected subgraphs of G that all touch each other: for every pair of disjoint subgraphs...
Click to read more »Diamond graph
Minggu, 2022-06-26 14:00:45the mathematical field of graph theory, the diamond graph is a planar, undirected graph with 4 vertices and 5 edges. It consists of a complete graph K...
Click to read more »Acyclic orientation
Jumat, 2026-01-30 17:45:56In graph theory, an acyclic orientation of an undirected graph is an assignment of a direction to each edge (an orientation) that does not form any directed...
Click to read more »Order (mathematics)
Sabtu, 2025-02-01 00:14:56Topological ordering of directed acyclic graphs Degeneracy ordering of undirected graphs Elimination ordering of chordal graphs Order, the complexity of...
Click to read more »Equivalence class
Minggu, 2026-04-26 21:31:40distinct elements are considered equivalent under the equality relation. An undirected graph may be associated to any symmetric relation on a set X , {\displaystyle...
Click to read more »Stellated octahedron
Rabu, 2026-08-05 03:21:04takes the form of two nested polygons, a square within an octagon. The undirected graph obtained from the augmented octahedron, with or without its eight...
Click to read more »Channel capacity
Sabtu, 2026-07-18 19:30:452 ) {\displaystyle C(p_{1}\times p_{2})=C(p_{1})+C(p_{2})} If G is an undirected graph, it can be used to define a communications channel in which the...
Click to read more »Ordo Templi Orientis
Sabtu, 2026-07-11 23:29:33am not going to encourage this. Your work is not anybody else’s, and undirected chatter is the worst poisonous element in a humane society. — Aleister...
Click to read more »Brouwer's conjecture
Senin, 2026-02-02 11:15:35term of its number of edges. The conjecture states that if G is a simple undirected graph and L(G) its Laplacian matrix, then its eigenvalues λn(L(G)) ≤ λn−1(L(G))...
Click to read more »Minhag
Jumat, 2025-12-05 07:42:41Jewish law Menachem Elon writes: Custom, because of its spontaneous and undirected nature, sometimes calls for a measure of supervision and control. At times...
Click to read more »Beta skeleton
Jumat, 2026-01-30 14:32:06geometry and geometric graph theory, a β-skeleton or beta skeleton is an undirected graph defined from a set of points in the Euclidean plane. Two points...
Click to read more »Matrix of ones
Jumat, 2026-01-02 09:05:31graph theory. For example, if A is the adjacency matrix of an n-vertex undirected graph G, and J is the all-ones matrix of the same dimension, then G is...
Click to read more »Consumer behaviour
Minggu, 2026-08-09 06:12:55there is no guarantee that they may be converted into online buyers. "Undirected Information-seekers" are newcomers to a product or service. They are more...
Click to read more »PGM
Rabu, 2024-07-24 05:22:51the elements Probabilistic graphical model, which can be directed or undirected Portable Graymap File Format, a Netpbm format file format for images Pragmatic...
Click to read more »Targeted surveillance
Rabu, 2026-02-04 00:53:38types of surveillance: Mass surveillance is also known as “passive” or “undirected” surveillance. [...] It is not targeted on any particular individual but...
Click to read more »Neolithic in the Near East
Senin, 2026-08-24 08:57:19revolution', in the Near East at least, was a long-term, gradual and undirected process, marked by threshold events, the outcome of which was by no means...
Click to read more »Great chain of being
Jumat, 2026-08-07 20:47:44species, whether progressive goal-directed orthogenesis or Charles Darwin's undirected theory of evolution. The chain of being continued to be part of metaphysics...
Click to read more »Schläfli graph
Jumat, 2026-05-22 03:21:25theory, the Schläfli graph, named after Ludwig Schläfli, is a 16-regular undirected graph with 27 vertices and 216 edges. It is a strongly regular graph with...
Click to read more »Snark (graph theory)
Senin, 2026-06-29 11:44:38In the mathematical field of graph theory, a snark is an undirected graph with exactly three edges per vertex whose edges cannot be colored with only three...
Click to read more »Sylvester's four point problem
Senin, 2026-08-10 08:40:52crossing number of complete graphs, as follows. A complete graph is an undirected graph in which every pair of vertices form the endpoints of an edge. The...
Click to read more »Metric k-center
Jumat, 2026-08-14 05:43:44problem can also be defined on a complete undirected graph G = (V, E) as follows: Given a complete undirected graph G = (V, E) with distances d(vi, vj) ∈ N...
Click to read more »Transitive closure
Sabtu, 2026-07-25 17:28:24relation of the DAG and a strict partial order. The transitive closure of an undirected graph produces a cluster graph, a disjoint union of cliques. Constructing...
Click to read more »Polynomial-time reduction
Jumat, 2026-05-01 17:58:38complete problems such as determining the rectilinear crossing number of an undirected graph. Each problem in ∃ R {\displaystyle \exists \mathbb {R} } inherits...
Click to read more »Nondeterministic constraint logic
Selasa, 2026-04-07 03:18:18combinatorial system in which an orientation is given to the edges of a weighted undirected graph, subject to certain constraints. One can change this orientation...
Click to read more »Restricted Boltzmann machine
Sabtu, 2026-07-25 04:04:04with unsupervised pre-training and/or supervised fine-tuning. Unlike the undirected symmetric top layer, with a two-way unsymmetric layer for connection for...
Click to read more »Chang graphs
Senin, 2025-06-02 07:40:15mathematical field of graph theory, the Chang graphs are three 12-regular undirected graphs, each with 28 vertices and 168 edges. They are strongly regular...
Click to read more »Metcalfe's law
Rabu, 2025-08-27 05:25:19governed by the connectivity or density of the network topology. In an undirected network, every edge connects two nodes such that there are 2m nodes per...
Click to read more »River crossing puzzle
Selasa, 2026-01-27 06:28:18integer programming. Let G = ( V , E ) {\displaystyle G=(V,E)} be an undirected graph whose vertex set V {\displaystyle V} represents items that the farmer...
Click to read more »Mark Forsyth
Rabu, 2026-06-24 19:35:22bookshops. In his essay, Forsyth makes the case for the lost pleasures of undirected browsing that cannot be achieved with an internet search. Reviewer Matthew...
Click to read more »Pfaffian orientation
Jumat, 2026-07-17 00:25:35In graph theory, a Pfaffian orientation of an undirected graph assigns a direction to each edge, so that certain cycles (the "even central cycles") have...
Click to read more »Maximum-weight matching
Selasa, 2026-02-10 05:42:39bipartite, such problems are also known as the assignment problem. Given an undirected graph G = ( V , E , w ) {\displaystyle G=(V,E,w)} with vertex set V {\displaystyle...
Click to read more »Fibonacci sequence
Jumat, 2026-08-21 12:18:18of the three sides of the preceding triangle. The Fibonacci cube is an undirected graph with a Fibonacci number of nodes that has been proposed as a network...
Click to read more »Darwin's Dangerous Idea
Minggu, 2026-07-05 19:10:18skyhooks, and the orderly world we know is the result of a blind and undirected shuffle through chaos. The eighth chapter's message is conveyed by its...
Click to read more »Mental representation
Minggu, 2026-04-05 15:33:48directed at particular things. People conclude that because moods are undirected they are also nonintentional i.e. they lack intentionality or aboutness...
Click to read more »Molecular graph
Selasa, 2026-05-05 04:15:04classical definition is sufficient: a molecular graph is a connected, undirected graph which admits a one-to-one correspondence with the structural formula...
Click to read more »Malware
Kamis, 2026-08-13 08:51:53Web server overload causes Webattacker Zombie (computer science) "An Undirected Attack Against Critical Infrastructure" (PDF). United States Computer...
Click to read more »ICFP Programming Contest
Selasa, 2026-07-21 14:36:03about room labels, recorded as 2-bit values. The goal is to reconstruct the entire layout as an undirected graph using as few expeditions as possible....
Click to read more »Biconnected component
Selasa, 2026-08-11 22:33:20sequential algorithm for computing biconnected components in a connected undirected graph is due to John Hopcroft and Robert Tarjan (1973). It runs in linear...
Click to read more »Dragon View
Jumat, 2026-05-15 21:55:16translated first-person storyline, and its emphasis on player-driven undirected exploration. In 2019, the game was re-released through emulation for Windows...
Click to read more »Bovid hybrid
Jumat, 2026-07-24 13:19:05preserve declining populations. Bovid hybrids may occur naturally through undirected interbreeding, traditional pastoral practices, or may be the result of...
Click to read more »Dürer graph
Senin, 2026-06-15 20:25:48In the mathematical field of graph theory, the Dürer graph is an undirected graph with 12 vertices and 18 edges. It is named after Albrecht Dürer, whose...
Click to read more »Null graph
Senin, 2025-10-27 00:34:45complement graph K0, a forest, and a planar graph. It may be considered undirected, directed, or even both; when considered as directed, it is a directed...
Click to read more »Median graph
Senin, 2026-03-16 23:38:20In graph theory, a division of mathematics, a median graph is an undirected graph in which every three vertices a {\displaystyle a} , b {\displaystyle...
Click to read more »Cheeger constant (graph theory)
Minggu, 2026-02-08 00:09:08Cheeger constant is named after the mathematician Jeff Cheeger. Let G be an undirected finite graph with vertex set V(G) and edge set E(G). For a collection...
Click to read more »Feedback vertex set
Senin, 2026-03-30 17:55:34VLSI chip design. The FVS decision problem is as follows: INSTANCE: An (undirected or directed) graph G = ( V , E ) {\displaystyle G=(V,E)} and a positive...
Click to read more »Tree-depth
Jumat, 2026-05-01 17:15:03In graph theory, the tree-depth of a connected undirected graph G {\displaystyle G} is a numerical invariant of G {\displaystyle G} , the minimum height...
Click to read more »Kernighan–Lin algorithm
Jumat, 2025-10-31 20:30:12electronic design automation of VLSI. The input to the algorithm is an undirected graph G = (V, E) with vertex set V, edge set E, and (optionally) numerical...
Click to read more »Acyclic graph
Rabu, 2021-11-24 03:55:55directed cycles Forest (graph theory), an undirected acyclic graph Polytree, a directed graph without any undirected cycles This disambiguation page lists...
Click to read more »Graph-tool
Rabu, 2025-12-31 00:47:25on multi-core architectures. Creation and manipulation of directed or undirected graphs. Association of arbitrary information to the vertices, edges or...
Click to read more »Homogeneous relation
Minggu, 2026-06-21 09:48:49particular for graph theory is used for description, with an ordinary (undirected) graph presumed to correspond to a symmetric relation, and a general endorelation...
Click to read more »Alien abduction
Minggu, 2026-08-16 20:11:34"familiar yet unknown" will soon occur. Abductees also report feeling severe, undirected anxiety at this point even though nothing unusual has actually occurred...
Click to read more »BEST theorem
Jumat, 2025-06-20 20:41:49can be computed in polynomial time, a problem which is #P-complete for undirected graphs. It is also used in the asymptotic enumeration of Eulerian circuits...
Click to read more »Quadratic programming
Senin, 2026-08-10 19:11:10prove it is using the Motzkin-Straus theorem. It states that, for any undirected graph G, a certain quadratic program associated with G has a maximum that...
Click to read more »Martin Munkácsi
Minggu, 2026-08-23 19:16:16in Hungary. In 1932, the young Henri Cartier-Bresson, at the time an undirected photographer who catalogued his travels and his friends, saw the Munkácsi...
Click to read more »Knot (mathematics)
Sabtu, 2026-08-08 13:52:06into the Euclidean plane without crossings, but in three dimensions, any undirected graph may be embedded into space without crossings. However, a spatial...
Click to read more »Ore's theorem
Sabtu, 2025-08-30 04:15:18theorem may be obtained from Woodall by replacing every edge in a given undirected graph by a pair of directed edges. A closely related theorem by Meyniel...
Click to read more »Maze-solving algorithm
Kamis, 2026-07-16 11:15:17problème des labyrinthes, is a method for traversing a maze or connected undirected graph with no prior knowledge of the maze layout. It is similar to Trémaux’s...
Click to read more »Dominating set
Minggu, 2026-05-03 00:42:52set in a graph is necessarily also a minimal dominating set. Given an undirected graph G = (V, E), a subset of vertices D ⊆ V {\displaystyle D\subseteq...
Click to read more »New digraph reconstruction conjecture
Sabtu, 2026-07-11 10:15:48reconstruction conjecture reduces to the reconstruction conjecture in the undirected case, because if all the vertex-deleted subgraphs of two graphs are isomorphic...
Click to read more »Reachability problem
Sabtu, 2026-01-10 02:27:28States. June, 2008. ISBN 978-0262026499 Reingold, Omer (3 May 2008). "Undirected Connectivity in Log-Space". omereingold.files.wordpress.com. Archived...
Click to read more »Portia (spider)
Senin, 2026-07-13 02:35:56potential prey knows it's been seen and stands still to avoid detection, undirected leaps occur in the vicinity of the prey. As a result, the prey will then...
Click to read more »FKT algorithm
Minggu, 2024-10-13 02:55:35orientation it finds is called a Pfaffian orientation. Let G = (V, E) be an undirected graph with adjacency matrix A. Define PM(n) to be the set of partitions...
Click to read more »Don't Raise the Bridge, Lower the River
Kamis, 2026-06-11 17:53:08pace and tone are uncertain, and Lewis's performance is embarrassingly undirected." The film has been released twice on Region 1 DVD, on 8 July 2003 and...
Click to read more »Goldner
Jumat, 2025-02-14 07:12:41from the movie Barnyard and its TV series Goldner–Harary graph, simple undirected graph with 11 vertices and 27 edges Goldner String Quartet, Australian...
Click to read more »Markov
Sabtu, 2025-09-27 04:54:37field, a set of random variables having a Markov property described by an undirected graph Markov's inequality, a probabilistic upper bound Markovian (disambiguation)...
Click to read more »Hanoi graph
Jumat, 2025-12-26 22:34:34In graph theory and recreational mathematics, the Hanoi graphs are undirected graphs whose vertices represent the possible states of the Tower of Hanoi...
Click to read more »Triangle graph
Senin, 2024-07-08 05:14:59the mathematical field of graph theory, the triangle graph is a planar undirected graph with 3 vertices and 3 edges, in the form of a triangle. The triangle...
Click to read more »Coxeter group
Senin, 2026-06-22 09:46:55I_{2}(6)\cong G_{2}} ). This can be proven by comparing the restrictions on (undirected) Dynkin diagrams with the restrictions on Coxeter diagrams of finite groups:...
Click to read more »Panconnectivity
Kamis, 2025-10-09 01:27:23In graph theory, a panconnected graph is an undirected graph in which, for every two vertices s and t, there exist paths from s to t of every possible...
Click to read more »Co-stardom network
Senin, 2026-05-11 21:54:38actors i.e. movie stars. The co-stardom network can be represented by an undirected graph. Nodes correspond to the movie star actors and two nodes are linked...
Click to read more »Map graph
Rabu, 2026-08-12 02:14:17In graph theory, a branch of mathematics, a map graph is an undirected graph formed as the intersection graph of finitely many simply connected and internally...
Click to read more »Representation (mathematics)
Kamis, 2026-07-23 08:28:37key class of such problems stems from the fact that, like adjacency in undirected graphs, intersection of sets (or, more precisely, non-disjointness) is...
Click to read more »Ising model
Sabtu, 2026-05-02 17:19:48}\sigma _{i}\sigma _{j}.} A subset S of the vertex set V(G) of a weighted undirected graph G determines a cut of the graph G into S and its complementary subset...
Click to read more »68 (number)
Rabu, 2026-08-05 05:05:32graceful graph on 14 nodes has exactly 68 edges. There are 68 different undirected graphs with six edges and no isolated nodes, 68 different minimally 2-connected...
Click to read more »Graph realization problem
Senin, 2025-06-30 13:20:19weights w i j {\displaystyle w_{ij}} for all edges in an incomplete, undirected, weighted graph. The problem can be solved in polynomial time. One method...
Click to read more »Coherent space
Sabtu, 2026-06-27 02:00:48then neither contains the other. Coherence spaces are in bijection with undirected graphs whose vertices are tokens. Given a coherence space A {\displaystyle...
Click to read more »Priest=Aura
Minggu, 2025-03-09 10:31:01leaned towards the abstract and esoteric. Emphasising free association and undirected coincidence between music and motif, Kilbey declined to define their meanings...
Click to read more »Topological index
Jumat, 2026-02-27 06:19:46ignore hydrogen atoms ("hydrogen suppressed") and defined for connected undirected molecular graphs only. More sophisticated topological indices also take...
Click to read more »Intelligent design
Minggu, 2026-08-23 14:09:13mean the common descent of all life on earth from a single ancestor via undirected mutation and natural selection – that's a textbook definition of neo-Darwinism –...
Click to read more »Graphical models for protein structure
Senin, 2022-11-21 18:34:21random fields, also known as undirected graphical models are common representations for this problem. Given an undirected graph G = (V, E), a set of random...
Click to read more »Rooted graph
Sabtu, 2026-07-25 04:59:39which one vertex has been distinguished as the root. Both directed and undirected versions of rooted graphs have been studied, and there are also variant...
Click to read more »Convex subgraph
Jumat, 2025-02-07 13:52:13In metric graph theory, a convex subgraph of an undirected graph G is a subgraph that includes every shortest path in G between two of its vertices. Thus...
Click to read more »Union-closed sets conjecture
Selasa, 2026-04-21 13:16:55formulation of the union-closed sets conjecture uses graph theory. In an undirected graph, an Independent set is a set of vertices no two of which are adjacent...
Click to read more »Computer network diagram
Rabu, 2026-03-11 13:30:01represented by the diagrams, with network nodes as vertices and connections as undirected or direct edges (depending on the type of connection). The logical network...
Click to read more »Dazzler (Marvel Comics)
Senin, 2026-08-24 03:10:08protect a crowd of people or to supercharge her power reserves. Left undirected, Dazzler's light will radiate from her body in all directions, producing...
Click to read more »Strahler number
Senin, 2026-08-17 10:50:19bifurcation ratios. It is a dimensionless number. The pathwidth of an arbitrary undirected graph G may be defined as the smallest number w such that there exists...
Click to read more »Dynamic problem (algorithms)
Senin, 2026-04-27 17:57:25an algorithm that maintains the minimum spanning forest of a weighted, undirected graph, subject to edge deletions and insertions, in O ( n 1 / 2 ) {\displaystyle...
Click to read more »List of filename extensions (F–L)
Senin, 2026-05-25 17:01:59G4 ANTLR4 grammar ANTLR4 G6 Graph6 graph data format. Used for storing undirected graphs. GB GenBank molecular biology format. GBK same as GB GBR Gerber...
Click to read more »Topological combinatorics
Kamis, 2026-08-13 21:06:37application of homological methods to graph theory, Lovász proved both the undirected and directed versions of a conjecture of András Frank: Given a k-connected...
Click to read more »Exponential family random graph models
Selasa, 2026-08-11 23:07:50{\displaystyle n} nodes. However, the size of the set of possible networks for an undirected network (simple graph) of size n {\displaystyle n} is 2 n ( n − 1 ) /...
Click to read more »Triangle-free graph
Selasa, 2026-05-12 19:49:46In the mathematical area of graph theory, a triangle-free graph is an undirected graph in which no three vertices form a triangle of edges. Triangle-free...
Click to read more »Esther Schiff Goldfrank
Minggu, 2026-03-08 17:09:48During the Reserve Period. Goldfrank published her memoirs, Notes on an Undirected Life, in 1978. Notes on Two Pueblo Feasts. American Anthropologist 25...
Click to read more »Constraint composite graph
Jumat, 2026-07-31 14:24:43The constraint composite graph is a node-weighted undirected graph associated with a given combinatorial optimization problem posed as a weighted constraint...
Click to read more »Combinatorial optimization
Selasa, 2025-10-14 13:45:16target assignment problem Constraint composite graph – Node-weighted undirected graph associated with a given combinatorial optimization problem Schrijver...
Click to read more »Conversion therapy
Minggu, 2026-08-09 01:17:03GET in 2022, bioethicist Florence Ashley argued that its framing as an undirected exploration of underlying psychological issues bore similarities to conversion...
Click to read more »Universal vertex
Jumat, 2025-05-16 07:39:39In graph theory, a universal vertex is a vertex of an undirected graph that is adjacent to all other vertices of the graph. It may also be called a dominating...
Click to read more »Degree diameter problem
Sabtu, 2026-08-08 07:35:44number n d , k {\displaystyle n_{d,k}} of vertices in a finite simple undirected graph of maximum degree at most d {\displaystyle d} and diameter at most...
Click to read more »Naturalism (philosophy)
Minggu, 2026-07-26 05:37:45simple: either show how a structured, regular world could arise out of undirected processes, or inject intelligence into the system. This was how Aristotle…...
Click to read more »Cereceda's conjecture
Kamis, 2026-04-16 10:44:04formulated it in his 2007 doctoral dissertation. The degeneracy of an undirected graph G is the smallest number d such that every non-empty subgraph of...
Click to read more »Robertson–Wegner graph
Rabu, 2024-07-24 07:43:03mathematical field of graph theory, the Robertson–Wegner graph is a 5-regular undirected graph with 30 vertices and 75 edges named after Neil Robertson and Gerd...
Click to read more »Brouwer–Haemers graph
Jumat, 2025-12-26 14:20:15mathematical field of graph theory, the Brouwer–Haemers graph is a 20-regular undirected graph with 81 vertices and 810 edges. It is a strongly regular graph,...
Click to read more »String diagram
Sabtu, 2026-07-25 04:13:32edges are undirected, a generalisation of knot diagrams. Compact closed categories with 4-dimensional diagrams where the edges are undirected, a generalisation...
Click to read more »Harries graph
Sabtu, 2025-01-18 23:36:40graph theory, the Harries graph or Harries (3-10)-cage is a 3-regular, undirected graph with 70 vertices and 105 edges. The Harries graph has chromatic...
Click to read more »Conditional random field
Jumat, 2026-08-14 06:35:04image segmentation in computer vision. CRFs are a type of discriminative undirected probabilistic graphical model. Lafferty, McCallum and Pereira define a...
Click to read more »Matchstick graph
Jumat, 2026-08-14 02:23:553n-{\sqrt {12n-3}}\right\rfloor } . It is NP-hard to test whether a given undirected planar graph can be realized as a matchstick graph. More precisely, this...
Click to read more »Hopfield network
Rabu, 2026-08-19 23:12:05this sense, the Hopfield network can be formally described as a complete undirected graph G = ⟨ V , f ⟩ {\displaystyle G=\langle V,f\rangle } , where V {\displaystyle...
Click to read more »Squaregraph
Jumat, 2022-06-24 02:39:34In graph theory, a branch of mathematics, a squaregraph is a type of undirected graph that can be drawn in the plane in such a way that every bounded face...
Click to read more »Conductance (graph theory)
Rabu, 2026-01-07 03:55:15polynomial-time approximation scheme for computing the permanent. For undirected d-regular graphs G {\displaystyle G} without edge weights, the conductance...
Click to read more »Dually chordal graph
Senin, 2026-08-10 13:53:09In the mathematical area of graph theory, an undirected graph G is dually chordal if the hypergraph of its maximal cliques is a hypertree. The name comes...
Click to read more »Network science
Minggu, 2026-08-16 13:07:05graph). In the case of a simple graph (a network in which at most one (undirected) edge exists between each pair of vertices, and in which no vertices connect...
Click to read more »Rebellion
Selasa, 2026-06-23 14:01:15as "riotous", with the connotation of being disorganized, spontaneous, undirected, and undisciplined. He wrote that, on the contrary, such riots involved...
Click to read more »K-tree
Rabu, 2026-05-13 03:17:21In graph theory, a k-tree is an undirected graph formed by starting with a (k + 1)-vertex complete graph and then repeatedly adding vertices in such a...
Click to read more »Clique graph
Jumat, 2026-08-14 06:45:51In graph theory, a clique graph of an undirected graph G is another graph K(G) that represents the structure of cliques in G. Clique graphs were discussed...
Click to read more »Fleischner's theorem
Selasa, 2026-08-18 23:02:18is named after Herbert Fleischner, who published its proof in 1974. An undirected graph G {\displaystyle G} is Hamiltonian if it contains a cycle that touches...
Click to read more »Log-polar coordinates
Senin, 2026-06-08 01:39:53Neumann problems. If the discrete coordinate system is interpreted as an undirected graph in the unit disc, it can be considered as a model for an electrical...
Click to read more »Graph database
Jumat, 2026-08-21 17:41:43nodes, properties and edges. The edges can either be directed or undirected. In an undirected graph, an edge connecting two nodes has a single meaning. In...
Click to read more »Assortativity
Rabu, 2026-04-01 23:18:581 {\displaystyle r=-1} the network is completely disassortative. For undirected networks, the assortativity coefficient can be written as r = ∑ j , k...
Click to read more »Modularity (networks)
Minggu, 2026-07-26 22:42:10distributed at random. The value of the modularity for unweighted and undirected graphs lies in the range [ − 1 / 2 , 1 ] {\displaystyle [-1/2,1]} . It...
Click to read more »Child
Kamis, 2026-08-13 09:52:02roles, sometimes in conjunction with other children or adult caregivers. Undirected play allows children to learn how to work in groups, to share, to negotiate...
Click to read more »Cycle basis
Jumat, 2026-02-06 14:30:50In graph theory, a branch of mathematics, a cycle basis of an undirected graph is a set of simple cycles that forms a basis of the cycle space of the graph...
Click to read more »Wild problem
Rabu, 2026-03-04 18:38:16the underlying undirected graph of the quiver is a (finite) Dynkin diagram) nor a Euclidean quiver (i.e., the underlying undirected graph of the quiver...
Click to read more »Linking number
Selasa, 2026-07-21 22:09:30algebraic analogs for the Milnor invariants. A linkless embedding of an undirected graph is an embedding into three-dimensional space such that every two...
Click to read more »Network theory
Selasa, 2026-08-11 18:50:33of a recurrence plot can be considered as the adjacency matrix of an undirected and unweighted network. This allows for the analysis of time series by...
Click to read more »Triadic closure
Jumat, 2026-08-14 02:21:33coefficient, as follows: Let G = ( V , E ) {\displaystyle G=(V,E)} be an undirected simple graph (i.e., a graph having no self-loops or multiple edges) with...
Click to read more »Representation learning
Senin, 2026-08-24 13:17:46for multilayer learning architectures. An RBM can be represented by an undirected bipartite graph consisting of a group of binary hidden variables, a group...
Click to read more »Herschel graph
Rabu, 2025-12-24 23:39:56graph theory, a branch of mathematics, the Herschel graph is a bipartite undirected graph with 11 vertices and 18 edges. It is a polyhedral graph (the graph...
Click to read more »Incidence poset
Senin, 2026-02-23 10:20:13that represents the incidence relation between vertices and edges of an undirected graph. The incidence poset of a graph G has an element for each vertex...
Click to read more »Double counting (proof technique)
Rabu, 2026-05-06 04:53:41is commonly proven with a double counting argument states that every undirected graph contains an even number of vertices of odd degree. That is, the...
Click to read more »List of neuroscience databases
Sabtu, 2026-05-09 19:32:07Connectome Project data Human Macroscopic, up to 1015 nodes directed and undirected graphs in anatomically annotated GraphML format Healthy No Braininfo Atlas...
Click to read more »Pebble game
Selasa, 2026-04-28 20:31:11A certain number of pebbles are distributed among the vertices of an undirected graph; the goal is to move at least one to a particular target vertex...
Click to read more »Weak ordering
Minggu, 2026-06-21 14:25:45dichotomy at a time to or from this set of dichotomies. Moreover, the undirected graph that has the weak orderings as its vertices, and these moves as...
Click to read more »Cycle graph (algebra)
Selasa, 2026-02-10 20:03:47theory, a subfield of abstract algebra, a cycle graph of a group is an undirected graph that illustrates the various cycles of that group, given a set of...
Click to read more »St-connectivity
Senin, 2026-05-11 05:45:29in O(log2 n) deterministic space. The same problem for undirected graphs is called undirected s-t connectivity and was shown to be in L by Omer Reingold...
Click to read more »MaxCliqueDyn algorithm
Senin, 2024-12-23 18:38:36MaxCliqueDyn algorithm is an algorithm for finding a maximum clique in an undirected graph. MaxCliqueDyn is based on the MaxClique algorithm, which finds a...
Click to read more »Markov odometer
Kamis, 2025-11-27 22:32:03the directed linear sequence of finite groups constructed above by an undirected graph ( V , E ) {\displaystyle (V,E)} of vertexes and edges. At each vertex...
Click to read more »Yousef Alavi
Senin, 2026-03-23 13:21:06independence sequence a 1 , … , a m {\displaystyle a_{1},\dots ,a_{m}} of an undirected graph where m is the maximal order of any independent set, where a i {\displaystyle...
Click to read more »Technopoly
Selasa, 2026-07-14 01:23:53as autonomous, "self-determinative" independently of human action, and undirected in its growth, technology in a time of Technopoly actively eliminates...
Click to read more »Say Anything...
Senin, 2026-07-20 08:38:13telling." But, the review also said the film's "[a]ppealing tale of an undirected army brat proving himself worthy of the most exceptional girl in high...
Click to read more »Leader election
Rabu, 2026-03-04 19:57:56The algorithm suggested by Gallager, Humblet, and Spira for general undirected graphs has had a strong impact on the design of distributed algorithms...
Click to read more »Strength of a graph
Selasa, 2025-07-01 14:27:01In graph theory, the strength of an undirected graph corresponds to the minimum ratio of edges removed/components created in a decomposition of the graph...
Click to read more »Mikkel Thorup
Kamis, 2026-08-13 03:35:11linear-time algorithm for the single-source shortest paths problem in undirected graphs (Thorup, 1999). With Mihai Pătraşcu he has shown that simple tabulation...
Click to read more »Stoer–Wagner algorithm
Sabtu, 2025-04-05 05:17:52algorithm is a recursive algorithm to solve the minimum cut problem in undirected weighted graphs with non-negative weights. It was proposed by Mechthild...
Click to read more »Bipartite graph
Selasa, 2026-08-11 21:08:52Bipartite graphs may be characterized in several different ways: An undirected graph is bipartite if and only if it does not contain an odd cycle. A...
Click to read more »Late modern period
Rabu, 2026-08-12 21:57:15Empire. Some of it was directed against the government, while some was undirected. It included terrorism, worker strikes, peasant unrests, and military...
Click to read more »Independence complex
Rabu, 2026-04-01 16:36:39independent sets of the graph. Formally, the independence complex of an undirected graph G, denoted by I(G), is an abstract simplicial complex (that is,...
Click to read more »Nearest neighbor graph
Selasa, 2026-04-21 04:16:46directions of the edges are ignored and the NNG is defined instead as an undirected graph. However, the nearest neighbor relation is not a symmetric one,...
Click to read more »Gaia philosophy
Sabtu, 2026-03-14 12:23:25organism. Some evolutionary biologists, on the other hand, view it as an undirected emergent property of the ecosystem: as each individual species pursues...
Click to read more »Binary search
Jumat, 2026-08-07 23:50:11located in. However, this can be further generalized as follows: given an undirected, positively weighted graph and a target vertex, the algorithm learns upon...
Click to read more »Domino tiling
Kamis, 2026-04-30 07:10:12union of unit squares in the plane, has a domino tiling. He forms an undirected graph that has as its vertices the points (x,y,z) in the three-dimensional...
Click to read more »Crossing number (graph theory)
Jumat, 2026-05-29 08:18:24probability. For the purposes of defining the crossing number, a drawing of an undirected graph is a mapping from the vertices of the graph to disjoint points in...
Click to read more »Binary logarithm
Jumat, 2026-08-14 08:28:19cube is a hypercube graph. According to Ramsey's theorem, every n-vertex undirected graph has either a clique or an independent set of size logarithmic in...
Click to read more »Graphoid
Minggu, 2024-01-07 00:20:37that govern conditional independence in probability theory is shared by undirected graphs. Variables are represented as nodes in a graph in such a way that...
Click to read more »Schnyder's theorem
Jumat, 2026-06-19 01:21:04Schnyder, who published its proof in 1989. The incidence poset P(G) of an undirected graph G with vertex set V and edge set E is the partially ordered set...
Click to read more »Copying mechanism
Senin, 2025-11-03 13:31:38probability β and edges added with probability α<<β. Based loosely on the undirected protein network model of Sole et al. Vazquez proposed a growth model based...
Click to read more »Paideia Proposal
Kamis, 2026-03-26 14:30:45focused primarily within the horizontal dimension, it may become loose and undirected. When it is directed and controlled in both dimensions or focused primarily...
Click to read more »Golomb graph
Sabtu, 2025-12-27 02:50:39Undirected unit-distance graph requiring four colors...
Click to read more »(a, b)-decomposition
Rabu, 2026-08-19 22:38:26In graph theory, the (a, b)-decomposition of an undirected graph is a partition of its edges into a + 1 sets, each one of them inducing a forest, except...
Click to read more »Branch-decomposition
Sabtu, 2026-02-28 12:43:39In graph theory, a branch-decomposition of an undirected graph G is a hierarchical clustering of the edges of G, represented by an unrooted binary tree...
Click to read more »Rook's graph
Rabu, 2026-05-27 11:14:59In graph theory, a rook's graph is an undirected graph that represents all legal moves of the rook chess piece on a chessboard. Each vertex of a rook's...
Click to read more »Sparksee (graph database)
Rabu, 2026-07-15 18:34:09are from the same edge type. It supports both directed edges as well as undirected. One of its main characteristics is its performance storage and retrieval...
Click to read more »Glossary of psychiatry
Jumat, 2026-07-10 03:00:36well as those experiencing mania. Dereistic means: away from reality, undirected fantasy thinking. Carl Jung wrote, "This is the basic activity of psychic...
Click to read more »Jill Clayburgh
Minggu, 2026-08-23 17:54:22childhood. But I just can't go into it. I think I had a lot of energy and undirected need so I just kind of rebelled in a general fashion. I got myself in...
Click to read more »Root system
Selasa, 2026-06-09 05:53:01always at least 90 degrees.) No edge if the vectors are orthogonal, An undirected single edge if they make an angle of 120 degrees, A directed double edge...
Click to read more »Big Sur
Sabtu, 2026-08-08 23:55:51silent meditation and contemplation. Normally all retreats are silent and undirected. The Big Sur International Marathon is an annual marathon that begins...
Click to read more »Hedetniemi's conjecture
Kamis, 2026-05-07 22:52:52Here χ ( G ) {\displaystyle \chi (G)} denotes the chromatic number of an undirected finite graph G {\displaystyle G} . The inequality χ(G × H) ≤ min {χ(G)...
Click to read more »Induced subgraph
Senin, 2024-10-21 07:27:56they are adjacent in G {\displaystyle G} . The same definition works for undirected graphs, directed graphs, and even multigraphs. The induced subgraph G...
Click to read more »Harries–Wong graph
Senin, 2024-07-22 08:46:48mathematical field of graph theory, the Harries–Wong graph is a 3-regular undirected graph with 70 vertices and 105 edges. The Harries–Wong graph has chromatic...
Click to read more »Tower of Hanoi
Selasa, 2026-08-11 17:55:23gives moves for the 8-disk puzzle. The game can be represented by an undirected graph, the nodes representing distributions of disks and the edges representing...
Click to read more »Radon's theorem
Selasa, 2026-07-07 07:31:31inequalities h < r ≤ ch + 1. Radon theorem for graphs. In an arbitrary undirected graph, one may define a convex set to be a set of vertices that includes...
Click to read more »Gödel Prize
Senin, 2026-06-22 10:29:05uses deprecated parameter |citeseerx= (help) Reingold, Omer (2008), "Undirected connectivity in log-space", J. ACM, 55 (4): 1–24, doi:10.1145/1391289...
Click to read more »Kendo
Selasa, 2026-08-18 16:49:19readiness to attack, as well as building spirit and stamina. Ji-geiko (地稽古) Undirected practice where the kendōka tries all that has been learned during practice...
Click to read more »Hamiltonian cycle polynomial
Sabtu, 2025-06-28 23:37:43weights taken from a given commutative ring. In the meantime, for an undirected weighted graph the sum of the products of the edge weights of its Hamiltonian...
Click to read more »Henson graph
Rabu, 2025-03-12 07:17:24unsolved problems in mathematics In graph theory, the Henson graph Gi is an undirected infinite graph, the unique countable homogeneous graph that does not contain...
Click to read more »Indifference graph
Senin, 2026-03-30 06:13:11In graph theory, a branch of mathematics, an indifference graph is an undirected graph constructed by assigning a real number to each vertex and connecting...
Click to read more »Higman–Sims graph
Senin, 2025-10-20 02:53:31In mathematical graph theory, the Higman–Sims graph is a 22-regular undirected graph with 100 vertices and 1100 edges. It is the unique strongly regular...
Click to read more »Descartes snark
Minggu, 2025-10-19 23:53:45In the mathematical field of graph theory, a Descartes snark is an undirected graph with 210 vertices and 315 edges. It is a snark, a graph with three...
Click to read more »Butterfly graph
Jumat, 2023-11-10 10:08:52graph (also called the bowtie graph and the hourglass graph) is a planar, undirected graph with 5 vertices and 6 edges. It can be constructed by joining 2...
Click to read more »Directional statistics
Senin, 2026-03-23 06:11:04sphere with the antipodes identified. For example, if N = 2, the axes are undirected lines through the origin in the plane. In this case, each axis cuts the...
Click to read more »Shortest-path tree
Selasa, 2025-09-30 11:30:58computer science, a shortest-path tree rooted at a vertex v of a connected, undirected graph G is a spanning tree T of G, such that the path distance from root...
Click to read more »Lieb's square ice constant
Jumat, 2026-05-01 11:15:21elements and their adjacencies are described by the vertices and edges of an undirected graph, the polarities of their bonds can be described by orienting this...
Click to read more »Locally linear graph
Selasa, 2026-06-23 09:37:00In graph theory, a locally linear graph is an undirected graph in which every edge belongs to exactly one triangle. Equivalently, for each vertex of the...
Click to read more »Graph labeling
Minggu, 2026-01-25 01:48:35vertices. In the above definition a graph is understood to be a finite undirected simple graph. However, the notion of labeling may be applied to all extensions...
Click to read more »Information Processing Letters
Rabu, 2026-04-29 23:25:531987 Korel, B., Laski, J., Dynamic program slicing, 1988 Kamada, T., Kawai, S., An algorithm for drawing general undirected graphs, 1989 Official website...
Click to read more »Master of Orion
Kamis, 2026-04-09 22:09:43include inferior graphics and interface, simpler trade and diplomacy, undirected research, a lack of safeguards to prevent players from building more factories...
Click to read more »Bouquet graph
Sabtu, 2025-12-27 14:13:22{\displaystyle B_{m}} , for an integer parameter m {\displaystyle m} , is an undirected graph with one vertex and m {\displaystyle m} edges, all of which are...
Click to read more »Aaron Kosminski
Minggu, 2026-08-02 21:54:47dismissed Cohen as a likely suspect because in the asylum his assaults were undirected, and his behaviour was wild and uncontrolled, whereas the Ripper seemed...
Click to read more »Topological graph theory
Jumat, 2024-08-16 08:25:52connections crossing each other and resulting in a short circuit. To an undirected graph we may associate an abstract simplicial complex C with a single-element...
Click to read more »Bron–Kerbosch algorithm
Kamis, 2026-05-14 21:37:14algorithm is an enumeration algorithm for finding all maximal cliques in an undirected graph. That is, it lists all subsets of vertices with the two properties...
Click to read more »Zero-suppressed decision diagram
Senin, 2026-08-10 07:14:51h_{3}\sqcup e_{5}} . One may use ZDDs to represent simple paths in an undirected graph. For example, there are 12 ways to go from the upper left corner...
Click to read more »PPA (complexity)
Rabu, 2026-05-27 14:17:37be shown to be total by an application of the handshaking lemma: any undirected graph that has a vertex whose degree is an odd number must have some other...
Click to read more »Matrix (mathematics)
Minggu, 2026-08-23 12:35:08An undirected graph with adjacency matrix: [ 1 1 0 1 0 1 0 1 0 ] . {\displaystyle {\begin{bmatrix}1&1&0\\1&0&1\\0&1&0\end{bmatrix}}.}...
Click to read more »Commuting graph
Kamis, 2026-08-20 21:39:50the commuting graph of a semigroup, or in particular of a group, is an undirected graph in which the vertices are elements of the semigroup and there is...
Click to read more »Rigidity matroid
Rabu, 2025-12-03 23:49:51matroid is a matroid that describes the number of degrees of freedom of an undirected graph with rigid edges of fixed lengths, embedded into Euclidean space...
Click to read more »1948 Palestinian expulsion and flight
Sabtu, 2026-08-08 09:29:03and localised and for months remained chaotic and uncoordinated, if not undirected". Husayni lacked the resources to mount a full-scale assault on the Yishuv...
Click to read more »Greedoid
Senin, 2026-01-26 04:13:34easy to see that a matroid is also an interval greedoid. Consider an undirected graph G. Let the ground set be the edges of G and the feasible sets be...
Click to read more »Data structure
Rabu, 2026-08-05 12:21:04(nodes) and edges (connections between nodes). Graphs can be directed or undirected, and they can have cycles or be acyclic. Graph traversal algorithms include...
Click to read more »Matroid partitioning
Jumat, 2026-03-13 05:01:16possible. An example is the problem of computing the arboricity of an undirected graph, the minimum number of forests needed to cover all of its edges...
Click to read more »Interval graph
Rabu, 2026-08-12 22:21:31In graph theory, an interval graph is an undirected graph formed from a set of intervals on the real line, with a vertex for each interval and an edge...
Click to read more »Grid bracing
Sabtu, 2025-12-27 13:01:41problem can be translated into a problem in graph theory by considering an undirected bipartite graph that has a vertex for each row and column of the given...
Click to read more »Matroid intersection
Sabtu, 2026-07-25 08:26:21selected edge set are both at most one, and the graphic matroid of the undirected graph formed by forgetting the edge orientations in G, ensuring that the...
Click to read more »Pathfinder network
Senin, 2026-05-04 23:16:07will connect the shorter distances. The links in the network will be undirected if the proximities are symmetrical for every pair of entities. Symmetrical...
Click to read more »Unsupervised learning
Minggu, 2026-07-19 22:00:20weights. ← same. no lateral connections within a layer. top layer is undirected, symmetric. other layers are 2-way, asymmetric. 3-layers: asymmetric weights...
Click to read more »List of undecidable problems
Selasa, 2026-08-11 18:34:26first-order sentence in the logic of graphs can be realized by a finite undirected graph. Trakhtenbrot's theorem - Finite satisfiability is undecidable....
Click to read more »Expelled: No Intelligence Allowed
Kamis, 2026-08-20 14:12:24mean the common descent of all life on earth from a single ancestor via undirected mutation and natural selection -- that's a textbook definition of neo-Darwinism...
Click to read more »Russian Revolution of 1905
Senin, 2026-08-24 16:19:47Lieutenant Pyotr Schmidt, was directed against the government, while some was undirected. It included terrorism, worker strikes, peasant unrest and military mutinies...
Click to read more »Hammersley–Clifford theorem
Minggu, 2025-10-12 10:08:04or density satisfies one of the Markov properties with respect to an undirected graph G if and only if it is a Gibbs random field, that is, its density...
Click to read more »Art gallery problem
Jumat, 2025-11-07 02:32:16triangulations, we observe that the weak dual graph to the triangulation (the undirected graph having one vertex per triangle and one edge per pair of adjacent...
Click to read more »Edge coloring
Senin, 2026-08-10 12:34:44Instead, they seek a coloring of the directed graph formed by doubling each undirected edge of the network, with the property that each directed edge uv has...
Click to read more »Reformed epistemology
Minggu, 2026-08-09 04:01:25does not require a designer: "it is perhaps possible that evolution (undirected by God or anyone else) has somehow furnished us with our design plans"...
Click to read more »Vehicle routing problem
Rabu, 2026-08-19 09:13:37and vertices are junctions between them. The arcs may be directed or undirected due to the possible presence of one way streets or different costs in...
Click to read more »Intelligent design movement
Kamis, 2026-06-25 22:01:50and of living things are best explained by an intelligent cause, not an undirected process such as natural selection." Its chief activities are a campaign...
Click to read more »Aluminium oxide nanoparticle
Selasa, 2026-01-13 22:09:33spherical or nearly spherical nanoparticles, and in the form of oriented or undirected fibers. Properties, of the final material, defined as the set of properties...
Click to read more »Trémaux tree
Rabu, 2025-07-02 13:52:09In graph theory, a Trémaux tree of an undirected graph G {\displaystyle G} is a type of spanning tree, generalizing depth-first search trees. They are...
Click to read more »Geodetic graph
Sabtu, 2025-12-27 02:50:04In graph theory, a geodetic graph is an undirected graph such that there exists a unique (unweighted) shortest path between each two vertices. Geodetic...
Click to read more »Bayesian network
Jumat, 2026-08-07 05:10:192^{m}} possible parent combinations. Similar ideas may be applied to undirected, and possibly cyclic, graphs such as Markov networks. Suppose we want...
Click to read more »Signed graph
Rabu, 2026-08-12 00:29:51hard to characterize, in strong contrast with the situation for signed undirected graphs. Signed digraphs should not be confused with oriented signed graphs...
Click to read more »GNRS conjecture
Sabtu, 2025-12-27 17:09:30conjecture involves embeddings of the shortest path distances of weighted undirected graphs into ℓ₁ spaces, real vector spaces in which the distance between...
Click to read more »DSatur
Minggu, 2026-02-01 18:40:22number of different colours being used by its neighbors. Given a simple, undirected graph G {\displaystyle G} compromising a vertex set V {\displaystyle V}...
Click to read more »Warrant and Proper Function
Rabu, 2026-07-22 07:17:21does not require a designer: "it is perhaps possible that evolution (undirected by God or anyone else) has somehow furnished us with our design plans"...
Click to read more »Optimal kidney exchange
Jumat, 2026-07-10 05:14:27maximum-cardinality exchange, given the original directed graph G, construct an undirected bipartite graph H(X+Y, E) in which: Each pair j in G has two nodes: xj...
Click to read more »Glossary of artificial intelligence
Kamis, 2026-08-20 11:04:44science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from mathematics; specifically, the...
Click to read more »Borůvka's algorithm
Jumat, 2026-08-14 19:00:02minimal spanning tree {ab, bc}. algorithm Borůvka is input: A weighted undirected graph G = (V, E). output: F, a minimum spanning forest of G. Initialize...
Click to read more »Doubly triangular number
Sabtu, 2026-05-02 10:48:42combinatorics is that the doubly-triangular numbers count the number of two-edge undirected multigraphs on n {\displaystyle n} labeled vertices. In this setting,...
Click to read more »Minimum cut
Senin, 2026-03-16 20:18:57sent from the source to the sink in the given network. In a weighted, undirected network, it is possible to calculate the cut that separates a particular...
Click to read more »Closeness centrality
Selasa, 2026-07-14 13:45:56_{y}d(y,x)} . Taking distances from or to all other nodes is irrelevant in undirected graphs, whereas it can produce totally different results in directed graphs...
Click to read more »Depth-first search
Rabu, 2026-07-08 21:39:37are classified separately from forward edges. If the original graph is undirected then all of its edges are tree edges or back edges. It is also possible...
Click to read more »Apollonian network
Selasa, 2026-01-06 20:25:12In combinatorial mathematics, an Apollonian network is an undirected graph formed by a process of recursively subdividing a triangle into three smaller...
Click to read more »Social network analysis software
Selasa, 2026-08-11 22:34:33It integrates into Excel 2010, 2013, 2016, 2019, 2021, 365 and adds undirected and directed graphs as a chart type to the spreadsheet and calculates...
Click to read more »Hadwiger number
Senin, 2026-03-30 14:19:04In graph theory, the Hadwiger number of an undirected graph G is the size of the largest complete graph that can be obtained by contracting edges of G...
Click to read more »Voltage graph
Sabtu, 2024-06-08 05:59:19graphs are defined for digraphs, they may be extended to undirected graphs by replacing each undirected edge by a pair of oppositely ordered directed edges...
Click to read more »Graph Fourier transform
Rabu, 2026-06-03 14:13:11algorithms, such as the widely employed convolutional networks. Given an undirected weighted graph G = ( V , E ) {\displaystyle G=(V,E)} , where V {\displaystyle...
Click to read more »Matroid rank
Selasa, 2025-05-27 16:36:30matroids defined from certain other types of mathematical object such as undirected graphs, matrices, and field extensions are important within the study...
Click to read more »List of things named after John Horton Conway
Sabtu, 2025-06-28 18:07:13Conway's 99-graph problem – a problem invented by Conway asking if a certain undirected graph exists Conway sequence – a self-referential sequence in which each...
Click to read more »Constraint satisfaction problem
Kamis, 2026-01-22 02:18:56the universal homogenous poset, all first-order reducts of homogenous undirected graphs, all first-order reducts of all unary structures, all CSPs in the...
Click to read more »List of dramatic television series with LGBTQ characters: 1960s–2000s
Rabu, 2026-07-22 03:55:54Gavankar Papi is a lesbian and according to Alice Pieszecki's "chart" (an undirected labeled graph in which nodes represent individuals and lines represent...
Click to read more »Dijkstra's algorithm
Senin, 2026-08-10 12:03:02doi:10.1137/S0097539795288246. S2CID 5221089. Thorup, Mikkel (1999). "Undirected single-source shortest paths with positive integer weights in linear time"...
Click to read more »Clique problem
Senin, 2026-08-10 09:02:18these generalized notions of cliques can also be found by constructing an undirected graph whose edges represent related pairs of actors from the social network...
Click to read more »Hadwiger conjecture (graph theory)
Sabtu, 2026-08-01 01:14:45in the following form. According to it, if all proper colorings of an undirected graph G {\displaystyle G} use k {\displaystyle k} or more colors, then...
Click to read more »The L Word
Senin, 2026-08-10 11:13:16was Earthlings, a rarely used slang term for lesbians. "The Chart", an undirected labeled graph in which nodes represent individuals and lines represent...
Click to read more »McKay graph
Senin, 2026-07-27 09:42:07n_{ij}=n_{ji},} we denote the two opposite arrows between χ i, χ j as an undirected edge of weight nij. Moreover, if n i j = 1 , {\displaystyle n_{ij}=1,}...
Click to read more »Watts–Strogatz model
Minggu, 2025-10-05 02:06:13N ≫ 1 {\displaystyle N\gg K\gg \ln N\gg 1} , the model constructs an undirected graph with N {\displaystyle N} nodes and N K 2 {\displaystyle {\frac {NK}{2}}}...
Click to read more »Erdős–Hajnal conjecture
Kamis, 2025-11-06 05:26:40an open problem in a paper from 1977. More precisely, for an arbitrary undirected graph H {\displaystyle H} , let F H {\displaystyle {\mathcal {F}}_{H}}...
Click to read more »Orientation
Kamis, 2026-03-12 09:46:56theory), an assignment of a direction (orientation) to each edge of an undirected graph Orientation (mental), a function of the mind Romantic orientation...
Click to read more »Shrikhande graph
Selasa, 2026-02-10 01:18:25Undirected graph named after S. S. Shrikhande...
Click to read more »Nested dissection
Senin, 2026-03-02 11:12:45Birkhoff. Nested dissection consists of the following steps: Form an undirected graph in which the vertices represent rows and columns of the system of...
Click to read more »Metric space
Jumat, 2026-08-14 07:01:32(bilipschitz constant) is only logarithmic in the number of points. For any undirected connected graph G, the set V of vertices of G can be turned into a metric...
Click to read more »Barnette's conjecture
Selasa, 2025-12-16 09:38:03three edges per vertex has a Hamiltonian cycle. A planar graph is an undirected graph that can be embedded into the Euclidean plane without any crossings...
Click to read more »Vertex cover
Sabtu, 2026-04-11 14:57:43in hypergraphs. Formally, a vertex cover V ′ {\displaystyle V'} of an undirected graph G = ( V , E ) {\displaystyle G=(V,E)} is a subset of V {\displaystyle...
Click to read more »TFNP
Rabu, 2026-05-27 14:33:16of problems whose solution is guaranteed by the handshaking lemma: any undirected graph with an odd degree vertex must have another odd degree vertex. It...
Click to read more »Navigation
Kamis, 2026-07-23 22:03:02whether it is undirected or directed, which basically makes the distinction of whether there is a precise destination or not: undirected wayfinding means...
Click to read more »Random geometric graph
Minggu, 2026-03-22 19:34:15graph (RGG) is the mathematically simplest spatial network, namely an undirected graph constructed by randomly placing N nodes in some metric space (according...
Click to read more »Emmett Grogan
Kamis, 2026-05-07 06:56:58is "no accident", as the protagonist stood in for the young Grogan's "undirected self". Grogan was also the author of Final Score, a crime novel published...
Click to read more »Deep belief network
Senin, 2026-03-09 13:56:35sub-network's hidden layer serves as the visible layer for the next. An RBM is an undirected, generative energy-based model with a "visible" input layer and a hidden...
Click to read more »Unrooted binary tree
Selasa, 2026-02-24 23:19:47either one or three neighbors. A free tree or unrooted tree is a connected undirected graph with no cycles. The vertices with one neighbor are the leaves of...
Click to read more »List of datasets for machine-learning research
Minggu, 2026-08-16 12:54:00Classification, regression 2017 M. Li et al. KEGG Metabolic Reaction Network (Undirected) Dataset Network of metabolic pathways. A reaction network and a relation...
Click to read more »XML tree
Senin, 2025-08-18 20:42:20constraints on constructs those languages allow. In mathematics, a tree is an undirected graph in which any two vertices are connected by exactly one simple path...
Click to read more »