A Data Structure is a way of organizing and storing data so it can be accessed, modified, and processed efficiently.
Arrays, lists, maps, trees, queues, stacks, and graphs are common data structures used to model problems and implement algorithms.
Related concepts include Source Code, Syntax and Variable.