11.1 State, Change, and Testing
11.1.1 Example: Bank Accounts
11.1.2 Testing Functions that Mutate Data
11.1.3 Aliasing
11.1.4 Data Mutation and the Directory
11.1.4.1 Introducing the Heap
11.1.4.2 Basic Data and the Heap
11.2 Understanding Equality
11.2.1 Equality of Data
11.2.2 Different Equality Operations
11.2.2.1 Equality in Python
11.2.2.2 Equality in Pyret
11.3 Arrays and Lists in Memory
11.4 Cyclic Data
11.4.1 Creating Cyclic Data
11.4.2 Testing Cyclic Data
11.4.3 Cycles in Practice