DATA STRUCTURES: STRINGS, LISTS, AND COLLECTIONS

Data Structures: Strings, Lists, and Collections

Data structures form the building blocks of most. They offer ways to structure data in a efficient manner. Some of concepts are strings, lists, and collections. A string acts as a series of symbols. It's often used to contain text, such as names, messages, or code. Lists, on the other hand, are groups of elements that allow for modifying entries.

read more