Version: 0.3.38
Graphs#
This module focuses on graphs: Webs of nodes connected by links. Graph is a versatile concept that surfaces is every application domain, from transportation to Biology: Social networks, food webs, digital circuits, transportation maps, etc. We sill look at how to represent graphs in memory, how to traverse them, and more.
See also
Here we only scratched the surface, from the Computer Science angle. Graph is such a common construct that it has its dedicated bra of mathematics! There are many resources available to go further:
Erciyes, E. (2018). Guide to Graph algorithms. 1st edition, Springer.
Wilson, R. J. (1996). Introduction to graph theory. 4th edition, Addison-Wesley.