Function Decomposition Example
lConstruct a function that will tell whether a directed graph, represented as a list of arcs, is acyclic.
a
b
c
d
e
a
b
c
d
e
cyclic:
acyclic: