Content-Length: 300385 | pFad | http://github.com/trekhleb/javascript-algorithms/blob/master/src/data-structures/graph

ion: iad javascript-algorithms/src/data-structures/graph at master · trekhleb/javascript-algorithms · GitHub
Skip to content

Latest commit

 

History

History

README.md

Graph

Read this in other languages: 简体中文, Русский, Français, Português, Українська

In computer science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from mathematics, specifically the field of graph theory

A graph data structure consists of a finite (and possibly mutable) set of vertices or nodes or points, together with a set of unordered pairs of these vertices for an undirected graph or a set of ordered pairs for a directed graph. These pairs are known as edges, arcs, or lines for an undirected graph and as arrows, directed edges, directed arcs, or directed lines for a directed graph. The vertices may be part of the graph structure, or may be external entities represented by integer indices or references.

Graph

Made with okso.app

References









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/trekhleb/javascript-algorithms/blob/master/src/data-structures/graph

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy