Add README.

This commit is contained in:
Oleksii Trekhleb
2018-04-14 09:26:51 +03:00
parent 4d6d5da7bb
commit 773941843f
2 changed files with 30 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
# Graph
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