[prev] 59 [next]

Exercise 15: Implement GraphLab

Implement a system with a user interface to
  • create a random graph with V vertices, or
  • create a graph by reading a definition from a file
  • insert/remove edges one-by-one
  • show the current state of a graph
Can be used as a basis for demo'ing later algorithms.