5.8. Link Nodes Practice Exercises¶
5.8.1. createList¶
One can easily write a loop to iterate through all the Links on a chain, without needing to know how many there actually are.
5.8.2. iterateOverList¶
One can remove a Link from a chain.
5.8.3. changePointeeNext1¶
Finally, we can also insert new Links.