CLASS1 Fundamentals of Data Structures
CLASS1 Fundamentals of Data Structures
CLASS1 Fundamentals of Data Structures
to
Data Structure
…
A data structure is any data representation and its associated
operations. Even an integer or floating point number stored on
the computer can be viewed as a simple data structure.
Graph G = (V,E)
From the above graph, we may observe that the set of vertices for
the graph is V = {1,2,3,4,5},
and the set of edges for the graph is
E = {(1,2), (1,5), (1,3), (5,4), (4,3), (2,3)}.