Search Results: Undirected


Graph (discrete mathematics)
Sabtu, 2026-05-09 21:11:53

joined 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-06-04 04:16:16

is 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 »
Incidence matrix
Selasa, 2026-06-02 17:10:30

which 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 »
Adjacency matrix
Minggu, 2026-05-24 23:01:10

matrix 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 »
DOT (graph description language)
Sabtu, 2026-05-02 15:53:07

acyclic 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 »
Eulerian path
Kamis, 2026-06-04 09:12:23

circuit 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 »
Graph theory
Selasa, 2026-05-12 02:14:00

edges (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 »
Dynkin diagram
Senin, 2026-05-25 00:39:54

to 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:18

instead 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 »
Connectivity (graph theory)
Rabu, 2025-03-26 06:37:24

path 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 »
Graphical model
Kamis, 2025-10-23 19:11:21

encode 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 »
SL (complexity)
Selasa, 2025-07-15 02:43:43

USTCON (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 »
Directed acyclic graph
Senin, 2026-05-25 13:47:15

vertex 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 »
GraphML
Rabu, 2025-08-20 15:06:58

range of possible graph structure constellations including directed, undirected, mixed graphs, hypergraphs, and application-specific attributes. A GraphML...

Click to read more »
Chinese postman problem
Sabtu, 2025-04-12 02:53:55

shortest 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 »
Clique (graph theory)
Selasa, 2025-06-24 19:35:32

theory, 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 »
Adjacency list
Minggu, 2026-03-22 08:36:34

for 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 »
Giant component
Selasa, 2026-02-24 18:11:52

function 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 »
Moral graph
Jumat, 2025-11-14 08:58:57

In 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 »
Laplacian matrix
Minggu, 2026-03-08 19:52:57

Here 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 »
Shortest path problem
Jumat, 2026-06-05 21:16:58

path 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 »
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 »
Orientation (graph theory)
Selasa, 2026-02-10 05:32:23

In 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 »
Polytree
Senin, 2025-07-21 00:23:36

underlying 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 »
Boltzmann machine
Minggu, 2026-03-01 07:40:20

(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 »
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 »
Block graph
Senin, 2025-01-13 15:35:50

combinatorial 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 »
NetworkX
Rabu, 2026-03-04 11:41:35

edges 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 »
Distance (graph theory)
Selasa, 2026-05-19 02:03:37

least 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 »
Galactic algorithm
Senin, 2026-04-13 11:33:48

algorithms (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 »
Hypergraph
Senin, 2026-06-01 15:27:54

pair ( 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 »
Mixed graph
Jumat, 2025-10-17 00:25:16

G = (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 »
Circulant graph
Senin, 2026-05-04 16:23:44

In 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 »
Degree matrix
Rabu, 2026-05-06 05:25:06

mathematical 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 »
Betweenness centrality
Kamis, 2026-05-28 07:42:06

directed 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 »
Minimum bottleneck spanning tree
Sabtu, 2025-09-20 21:41:56

In 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 »
Graph (abstract data type)
Rabu, 2026-06-03 11:15:31

science, 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 »
Rank (graph theory)
Jumat, 2025-05-02 09:48:47

In 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 »
Graph enumeration
Rabu, 2026-05-06 05:26:08

a 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 »
Cycle (graph theory)
Kamis, 2026-06-04 22:58:34

rational 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 »
In-place algorithm
Jumat, 2026-05-22 19:09:10

algorithm 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 »
Robertson–Seymour theorem
Sabtu, 2026-05-30 12:20:22

Robertson–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 »
Glossary of graph theory
Kamis, 2026-05-21 13:04:11

be 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 »
Multigraph
Kamis, 2026-03-26 17:40:57

In 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 »
Robbins' theorem
Senin, 2025-11-10 05:39:57

graphs. 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 »
Tree (abstract data type)
Jumat, 2025-10-17 15:38:22

term 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 »
Kruskal's algorithm
Jumat, 2025-11-28 00:31:34

Kruskal'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 »
Knight's tour
Rabu, 2026-05-27 11:09:46

reflections). 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 »
Minimum spanning tree
Minggu, 2026-04-26 17:18:43

spanning 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 »
Moser spindle
Selasa, 2025-07-15 23:47:33

Moser 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 »
Tarjan's algorithm
Rabu, 2023-09-13 06:38:36

common 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 »
Pseudoforest
Minggu, 2025-10-19 23:48:13

In 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 »
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 »
Spanning tree
Rabu, 2026-04-29 23:55:29

In 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 »
Tuza's conjecture
Minggu, 2025-12-28 20:51:44

Unsolved 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 »
Arc routing
Jumat, 2026-03-20 01:11:04

travel 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 »
Vizing's theorem
Sabtu, 2026-01-31 22:28:29

In 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 »
Hamiltonian path
Rabu, 2026-05-06 05:47:47

graph 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 »
Spectral graph theory
Minggu, 2026-01-11 23:14:17

adjacency 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 »
Matching (graph theory)
Kamis, 2026-04-30 21:37:41

discipline 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 »
Table of the largest known graphs of a given diameter and maximal degree
Rabu, 2025-08-27 19:41:49

the 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 »
Multitree
Selasa, 2025-11-25 05:02:20

equivalently 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 »
Asymmetric graph
Kamis, 2024-10-17 19:14:20

In 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 »
Goldner–Harary graph
Rabu, 2026-05-06 04:53:56

mathematical 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 »
Markov random field
Minggu, 2026-04-19 15:44:05

(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 »
Bridge (graph theory)
Selasa, 2025-08-12 06:36:37

graphs 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 »
Heawood graph
Selasa, 2025-12-09 04:39:43

In 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 »
PageRank
Kamis, 2026-05-21 14:31:48

5, 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 »
Graphviz
Jumat, 2025-08-29 19:28:39

forces 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 »
Hamiltonian path problem
Jumat, 2026-01-23 16:27:15

fields 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 »
Independent set (graph theory)
Rabu, 2026-01-28 22:21:07

been 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 »
Symmetric Turing machine
Selasa, 2025-12-02 00:55:37

Turing 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 »
Vertex (graph theory)
Senin, 2026-05-04 16:15:36

vertices) 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 »
Component (graph theory)
Rabu, 2025-12-17 22:15:16

In 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 »
Zig-zag product
Jumat, 2026-01-23 08:06:13

solves 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 »
Critical graph
Rabu, 2025-12-24 23:32:31

In 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 »
Universality class
Kamis, 2026-04-02 19:13:03

dimension 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 »
Hoffman–Singleton graph
Rabu, 2025-11-05 02:51:52

mathematical 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 »
Generalized geography
Selasa, 2026-03-10 04:12:05

game 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 »
Thigmonasty
Jumat, 2026-05-22 03:37:53

Undirected movement in response to touch or vibration...

Click to read more »
Bipolar orientation
Kamis, 2026-05-07 21:10:01

In 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 »
Karp's 21 NP-complete problems
Selasa, 2026-01-20 05:51:45

usually called Directed Hamiltonian cycle) Undirected Hamilton circuit (Karp's name, now usually called Undirected Hamiltonian cycle) Satisfiability with...

Click to read more »
Best-first search
Selasa, 2025-07-29 13:37:56

Best-first search is a class of search algorithms which explores a regular undirected graph by expanding the most promising node chosen according to a specified...

Click to read more »
Seidel's algorithm
Kamis, 2025-10-09 06:09:18

by 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 »
Tietze's graph
Minggu, 2025-12-21 16:49:47

In 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 »
River crossing puzzle
Selasa, 2026-01-27 06:28:18

integer 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 »
Logic of graphs
Selasa, 2026-04-21 01:04:24

u\exists v(u\sim v)} where the ∼ {\displaystyle \sim } symbol indicates the undirected adjacency relation between two vertices. This sentence can be interpreted...

Click to read more »
Width (disambiguation)
Jumat, 2024-03-29 17:21:11

of 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 »
Widest path problem
Kamis, 2025-08-28 00:28:34

{\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 »
Cyclic graph
Senin, 2023-01-09 09:41:40

cycle 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 »
Johnson graph
Senin, 2025-10-20 03:05:50

In 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 »
Friendly-index set
Selasa, 2026-02-10 03:10:50

a 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 »
St-connectivity
Senin, 2026-05-11 05:45:29

in 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 »
Mycielskian
Sabtu, 2025-08-30 00:25:52

mathematical 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 »
Omer Reingold
Minggu, 2026-03-08 06:51:56

finding 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 »
Arboricity
Senin, 2026-03-16 01:59:35

The 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 »
Prim's algorithm
Senin, 2026-04-27 00:09:00

a 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 »
Reachability
Sabtu, 2025-10-25 19:10:25

starts 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 »
Girth (graph theory)
Kamis, 2024-12-19 14:28:52

In 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 »
Frucht's theorem
Minggu, 2025-12-14 14:19:37

states 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 »
Diamond graph
Minggu, 2022-06-26 14:00:45

the 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 »
Cube-connected cycles
Senin, 2025-10-20 02:51:54

In 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 »
Menger's theorem
Kamis, 2024-10-17 19:47:09

edge-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 »
Handshaking lemma
Sabtu, 2025-12-27 18:07:11

theory, 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 »
Coxeter–Dynkin diagram
Minggu, 2026-05-24 02:04:54

branches labeled "4" or greater are directed, while Coxeter diagrams are undirected; secondly, Dynkin diagrams must satisfy an additional (crystallographic)...

Click to read more »
Search problem
Sabtu, 2026-02-14 05:31:51

searching 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 »
Cayley graph
Rabu, 2026-04-15 06:01:42

1 , {\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 »
Homogeneous relation
Minggu, 2025-10-26 12:16:57

particular 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 »
Clique complex
Jumat, 2026-01-30 15:05:15

describe 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 »
Graph homomorphism
Selasa, 2026-04-21 17:07:33

a 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 »
Feedback arc set
Minggu, 2025-12-21 20:58:24

containing 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 »
Pósa's theorem
Jumat, 2025-02-28 05:53:29

existence 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 »
Dragon View
Jumat, 2026-05-15 21:55:16

translated 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 »
Graph automorphism
Senin, 2026-03-16 06:56:42

Automorphisms 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 »
Clique cover
Minggu, 2025-11-09 04:47:27

In 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 »
Artificial general intelligence
Sabtu, 2026-05-30 18:50:36

determined 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 »
Schläfli graph
Jumat, 2026-05-22 03:21:25

theory, 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 »
Feedback vertex set
Senin, 2026-03-30 17:55:34

VLSI 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 »
Matroid rank
Selasa, 2025-05-27 16:36:30

matroids 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 »
Cop number
Kamis, 2026-02-05 11:01:48

graph 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 »
Complete graph
Rabu, 2026-05-06 05:08:24

the 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 »
Ladder graph
Kamis, 2026-03-12 00:13:53

mathematical 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 »
Gomory–Hu tree
Rabu, 2026-04-15 18:46:24

In 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 »
Tutte's theorem on perfect matchings
Senin, 2025-06-30 06:32:37

theorem, 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 »
Comparability graph
Selasa, 2025-10-14 03:03:36

In 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 »
Polyhedral graph
Senin, 2026-05-04 16:20:01

geometric 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 »
List of NP-complete problems
Sabtu, 2026-05-16 12:11:02

graphs (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 »
Conway's 99-graph problem
Jumat, 2026-01-30 17:14:37

99-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 »
Oriented coloring
Minggu, 2025-12-14 03:32:15

same definition can be extended to undirected graphs as well by defining the oriented chromatic number of an undirected graph to be the largest oriented...

Click to read more »
Cycle rank
Selasa, 2025-05-27 21:06:39

cycle 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 »
Circle graph
Selasa, 2026-04-21 04:16:14

graph 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 »
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 »
Wiener connector
Sabtu, 2026-03-14 10:15:34

connecting specified "query vertices" in a network. Given a connected, undirected graph and a set of query vertices in a graph, the minimum Wiener connector...

Click to read more »
Level structure
Jumat, 2026-05-01 13:31:34

An example for an undirected Graph with a vertex r and its corresponding level structure...

Click to read more »
Windmill graph
Selasa, 2025-12-09 15:40:37

mathematical 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 »
K-tree
Rabu, 2026-05-13 03:17:21

In 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 »
Cut (graph theory)
Sabtu, 2025-11-22 07:26:13

which 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 »
Hamiltonian decomposition
Jumat, 2026-01-09 16:17:40

Hamiltonian 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 »
Petersen family
Selasa, 2026-01-13 06:11:16

In 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 »
Arborescence (graph theory)
Kamis, 2026-02-05 01:51:39

thus 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 »
Graphic matroid
Rabu, 2025-04-02 02:11:58

is 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 »
68 (number)
Rabu, 2026-05-13 06:20:30

graceful 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 »
Thermonasty
Senin, 2025-10-20 08:25:30

Undirected movement by plants in response to temperature...

Click to read more »
Strong orientation
Selasa, 2026-02-10 04:47:55

In 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 »
Complement graph
Kamis, 2026-04-30 03:22:10

G = (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 »
Graph minor
Senin, 2026-04-27 13:41:39

In graph theory, an undirected graph H is called a minor of the graph G if H can be formed from G by deleting edges and vertices and by contracting edges...

Click to read more »
Friendship graph
Minggu, 2025-04-13 12:58:28

the 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 »
Completeness
Jumat, 2025-10-17 00:22:33

that 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 »
Rooted graph
Rabu, 2026-05-06 05:27:25

which 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 »
Grundy number
Sabtu, 2025-04-12 05:57:32

In graph theory, the Grundy number or Grundy chromatic number of an undirected graph is the maximum number of colors that can be used by a greedy coloring...

Click to read more »
Cyclomatic number
Minggu, 2025-11-23 07:18:55

cyclomatic 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 »
Molecular graph
Selasa, 2026-05-05 04:15:04

classical 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 »
Semantic network
Senin, 2026-04-27 03:17:24

often 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 »
Pappus graph
Jumat, 2025-12-19 07:53:31

mathematical 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 »
Random surfing model
Sabtu, 2025-12-27 08:06:20

{\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 »
Ljubljana graph
Sabtu, 2025-05-10 01:41:57

In 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 »
Edge and vertex spaces
Selasa, 2025-04-15 06:34:01

mathematical 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 »
Connected dominating set
Rabu, 2026-03-25 15:42:49

maximum 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 »
Data structure
Selasa, 2026-05-12 04:22:34

(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 »
Algebraic connectivity
Senin, 2026-04-13 13:49:21

robustness 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 »
Robertson–Wegner graph
Rabu, 2024-07-24 07:43:03

mathematical 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 »
Shortest-path tree
Selasa, 2025-09-30 11:30:58

computer 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 »
Robertson graph
Jumat, 2026-01-23 06:28:40

field 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 »
Breadth-first search
Jumat, 2026-05-15 03:26:12

breadth-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 »
Strahler number
Kamis, 2026-03-05 02:48:45

bifurcation 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 »
Graph power
Jumat, 2026-01-30 13:51:41

In 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 »
Triangle graph
Senin, 2024-07-08 05:14:59

the 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 »
Dürer graph
Selasa, 2026-01-20 01:29:50

In 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 »
Beta skeleton
Jumat, 2026-01-30 14:32:06

geometry 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 »
Perfect graph theorem
Senin, 2025-06-30 02:48:41

perfect 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 »
Bron–Kerbosch algorithm
Kamis, 2026-05-14 21:37:14

algorithm 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 »
Friendship paradox
Senin, 2026-03-23 11:49:10

inequality. 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 »
K-minimum spanning tree
Selasa, 2025-12-09 15:35:42

approximation 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 »
Cycle basis
Jumat, 2026-02-06 14:30:50

In 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 »
Bovid hybrid
Senin, 2026-04-27 01:55:58

preserve declining populations. Bovid hybrids may occur naturally through undirected interbreeding, traditional pastoral practices, or may be the result of...

Click to read more »
Biconnected component
Senin, 2026-03-09 10:25:59

sequential 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 »
Conductance (graph theory)
Rabu, 2026-01-07 03:55:15

polynomial-time approximation scheme for computing the permanent. For undirected d-regular graphs G {\displaystyle G} without edge weights, the conductance...

Click to read more »
Network flow problem
Minggu, 2025-06-22 11:50:34

this 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 »
Path coloring
Senin, 2026-02-23 10:36:23

both 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 »
Graph traversal
Kamis, 2025-06-05 02:01:11

the 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 »
Nested dissection
Senin, 2026-03-02 11:12:45

Birkhoff. 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 »
Edmonds' algorithm
Kamis, 2025-01-23 22:31:24

O(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 »
Restricted Boltzmann machine
Kamis, 2025-11-06 05:18:18

with 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 »
Tree-depth
Jumat, 2026-05-01 17:15:03

In 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 »
Petersen graph
Kamis, 2026-06-04 09:23:37

mathematics 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 »
Conditional random field
Senin, 2025-09-29 05:02:36

image segmentation in computer vision. CRFs are a type of discriminative undirected probabilistic graphical model. Lafferty, McCallum and Pereira define a...

Click to read more »
Cycle space
Rabu, 2026-01-21 09:42:06

graph 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 »
Dimension (disambiguation)
Senin, 2025-11-03 08:09:33

Lego-themed toys-to-life video game Dimension (graph theory), a property of undirected graphs related to their representations in spaces Dimension (vector space)...

Click to read more »
Acyclic graph
Rabu, 2021-11-24 03:55:55

directed cycles Forest (graph theory), an undirected acyclic graph Polytree, a directed graph without any undirected cycles This disambiguation page lists...

Click to read more »
Intelligent design movement
Kamis, 2026-03-26 17:44:23

and 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 »
KN
Senin, 2025-10-27 21:55:26

English 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 »
Multiple edges
Rabu, 2023-03-22 00:45:19

multiple 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 »
Induced subgraph
Senin, 2024-10-21 07:27:56

they 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 »
Metcalfe's law
Rabu, 2025-08-27 05:25:19

governed 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 »
Max-flow min-cut theorem
Rabu, 2026-05-06 12:13:38

capacity 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 »
Minimum cut
Senin, 2026-03-16 20:18:57

sent 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 »
Abelian sandpile model
Jumat, 2026-05-29 17:02:50

from 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 »
Induced matching
Senin, 2026-02-09 12:40:50

an induced matching or strong matching is a subset of the edges of an undirected graph that do not share any vertices (it is a matching) and these are...

Click to read more »
Yee Whye Teh
Sabtu, 2026-05-02 00:43:26

(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 »
Cardiac arrest
Sabtu, 2026-05-02 00:44:38

dispatcher-assisted CPR improved outcomes, including survival, when compared with undirected bystander CPR. Likewise, a 2022 systematic review on exercise-related...

Click to read more »
Unschooling
Senin, 2026-06-01 22:39:01

Unschooling may emphasize free, undirected play as a major component of children's education....

Click to read more »
Erdős–Hajnal conjecture
Kamis, 2025-11-06 05:26:40

an 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 »
Squaregraph
Jumat, 2022-06-24 02:39:34

In 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 »
Cover time
Rabu, 2026-02-11 09:11:55

chain 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 »
Triangle-free graph
Selasa, 2026-05-12 19:49:46

In 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 »
Psychomotor agitation
Rabu, 2026-05-06 06:28:03

disorder.[citation needed] Whereas stimming is a nonpharmacologic but undirected and sometimes harmful amelioration, directed therapy tries to introduce...

Click to read more »
Copying mechanism
Senin, 2025-11-03 13:31:38

probability β 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 »
Hedetniemi's conjecture
Kamis, 2026-05-07 22:52:52

Here χ ( 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 »
Modularity (networks)
Kamis, 2026-02-26 07:47:53

distributed 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 »
The Cases That Haunt Us
Sabtu, 2025-10-18 20:37:02

dismissed 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 »
Folded cube graph
Jumat, 2026-04-03 03:03:52

In 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 »
Graph database
Rabu, 2026-06-03 06:22:44

nodes, 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 »
Graphoid
Minggu, 2024-01-07 00:20:37

that 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 »
Nearest neighbor graph
Selasa, 2026-04-21 04:16:46

directions 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 »
Mental representation
Minggu, 2026-04-05 15:33:48

directed 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 »
Branch-decomposition
Sabtu, 2026-02-28 12:43:39

In 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 »
List of filename extensions (F–L)
Senin, 2026-05-25 17:01:59

G4 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 »
History of artificial intelligence
Jumat, 2026-06-05 02:36:48

the U.S. Congress led the U.S. and British Governments to stop funding undirected research into artificial intelligence. Seven years later, a visionary...

Click to read more »
888 (number)
Jumat, 2026-05-29 07:07:49

888 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 »
Rebellion
Minggu, 2026-04-26 02:19:11

as "riotous", with the connotation of being disorganized, spontaneous, undirected, and undisciplined. He wrote that, on the contrary, such riots involved...

Click to read more »
Commuting graph
Selasa, 2026-05-12 14:02:35

the 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 »
Odd cycle transversal
Sabtu, 2025-12-27 14:34:52

In 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 »
Cycle double cover
Minggu, 2026-02-15 16:40:09

graph-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. Note...

Click to read more »
Geoffrey Hinton
Jumat, 2026-06-05 06:45:25

(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 »
Henson graph
Rabu, 2025-03-12 07:17:24

unsolved 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 »
Direction (geometry)
Kamis, 2026-05-28 05:54:50

of 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 »
Tree (set theory)
Senin, 2025-12-15 14:03:06

graph 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 »
Strongly connected component
Jumat, 2025-11-07 16:54:11

endpoints 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 »
Modular decomposition
Jumat, 2025-10-31 20:58:23

There 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 »
Split (graph theory)
Senin, 2026-04-20 13:52:44

In 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 »
Bipartite graph
Rabu, 2026-05-27 03:45:07

Bipartite 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 »
Rook's graph
Rabu, 2026-05-27 11:14:59

In 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 »
Fibonacci cube
Jumat, 2026-01-30 10:19:34

graph 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 »
Brooks' theorem
Senin, 2025-11-10 05:36:51

sometimes 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 »
Rigidity matroid
Rabu, 2025-12-03 23:49:51

matroid 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 »
Naturalism (philosophy)
Kamis, 2026-05-28 06:08:22

simple: 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 »
Pancyclic graph
Minggu, 2025-10-19 23:36:12

mathematical 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 »
Hanoi graph
Jumat, 2025-12-26 22:34:34

In 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 »
Cycle graph (algebra)
Selasa, 2026-02-10 20:03:47

theory, 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 »
Trémaux tree
Rabu, 2025-07-02 13:52:09

In 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 »
The Psychology of Management
Kamis, 2026-01-29 13:35:17

directing work upon that work which is directed, and the effect of this undirected and directed work upon the mind of the worker." She expresses the view...

Click to read more »
Goldner
Jumat, 2025-02-14 07:12:41

from 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 »
Unsupervised learning
Jumat, 2026-03-27 16:37:29

weights. ← 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 »
Network motif
Rabu, 2026-05-06 18:06:16

table 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 »
Chvátal graph
Kamis, 2025-12-25 20:51:03

In 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 »
Lieb's square ice constant
Jumat, 2026-05-01 11:15:21

elements 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 »
Panconnectivity
Kamis, 2025-10-09 01:27:23

In 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 »
Tournament (graph theory)
Sabtu, 2026-05-23 00:48:07

possible directions. Equivalently, a tournament is an orientation of an undirected complete graph. (However, as directed graphs, tournaments are not complete:...

Click to read more »
Dinner Party (The Ren & Stimpy Show)
Kamis, 2025-10-09 21:39:16

gave the episode two out of five stars, noting it to be as "literally undirected" as its lack of director credit. Dobbs, G. Michael (2015). Escape – How...

Click to read more »
Sudoku graph
Sabtu, 2025-12-27 14:41:42

In 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 »
Diameter (graph theory)
Sabtu, 2026-05-09 20:52:34

In 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 »
List of undecidable problems
Kamis, 2025-10-02 10:15:31

first-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 »
Borůvka's algorithm
Selasa, 2026-03-24 01:46:10

minimal 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 »
Clique problem
Rabu, 2026-04-29 22:14:55

these 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 »
Tutte polynomial
Selasa, 2026-04-28 21:32:14

which plays an important role in graph theory. It is defined for every undirected graph G {\displaystyle G} and contains information about how the graph...

Click to read more »
Bayesian network
Sabtu, 2026-04-11 23:04:45

2^{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 »
Line graph
Rabu, 2026-05-06 04:53:09

In the mathematical discipline of graph theory, the line graph of an undirected graph G is another graph L(G) that represents the adjacencies between edges...

Click to read more »
Depth-first search
Rabu, 2026-02-18 16:57:18

are 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:12

In 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 »
Dijkstra's algorithm
Selasa, 2026-06-02 18:28:00

doi:10.1137/S0097539795288246. S2CID 5221089. Thorup, Mikkel (1999). "Undirected single-source shortest paths with positive integer weights in linear time"...

Click to read more »
Closeness centrality
Senin, 2026-05-25 04:18:25

_{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 »
Twin-width
Rabu, 2025-11-26 04:46:39

The twin-width of an undirected graph is a natural number associated with the graph, used to study the parameterized complexity of graph algorithms. Intuitively...

Click to read more »
Coherent space
Senin, 2026-06-01 12:52:19

then 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 »
Coxeter group
Selasa, 2026-05-12 09:16:50

I_{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 »
Greedoid
Senin, 2026-01-26 04:13:34

easy 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 »
Emmett Grogan
Kamis, 2026-05-07 06:56:58

is "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 »
Genome architecture mapping
Senin, 2026-05-04 13:16:43

directed. In GAM analysis, it is generally assumed that the graph is undirected, so that if eigenvector centrality were to be used it would be accurate...

Click to read more »
Intellect
Minggu, 2025-07-13 07:45:08

faculty of directed thinking, I term intellect: the faculty of passive, or undirected, thinking, I term intellectual intuition. This distinction reflects an...

Click to read more »
Reach for Glory
Selasa, 2026-04-07 03:46:41

result is strongest when it glares at the beastliness and affections of undirected youth, the animal years of adolescence. The kids, sent from London to...

Click to read more »
Zero-divisor graph
Jumat, 2026-01-30 21:00:20

specifically 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 »
Geodetic graph
Sabtu, 2025-12-27 02:50:04

In 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 »
Aaron Kosminski
Kamis, 2026-05-21 20:27:47

dismissed 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 »
Vertex cover
Sabtu, 2026-04-11 14:57:43

in 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 »
Technopoly
Senin, 2026-03-30 21:22:40

as autonomous, "self-determinative" independently of human action, and undirected in its growth, technology in a time of Technopoly actively eliminates...

Click to read more »
Bipartite double cover
Jumat, 2026-01-30 18:04:04

In graph theory, the bipartite double cover of an undirected graph G is a bipartite, covering graph of G, with twice as many vertices as G. It can be constructed...

Click to read more »
Aluminium oxide nanoparticle
Selasa, 2026-01-13 22:09:33

spherical 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 »
Path (graph theory)
Jumat, 2026-06-05 08:00:06

shortest paths from a source vertex to every other vertex in directed and undirected graphs with non-negative edge weights (or no edge weights), whilst the...

Click to read more »
Robert Tarjan
Selasa, 2026-05-05 09:39:45

818,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 »
Glossary of psychiatry
Sabtu, 2026-04-04 16:44:09

well 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 »
Trivial Graph Format
Kamis, 2025-12-25 23:27:56

after the endpoint IDs. The graph may be interpreted as a directed or undirected graph. For directed graphs, to specify the concept of bi-directionality...

Click to read more »
Graph labeling
Minggu, 2026-01-25 01:48:35

vertices. 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 »
Gödel Prize
Rabu, 2026-04-15 23:25:51

ISSN 0003-486X, JSTOR 3062153, MR 1888797, S2CID 120739405 Reingold, Omer (2008), "Undirected connectivity in log-space", J. ACM, 55 (4): 1–24, doi:10.1145/1391289...

Click to read more »
Matroid
Selasa, 2026-05-12 17:50:18

independent if and only if it is a pseudoforest . In any directed or undirected graph G {\displaystyle G} let E {\displaystyle E} and F {\displaystyle...

Click to read more »
Topological graph theory
Jumat, 2024-08-16 08:25:52

connections 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 »
Factor graph
Rabu, 2026-04-22 06:18:30

{\displaystyle E} . The edges depend on the factorization as follows: there is an undirected edge between factor vertex f j {\displaystyle f_{j}} and variable vertex...

Click to read more »
Centrality
Minggu, 2026-03-15 05:28:40

{\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 »
Alien abduction
Rabu, 2026-05-27 02:51:04

"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 »
Leader election
Rabu, 2026-03-04 19:57:56

The 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 »
Genus (mathematics)
Jumat, 2026-04-17 14:20:50

concept. The genus of a group G is the minimum genus of a (connected, undirected) Cayley graph for G. The graph genus problem is NP-complete. There are...

Click to read more »
Crown graph
Minggu, 2025-07-20 18:37:51

graph theory, a branch of mathematics, a crown graph on 2n vertices is an undirected graph with two sets of vertices {u1, u2, …, un} and {v1, v2, …, vn} and...

Click to read more »
Vertex cycle cover
Kamis, 2026-02-05 10:18:07

cycles constitutes a spanning subgraph of G. A disjoint cycle cover of an undirected graph (if it exists) can be found in polynomial time by transforming the...

Click to read more »
Cop-win graph
Rabu, 2026-05-27 11:16:16

In graph theory, a cop-win graph is an undirected graph on which the pursuer (cop) can always win a pursuit–evasion game against a robber, with the players...

Click to read more »
Bramble (graph theory)
Jumat, 2026-01-30 19:15:04

In 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 »
Log-linear analysis
Selasa, 2026-02-10 21:15:30

determined by its two-factor terms, a graphical model can be represented by an undirected graph, where the vertices represent the variables and the edges represent...

Click to read more »
András Frank
Selasa, 2026-04-14 03:18:41

problem of finding the minimum number of edges to be added to a given undirected graph so that in the resulting graph the edge-connectivity between any...

Click to read more »
Deep belief network
Senin, 2026-03-09 13:56:35

sub-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 »
Well-colored graph
Senin, 2024-07-22 14:37:50

In 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 »
Watts–Strogatz model
Minggu, 2025-10-05 02:06:13

N ≫ 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 »
177 (number)
Senin, 2026-01-05 04:57:26

enumeration, there are 177 rooted trees with 10 nodes and height at most 3, 177 undirected graphs (not necessarily connected) that have 7 edges and no isolated vertices...

Click to read more »
Series-parallel partial order
Selasa, 2026-03-10 21:41:39

comparability graph of a partial order is the undirected graph with a vertex for each element and an undirected edge for each pair of distinct elements x...

Click to read more »
Upward planar drawing
Selasa, 2024-07-30 02:52:53

upward planar embedding must have the source on the outer face, and every undirected cycle of the graph must have at least one vertex at which both cycle edges...

Click to read more »
Glossary of artificial intelligence
Jumat, 2026-05-15 12:11:54

science, 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 »
Natural genetic engineering
Minggu, 2026-03-08 21:58:49

known at the time a simple, powerful model of genetic change through undirected mutation (loosely described as "random") and natural selection, was seen...

Click to read more »
PGM
Rabu, 2024-07-24 05:22:51

the 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 »
Hammersley–Clifford theorem
Minggu, 2025-10-12 10:08:04

or 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 »
Navigation
Senin, 2026-06-01 11:09:59

whether 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 »
Binary tree
Kamis, 2026-04-30 23:05:46

terminology 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 »
Strategic network formation
Rabu, 2025-01-01 17:27:45

have diverse settings, however the simplest ones can be described by an undirected graph whereas more complicated situations are represented by directed...

Click to read more »
Esther Schiff Goldfrank
Minggu, 2026-03-08 17:09:48

During 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 »
Incidence coloring
Selasa, 2026-06-02 06:40:00

incidence chromatic number of a graph and game chromatic number in case of an undirected graph. Andres found out that the upper bound for i g ( G ) {\displaystyle...

Click to read more »
Brouwer–Haemers graph
Jumat, 2025-12-26 14:20:15

mathematical 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 »
The L Word
Senin, 2026-06-01 09:27:51

was 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 »
Biased random walk on a graph
Senin, 2026-01-26 13:17:49

analysis. A common representation of the mechanism for undirected graphs is as follows: On an undirected graph, a walker takes a step from the current node...

Click to read more »
148 (number)
Jumat, 2026-01-09 16:45:10

Sloane, N. J. A. (ed.). "Sequence A052431 (Number of perfect simple undirected graphs on n nodes)". The On-Line Encyclopedia of Integer Sequences. OEIS...

Click to read more »
Euler tour technique
Sabtu, 2025-07-12 08:43:03

graph 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 »
Finite subgroups of SU(2)
Rabu, 2025-05-28 20:13:17

the two-dimensional vector representation are given graphically by an undirected graph. By Schur's lemma, irreducible representations of Γ × {±1} are just...

Click to read more »
Clique graph
Minggu, 2025-02-23 01:54:28

In 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 »
Shrikhande graph
Selasa, 2026-02-10 01:18:25

Undirected graph named after S. S. Shrikhande...

Click to read more »
Graph realization problem
Senin, 2025-06-30 13:20:19

weights 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 »
Cuckoo hashing
Kamis, 2026-03-05 09:59:05

method of proving this uses the theory of random graphs: one may form an undirected graph called the "cuckoo graph" that has a vertex for each hash table...

Click to read more »
Richard R. Peabody
Kamis, 2025-11-20 03:19:22

walked back unsteadily." Polly concluded that Dick was a well-educated but undirected man and a reluctant father. Less than a year later Dick Peabody enlisted...

Click to read more »
Harries graph
Sabtu, 2025-01-18 23:36:40

graph 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 »
Travelling salesman problem
Rabu, 2026-05-27 20:48:37

guaranteed 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 »
Nondeterministic constraint logic
Selasa, 2026-04-07 03:18:18

combinatorial 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 »
Median (disambiguation)
Rabu, 2025-10-08 23:04:06

generalising the algebraic properties of the majority function Median graph, undirected graph in which every three vertices a, b, and c have a unique median Geometric...

Click to read more »
Russian Revolution of 1905
Kamis, 2026-05-21 14:10:21

Lieutenant 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 »
Jan Mycielski
Kamis, 2026-03-05 10:47:42

pseudorandom properties The Mycielskian, a construction for embedding any undirected graph into a larger graph with strictly higher chromatic number without...

Click to read more »
Lights Out (game)
Rabu, 2026-05-13 02:19:36

constructed. There exists a solution for every N×N case. It is solvable on any undirected graph, where clicking on one vertex flips its value and its neighbours...

Click to read more »
Random minimum spanning tree
Selasa, 2026-02-10 02:49:53

independent 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 »
Root system
Kamis, 2026-03-26 09:02:50

always 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 »
Matrix (mathematics)
Minggu, 2026-05-31 21:03:14

An 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 »
Steiner tree problem
Kamis, 2026-04-30 23:30:58

Steiner tree problem, is the Steiner tree problem in graphs. Given an undirected graph with non-negative edge weights and a subset of vertices, usually...

Click to read more »
Induced path
Jumat, 2026-01-30 14:11:51

In the mathematical area of graph theory, an induced path in an undirected graph G is a path that is an induced subgraph of G. That is, it is a sequence...

Click to read more »
Dilworth's theorem
Rabu, 2025-08-13 23:04:26

antichains equal to the size of the largest chain. A comparability graph is an undirected graph formed from a partial order by creating a vertex per element of...

Click to read more »
Fibonacci sequence
Rabu, 2026-05-20 22:17:22

of 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 »
Say Anything...
Jumat, 2026-06-05 05:09:18

telling." 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 »
Semi-symmetric graph
Rabu, 2024-06-05 13:36:10

the mathematical field of graph theory, a semi-symmetric graph is an undirected graph that is edge-transitive and regular, but not vertex-transitive....

Click to read more »
Junction tree algorithm
Senin, 2025-12-15 04:20:29

Bayesian 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 »
Apeirogon
Selasa, 2026-05-19 23:14:36

inclusion 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 »
Social collaboration
Kamis, 2025-10-16 03:10:31

services generally focus on individuals sharing messages in a more-or-less undirected way and receiving messages from many sources into a single personalized...

Click to read more »
Great chain of being
Minggu, 2026-05-17 14:42:25

species, 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 »
Incidence (graph)
Rabu, 2026-04-01 16:45:10

I} is the incidence relation between them. The incidence matrix of an undirected graph G = ( V , E ) {\displaystyle G=(V,E)} without self-loops is an n...

Click to read more »
Brouwer's conjecture
Senin, 2026-02-02 11:15:35

term 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 »
Two Minutes Hate
Kamis, 2026-05-28 09:36:49

by the state. Orwell writes: "the rage that one felt was an abstract, undirected emotion which could be switched from one object to another like the flame...

Click to read more »
Rng
Senin, 2026-03-30 03:57:43

may refer to: Random number generator Relative neighborhood graph, an undirected graph used in computational geometry RELAX NG, an XML schema language...

Click to read more »
Seidel adjacency matrix
Selasa, 2026-05-12 04:49:22

mathematics, 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 »
McKay graph
Selasa, 2025-07-01 11:22:45

n_{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 »
Strongly chordal graph
Rabu, 2025-10-08 14:37:22

In 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 »
Gnomonic projection
Kamis, 2026-04-23 10:49:59

onto 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 »
Jill Clayburgh
Selasa, 2026-04-28 11:30:32

childhood. 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 »
Interval graph
Jumat, 2025-11-14 09:05:51

In 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 »
Metric space
Selasa, 2026-05-26 07:18:06

(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 »
List of algorithms
Jumat, 2026-06-05 00:49:04

finding 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 »
Ptolemaic graph
Sabtu, 2025-10-25 23:55:33

In 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 »
Salil Vadhan
Rabu, 2026-04-01 03:45:06

"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 »
Foster cage
Jumat, 2020-07-17 15:09:18

the mathematical field of graph theory, the Foster cage is a 5-regular undirected graph with 30 vertices and 75 edges. It is one of the four (5,5)-cage...

Click to read more »
Capacitated arc routing problem
Kamis, 2025-10-30 11:30:27

shortest tour with a minimum graph/travel distance of a mixed graph with undirected edges and directed arcs given capacity constraints for objects that move...

Click to read more »
Longest path problem
Senin, 2026-05-18 12:18:19

Husfeldt & Khanna (2004) write that the longest path problem in unweighted undirected graphs "is notorious for the difficulty of understanding its approximation...

Click to read more »
Wong graph
Rabu, 2024-07-24 07:39:10

the mathematical field of graph theory, the Wong graph is a 5-regular undirected graph with 30 vertices and 75 edges. It is one of the four (5,5)-cage...

Click to read more »
Prime graph
Sabtu, 2025-12-27 14:37:07

the 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 »
Chinese whispers (clustering method)
Senin, 2026-05-04 01:03:45

only 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 »
Chang graphs
Senin, 2025-06-02 07:40:15

mathematical 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 »
Rado graph
Sabtu, 2026-05-09 06:33:20

Ackermann described a directed graph, and the Rado graph is the corresponding undirected graph given by forgetting the directions on the edges.) Erdős & Rényi...

Click to read more »
Natural philosophy
Minggu, 2026-04-12 01:39:15

simple: 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 »
Mikkel Thorup
Sabtu, 2026-01-24 11:59:20

linear-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 »
BIT predicate
Jumat, 2025-12-26 00:20:14

resulting graph has many important properties: it contains every finite undirected graph as an induced subgraph, and any isomorphism of its induced subgraphs...

Click to read more »
Schnyder's theorem
Rabu, 2025-08-20 17:04:22

Schnyder, 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 »
Yaw damper
Jumat, 2026-06-05 01:13:39

perform. Rather, the system is intended to counteract incidental and undirected yawing motions, which can be characterised as skids or slips. On a single-engine...

Click to read more »
Computer network diagram
Rabu, 2026-03-11 13:30:01

represented 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 »
Strength of a graph
Selasa, 2025-07-01 14:27:01

In 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 »
Debugging
Minggu, 2026-05-17 21:15:35

debugging: a process of attempting to correct a bug by making largely undirected source code modifications, sometimes resulting in further problems. Fault...

Click to read more »
Haven (graph theory)
Senin, 2025-05-05 01:37:23

theory, a haven is a certain type of function on sets of vertices in an undirected graph. If a haven exists, it can be used by an evader to win a pursuit–evasion...

Click to read more »
Edge disjoint shortest pair algorithm
Senin, 2024-04-01 04:18:51

pair of edge disjoint paths between a given pair of vertices. For an undirected graph G(V, E), it is stated as follows: Run the shortest path algorithm...

Click to read more »
Local complementation
Sabtu, 2026-05-02 13:49:54

Bouchet and Von-Der-Flaass. Formally, the local complementation of a simple undirected graph G {\displaystyle G} at a vertex v {\displaystyle v} is an operation...

Click to read more »
Splittance
Senin, 2026-02-09 05:05:16

In 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 »
Modular graph
Selasa, 2023-07-25 12:25:07

In graph theory, a branch of mathematics, the modular graphs are undirected graphs in which every three vertices x, y, and z have at least one median vertex...

Click to read more »
Pfaffian orientation
Sabtu, 2025-12-27 13:13:06

In 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 »
Homophily
Jumat, 2026-06-05 23:57:26

{\sum _{i}e_{ii}-\sum _{i}a_{i}b_{i}}{1-\sum _{i}a_{i}b_{i}}},} where in undirected networks, a i = b i . {\displaystyle a_{i}=b_{i}.} Here, Σ i e i i {\displaystyle...

Click to read more »
Gene co-expression network
Minggu, 2025-12-07 12:04:30

A 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 »
IEEE 754-1985
Selasa, 2026-04-07 07:01:58

returns the exact value of x–(round(x/y)·y). Round to nearest integer. For undirected rounding when halfway between two integers the even integer is chosen...

Click to read more »
Phylogenetic network
Kamis, 2026-02-12 23:26:01

Let X be a set of taxa. An unrooted phylogenetic network N on X is any undirected graph whose leaves are bijectively labeled by the taxa in X. A number...

Click to read more »
Abstract simplicial complex
Sabtu, 2025-06-21 11:56:58

abstract 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 »
Graph Fourier transform
Rabu, 2026-06-03 14:13:11

algorithms, 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 »
Treewidth
Kamis, 2025-11-20 19:36:06

In 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 »
Dielectric absorption
Selasa, 2025-11-25 13:26:56

decreases and the common orientation of the molecular dipoles returns to an undirected state in a process of relaxation. Due to the hysteresis, at the zero point...

Click to read more »
Biological network inference
Rabu, 2025-12-10 11:56:45

model re-adjustment. A network is a set of nodes and a set of directed or undirected edges between the nodes. Many types of biological networks exist, including...

Click to read more »
Frenesy (physics)
Selasa, 2026-03-17 11:23:12

which includes trajectory-dependent quantities such as escape rates, undirected traffic, and total configuration changes. As with many physical observables...

Click to read more »
Brontotheriidae
Rabu, 2026-06-03 23:47:06

not proceed in a linear fashion following Cope's rule, but rather in an undirected manner. The reason is that brontotheres were able to occupy ecological...

Click to read more »
FOXP2
Minggu, 2026-05-24 01:43:53

when a male is singing to a female usually for a courtship display. "Undirected" singing occurs when for example, a male sings when other males are present...

Click to read more »
Underworld (novel)
Jumat, 2026-05-29 23:31:51

Nick 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 »
Disjoint-set data structure
Kamis, 2026-05-21 06:17:42

of a set, for example to keep track of the connected components of an undirected graph. This model can then be used to determine whether two vertices belong...

Click to read more »
Topological combinatorics
Jumat, 2025-07-11 14:44:38

application 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 »
Interdependent networks
Rabu, 2025-10-01 01:07:26

though not necessarily, mutual and thus the links can be directed or undirected. Crucially, a node loses its ability to function as soon as the node it...

Click to read more »
Quadratic residue
Sabtu, 2026-04-25 03:57:01

such as primitive roots and quadratic residues. Paley graphs are dense undirected graphs, one for each prime p ≡ 1 (mod 4), that form an infinite family...

Click to read more »
Incidence poset
Senin, 2026-02-23 10:20:13

that 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 »
Acyclic orientation
Jumat, 2026-01-30 17:45:56

In 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 »
Black swan theory
Selasa, 2026-02-17 07:29:09

discoveries, historical events, and artistic accomplishments as "black swans"—undirected and unpredicted. He gives the rise of the Internet, the personal computer...

Click to read more »
Closure problem
Kamis, 2026-05-07 20:35:55

modeled 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 »
Equivalence class
Minggu, 2026-04-26 21:31:40

distinct 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 »
Cyanobacterial morphology
Rabu, 2026-04-29 03:09:19

1914678116. PMC 6911197. PMID 31767758. Shepard, R. N.; Sumner, D. Y. (2010). "Undirected motility of filamentous cyanobacteria produces reticulate mats". Geobiology...

Click to read more »
Shannon switching game
Rabu, 2026-02-25 09:15:58

described 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 »
Second neighborhood problem
Rabu, 2026-03-25 22:12:48

An oriented graph is a finite directed graph obtained from a simple undirected graph by assigning an orientation to each edge. Equivalently, it is a...

Click to read more »
Hadwiger number
Senin, 2026-03-30 14:19:04

In 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 »
Mac Lane's planarity criterion
Jumat, 2025-02-28 05:40:46

after Saunders Mac Lane who published it in 1937. It states that a finite undirected graph is planar if and only if the cycle space of the graph (taken modulo...

Click to read more »
Snark (graph theory)
Selasa, 2026-01-27 05:58:14

In 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 »
Sparse matrix
Sabtu, 2026-05-23 20:31:11

memory. A symmetric sparse matrix arises as the adjacency matrix of an undirected graph; it can be stored efficiently as an adjacency list. A block-diagonal...

Click to read more »
Cluster graph
Kamis, 2026-04-30 00:14:13

cluster 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 »
Random geometric graph
Minggu, 2026-03-22 19:34:15

graph (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 »
Carnivorous plant
Kamis, 2026-05-28 06:29:10

related to defense. The snapping of the leaves is a case of thigmonasty (undirected movement in response to touch). Further stimulation of the lobe's internal...

Click to read more »
Italo Jose Dejter
Sabtu, 2026-05-30 07:15:16

is higher than k. In 1993, Brouwer, Dejter and Thomassen described an undirected, bipartite graph with 112 vertices and 168 edges, (semi-symmetric, that...

Click to read more »
Interval class
Senin, 2024-03-04 21:34:12

ic), also known as unordered pitch-class interval, interval distance, undirected interval, or "(even completely incorrectly) as 'interval mod 6'" (Rahn...

Click to read more »
Network theory
Rabu, 2026-05-06 18:06:48

of 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 »
BEST theorem
Jumat, 2025-06-20 20:41:49

can 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 »
Relative neighborhood graph
Selasa, 2025-12-16 02:24:46

In 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 »
Disparity filter algorithm of weighted network
Minggu, 2025-09-28 17:43:37

graph sparsification algorithm ) to extract the backbone structure of undirected weighted network. Many real world networks such as citation networks,...

Click to read more »
Herschel graph
Rabu, 2025-12-24 23:39:56

graph 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 »
Turán's theorem
Selasa, 2026-05-26 02:51:51

Turán's theorem bounds the number of edges that can be included in an undirected graph that does not have a complete subgraph of a given size. It is one...

Click to read more »
Project Hindsight
Minggu, 2025-09-21 01:37:46

applied science, whereas only 0.3%, or two 'events', were due to basic or undirected science. This particular finding undermined the traditional view that...

Click to read more »
White Zombie (film)
Selasa, 2026-05-05 01:47:25

and 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 »
Median graph
Senin, 2026-03-16 23:38:20

In 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 »
Advanced Research and Assessment Group
Senin, 2026-03-16 23:08:03

ARAG worked across government departments undertaking both directed and undirected research and broadening its reach to encompass new security challenges...

Click to read more »
Crossing number inequality
Kamis, 2025-09-04 14:22:50

Szemerédi and by Leighton. The crossing number inequality states that, for an undirected simple graph G with n vertices and e edges such that e > 7n, the crossing...

Click to read more »
Lesley Miller
Senin, 2026-02-02 22:39:13

she attended NYU in the Bronx (uptown campus) for one year, but felt undirected there and decided not to stay. A family friend, Hy Zaret (who wrote the...

Click to read more »
Karger's algorithm
Selasa, 2026-05-05 17:50:11

concept 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 »
Null graph
Senin, 2025-10-27 00:34:45

complement 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 »
Gallai–Hasse–Roy–Vitaver theorem
Jumat, 2026-03-27 03:57:53

is a form of duality between the colorings of the vertices of a given undirected graph and the orientations of its edges. It states that the minimum number...

Click to read more »
Discrete Laplace operator
Selasa, 2026-02-24 18:12:45

quantitative heat transfer modelling on unstructured grids. In the case of undirected graphs, this works because L {\textstyle L} is symmetric, and by the spectral...

Click to read more »
Transitive closure
Jumat, 2026-01-16 04:57:24

relation 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 »
Queen's graph
Rabu, 2026-05-27 11:05:55

In 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 »
Barnette's conjecture
Selasa, 2025-12-16 09:38:03

three 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 »
Domino tiling
Kamis, 2026-04-30 07:10:12

union 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 »
Harmaja
Kamis, 2026-04-30 17:46:50

and in bad visibility. Harmaja received the world's first directed and undirected radio beacon in 1936. The lighthouse is fully automated today. There is...

Click to read more »
Consumer behaviour
Jumat, 2026-06-05 13:14:57

there 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 »
Logical matrix
Jumat, 2025-10-24 14:14:36

loop at the corresponding vertex. The biadjacency matrix of a simple, undirected bipartite graph is a (0, 1)-matrix, and any (0, 1)-matrix arises in this...

Click to read more »
Bidirected graph
Rabu, 2026-03-18 10:05:20

to 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 »
Weak component
Minggu, 2026-05-17 14:09:29

and components in the underlying undirected graph, for which Knuth suggests the alternative terminology undirected components. If X {\displaystyle X}...

Click to read more »
Intelligent design
Senin, 2026-05-25 02:47:13

mean 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 »
Complexity of constraint satisfaction
Senin, 2025-10-27 08:00:13

homomorphism from a relational structure to a given fixed undirected graph (an undirected graph can be regarded as a relational structure with a single...

Click to read more »
Order (mathematics)
Sabtu, 2025-02-01 00:14:56

Topological ordering of directed acyclic graphs Degeneracy ordering of undirected graphs Elimination ordering of chordal graphs Order, the complexity of...

Click to read more »
Dense graph
Kamis, 2026-03-12 21:22:30

the number of edges |E| with respect to the maximum possible edges. For undirected simple graphs, the graph density is: D = | E | ( | V | 2 ) = 2 | E | |...

Click to read more »
Planar graph
Sabtu, 2026-05-30 00:48:43

has a k-outerplanar embedding. A Halin graph is a graph formed from an undirected plane tree (with no degree-two nodes) by connecting its leaves into a...

Click to read more »
Norman E. Gibbs
Senin, 2025-12-29 01:04:00

of computer science (2000–02). A cycle generation algorithm for finite undirected linear graphs, in Jnl. of the ACM, 16(4):564-68, 1969. Tridiagonalization...

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 »
Loop (graph theory)
Sabtu, 2025-04-12 12:43:30

vertex, 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 »
Portia (spider)
Sabtu, 2026-05-23 00:08:31

potential 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 »
Automatic basis function construction
Selasa, 2025-09-16 22:51:04

matrix which represents the states of fixed policy MDP which forms an undirected graph (N,E). D is a diagonal matrix related to nodes' degrees. In discrete...

Click to read more »
Art gallery problem
Jumat, 2025-11-07 02:32:16

triangulations, 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 »
Degeneracy (graph theory)
Rabu, 2026-01-14 14:57:46

In graph theory, a k-degenerate graph is an undirected graph in which every subgraph has at least one vertex of degree at most k {\displaystyle k} . That...

Click to read more »
Numberlink
Minggu, 2025-07-27 03:39:53

polynomial 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 »
2-factor theorem
Senin, 2026-04-06 17:37:57

every directed edge u v {\displaystyle uv} of the oriented graph by an undirected edge from u ′ {\displaystyle u'} to v ″ {\displaystyle v''} . Since D...

Click to read more »
Intersection graph
Rabu, 2026-01-21 12:43:59

intersection 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 »
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 »
Segmentation-based object categorization
Selasa, 2025-11-11 01:08:23

points in an arbitrary feature space can be represented as a weighted undirected complete graph G = (V, E), where the nodes of the graph are the points...

Click to read more »
Approximate max-flow min-cut theorem
Sabtu, 2025-05-03 11:55:21

passing through any edge is no greater than its capacity. (In the case of undirected edges, the sum of the flows in both directions cannot exceed the capacity...

Click to read more »
Network science
Senin, 2026-05-25 16:00:11

graph). 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 »
Stoer–Wagner algorithm
Sabtu, 2025-04-05 05:17:52

algorithm 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 »
Teleological argument
Minggu, 2026-05-24 17:03:12

simple: 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 »
Optimal kidney exchange
Selasa, 2026-05-26 02:01:46

maximum-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 »
Chordal completion
Jumat, 2026-01-30 21:09:44

graph theory, a branch of mathematics, a chordal completion of a given undirected graph G is a chordal graph, on the same vertex set, that has G as a subgraph...

Click to read more »
Balinski's theorem
Selasa, 2025-05-27 13:53:29

higher-dimensional convex polytopes. It states that, if one forms an undirected graph from the vertices and edges of a convex d-dimensional convex polyhedron...

Click to read more »
Orientation
Kamis, 2026-03-12 09:46:56

theory), 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 »
Ordo Templi Orientis
Minggu, 2026-04-26 10:06:42

am 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 »
Sexual harassment in the military
Kamis, 2026-02-05 04:40:59

Sexual harassment in the military includes a broad spectrum of behaviour. Undirected behaviours are those not personally targeted but which affect the working...

Click to read more »
Minimum spanning tree-based segmentation
Kamis, 2023-11-30 09:53:04

the pixel neighborship relation is symmetric, the resulting graph is undirected and only half its edges (e.g. each pixel's eastern and southern neighbor)...

Click to read more »
Topological polymers
Rabu, 2025-12-24 21:44:06

Chemical Society). A general polymer chain could be generalized into an undirected graph with nodes (vertices or points) and edges (lines or links) based...

Click to read more »
Cheeger constant (graph theory)
Minggu, 2026-02-08 00:09:08

Cheeger 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 »
Network theory in risk assessment
Kamis, 2025-11-13 02:31:22

It is widely used in genomic and systems biologic applications. Trees Undirected networks with no closed loops. A tree can be part of a network but isolated...

Click to read more »
Minimum intelligent signal test
Minggu, 2026-02-22 08:29:17

capabilities, to the Turing test and Loebner Prize method of engaging an AI in undirected typed conversation. Critics[who?] of the MIST have noted that it would...

Click to read more »
Philip N. Klein
Selasa, 2026-03-10 12:34:08

Klein, Philip N. (2008). "A linear-time approximation scheme for TSP in undirected planar graphs with edge-weights". SIAM Journal on Computing. 37 (6): 1926–1952...

Click to read more »
Carnage (character)
Jumat, 2026-06-05 00:03:11

Kasady has had from the age of 8 years old. Kasady sees chaos and random, undirected violence as reality, and considers order and virtue to be illusions. He...

Click to read more »
Maximum flow problem
Sabtu, 2026-05-02 22:53:10

respectively, 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 »
Sierpiński triangle
Jumat, 2026-05-15 22:38:39

n-disk puzzle, and the allowable moves from one state to another, form an undirected graph, the Hanoi graph, that can be represented geometrically as the intersection...

Click to read more »
Evolutionary psychology
Kamis, 2026-05-14 15:02:50

Hadzibeganovic, Tarik; Stauffer, Dietrich (2009). "Evolution of ethnocentrism on undirected and directed Barabási–Albert networks". Physica A: Statistical Mechanics...

Click to read more »
Creativity
Senin, 2026-05-18 01:05:36

is a central aspect of everyday life, encompassing both controlled and undirected processes. This includes divergent thinking and stage models, highlighting...

Click to read more »
Polyomino
Kamis, 2026-04-30 21:10:36

group. Blokus, a board game using polyominoes. Squaregraph, a kind of undirected graph including as a special case the graphs of vertices and edges of...

Click to read more »
Oktay Sinanoğlu
Minggu, 2026-02-15 14:22:59

Oktay (1993-12-01). "Dyad algebra and multiplication of graphs. II. Undirected graphs". Journal of Mathematical Chemistry. 14 (1): 195–205. doi:10.1007/BF01164466...

Click to read more »
List of things named after John Horton Conway
Sabtu, 2025-06-28 18:07:13

Conway'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 »
DSatur
Minggu, 2026-02-01 18:40:22

number 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 »
2-satisfiability
Minggu, 2026-03-01 23:27:18

time. 2-satisfiability has also been applied to problems of recognizing undirected graphs that can be partitioned into an independent set and a small number...

Click to read more »
Cutwidth
Sabtu, 2025-12-27 14:17:07

In graph theory, the cutwidth of an undirected graph is the smallest integer k {\displaystyle k} with the following property: there is an ordering of the...

Click to read more »
Planted clique
Minggu, 2025-09-21 02:58:38

computational complexity theory, a planted clique or hidden clique in an undirected graph is a clique formed from another graph by selecting a subset of vertices...

Click to read more »
Graph isomorphism
Selasa, 2025-12-30 01:42:44

looking drawings. In the above definition, graphs are understood to be undirected non-labeled non-weighted graphs. However, the notion of isomorphism may...

Click to read more »
Term graph
Jumat, 2025-01-10 15:22:02

second place, and so on, a distinction that does not exist in the usual undirected graphs studied in graph theory. Term graphs are a prominent topic in programming...

Click to read more »
Descartes snark
Minggu, 2025-10-19 23:53:45

In 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 »
Mixed Chinese postman problem
Senin, 2026-04-13 19:38:29

the 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 »
Distributed computing
Kamis, 2026-03-19 13:47:29

The 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 »
Agent-based model
Rabu, 2026-06-03 01:58:13

Hadzibeganovic, Tarik; Stauffer., Dietrich (2009). "Evolution of ethnocentrism on undirected and directed Barabási-Albert networks". Physica A. 388 (24): 4999–5004...

Click to read more »
Force-directed graph drawing
Selasa, 2026-04-07 12:12:59

Kamada, 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 »
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 »
Hidden Markov model
Senin, 2026-03-30 15:47:36

discriminative model is the linear-chain conditional random field. This uses an undirected graphical model (aka Markov random field) rather than the directed graphical...

Click to read more »
Laves graph
Jumat, 2026-01-30 16:48:26

. It can also be defined, divorced from its geometry, as an abstract undirected graph, a covering graph of the complete graph on four vertices. H. S....

Click to read more »
Higman–Sims graph
Senin, 2025-10-20 02:53:31

In 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 »
Integer programming
Senin, 2026-06-01 11:05:51

proof of NP-hardness. Let G = ( V , E ) {\displaystyle G=(V,E)} be an undirected graph. Define a linear program as follows: min ∑ v ∈ V y v y v + y u ≥...

Click to read more »
Targeted surveillance
Rabu, 2026-02-04 00:53:38

types 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 »
Ramsey's theorem
Kamis, 2026-06-04 02:21:55

number 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 »
Dazzler (Marvel Comics)
Sabtu, 2026-05-30 01:05:44

protect 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 »
Linkless embedding
Kamis, 2026-02-12 20:57:53

topological graph theory, a mathematical discipline, a linkless embedding of an undirected graph is an embedding of the graph into three-dimensional Euclidean space...

Click to read more »
Organ donation
Rabu, 2026-05-06 18:36:08

have given kidneys to other friends. The rarest type of donation is the undirected donation whereby a donor gives a kidney to a stranger. Less than a few...

Click to read more »
Maximum-weight matching
Selasa, 2026-02-10 05:42:39

bipartite, 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 »
Polynomial-time reduction
Jumat, 2026-05-01 17:58:38

complete 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 »