Data Structures

Data Structures#


Contents#


Sections#


Summary#

Fixed-size, or static data structures include arrays and multidimensional arrays as well as C structs. Dynamic data structures have size that change at runtime and include linear data structures like linked-lists, stacks, and queues.


Terms#