Graph (graph) is a nonlinear structure
The characteristics of the graph (many-to-many), the relationship between the vertices is arbitrary, the graph can be related to any two vertices, the apex of the predecessor and the number of successors is
One: Figure of the Classification 1: No direction diagramThat is, there is no explicit pointing relationship between the two vertices, only one edge is connected, for example, a vertex and B vertex can be represented as can also be represented as ,
JavaScript data structure and algorithm diagram and graph algorithm, javascript Data Structure
Graph Definition
A Graph is a set of vertices that have a finite number of non-empty sets and edges between vertices. It is usually expressed as G (V, E),
This article is from: svitter's blog and GitHubGraph
8/8/2014 9:23:16 AMDefinition of a basic concept Graph
A graph is a set of vertices.(Vertex)And the set of links between vertices(Edge)A Data Structure:> graph = (V, E)
Vertex
V = {x |
Http://wenku.baidu.com/link?url=fCPps803r8as33U38hMJ8ZtekPooj76vScbCtvS_PMO7FNdgmXhAeQlbeJT_ Jzqumgfk4awugruufsumjpjpuycu-oikupb4gacowlvcyno
* Problem Description:
Establish the storage structure of the diagram (the type of diagram can be a
Traversal of graphs
Graph traversal (traversing graph): from one vertex of the graph, visit the remaining vertices in the diagram, and each vertex is only accessed once.The traversal algorithm of graphs is the basis of operation of various graphs.
/* Copyright notice: Can be reproduced arbitrarily, please be sure to indicate the original source of the article and the author information . */Copymiddle: Zhang JunlinExcerpt from "Big Data Day know: Architecture and Algorithms" Chapter 14,
first, the basic terminology
Figure: Consists of a poor, non-empty point set and a set of edges, which is simply written in G (V,e);
Vertex: The vertex in the graph;
No map: There is no direction for each edge of the graph;
Directed graphs: Each
/* Copyright notice: Can be reproduced arbitrarily, please be sure to indicate the original source of the article and the author information . */Author: Zhang JunlinExcerpt from "Big Data Day know: Architecture and Algorithms" Chapter 14, book
This article mainly introduces the JavaScript data structure and algorithm diagram and graph algorithm. This article describes the directed graph, unordered graph, simple graph, and graph traversal. For more information, see
Graph Definition
A
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.