The aim of this lab is to give you practical experience in the concepts from
the Systems Biology lecture on
Networks: Representation & static analysis.
Give a simple algorithm to find paths in a graph and to compute the length of
each path. You will have to
state how a graph is modelled in your algorithm.
Give a simple algorithm to detect circuits in a graph. You will have to
state how a graph is modelled in your algorithm.