Time to check out the documentation again! And think about the big O, time complexity and space complexity! Remember data structure is used to store and operate data.
Data structures are ways of organizing and storing data. Algorithms are ways of manipulating and processing data. Often, algorithms are performed on specific data structures to be effective. In computation, we always want to use less time and less space to perform the same computation.