Mark As Completed Discussion

Problems For Graphs

The applications of graphs are overwhelming in nature! No wonder they're so important. Here's but a few more examples.

1) Finding the shortest path.

2) Finding the best starting point.

3) Breadth-first and depth-first traversal.

4) Searching, inserting, deleting from a tree or linked list.

5) Graph classification to discriminate between graphs of different classes.

6) Finding the missing relationships between entities through link prediction.

7) Node classification.