Section 27.14 Summary
In this chapter, we covered the following topics:
- Linked lists
- Passing linked lists to functions
- Simplifying and automating the creation of linked lists
- Using linked lists to store extremely large numbers
- Manipulating linked lists (i.e. search, sort, reverse)