Problem
1. In what ways is a .NET array different from a Sequence?
2. An object graph is a directed, possibly cyclic, graph that arises from relations among values. For example, the instance fields of objects in an object-oriented program represent an object graph. How can a cyclic object graph be represented using the data types described in this chapter?