A Brief Survey of Data Structures (and a Little Digression about the Go Language)Data structures store multiple values of the same type.Access methods for data structures include sequential access, stacks, queues, and sorted lists.