July 2024
Beginner to intermediate
280 pages
7h 25m
English
In this chapter
By now, you should be familiar with arrays and linked lists, which were the focus of our first six chapters. These are core data structures, ubiquitous in computer science and software engineering. But more than that, they are also foundational data structures, which means that we can—and will—build more complex data structures on top of them.
In chapter 2, we discussed how arrays can be approached as concrete language features or as abstract data types. In ...
Read now
Unlock full access