Data Structures is a concept, a means of storing a collection of data. Computer Science is a concern with the study of methods for effectively using a computer to solve problems. These can be solved by algorithms and data structures. Data Structures tells you what way the data has to store in computer memory and how to access the data efficiently.