Discrete Maths and Graph Theory Mindmap
Discrete Maths and Graph Theory Mindmap
2. Social Networks
A digitized social network describes
each user as a graph vertex and
each friendship relation as an edge 4. Product Recommendation Graphs
Amazon knows for each user, which products he has bought Graph algorithms are also important in many
between two users. The hundreds
of billions of friendship relations in (and liked). It’s a bipartite graph. On the left side are all other domains and use cases. For instance, the
he Facebook social network the users. On the right side are all the products. If a user field of computer chip design relies on resource-
together build a graph data has bought (and liked) a product, there is a connection efficient ways to place signals on a single chip.
structure of a massive scale. from the user to the product. The graph is bipartite as The numerous signals must be embedded onto
there can not be a connection between two users or two the two-dimensional plane.
Each time you use Facebook Graph Search, Facebook products. (Neither can a user by another user nor can a
runs an algorithm on this graph data structure. product buy another product.