Arrays
Dougy Lee
Paperback
(Independently published, July 19, 2020)
Arrays are one of the first data structures we learn in computer science.They are a way we can hold lots of similar pieces of data together in one group.This book illustrates the basic ideas behind arrays and provides pseudocode examples for how to interact with them.