January 2017
Intermediate to advanced
472 pages
14h 42m
English
This chapter covers
Data structures are among the most important concepts in programming, as well as in everyday life. The world as we see it is itself a huge data structure composed of simpler data structures, which are in turn composed of simpler structures. Each time we try to model something, be it objects or facts, we end up with data structures.
There are many types of data structures. In computing, data structures are generally represented as a whole by the term collections. A collection is a group of data items ...