Skip to content
Home » Archives for admin » Page 57

admin

Graphs and Graph Models

  • by

Graph Theory is a very important concept in mathematics and computer science. A lot of algorithms are based on graphs. The graph is a non-linear data structure, though it look like a tree, it is not the same. A graph is made of nodes and edges. We are now ready to define graphs.
Read More »Graphs and Graph Models