Data structures is a way of organizing data items that consider not only the elements stored but also the relationship to each other. They are building blocks of the program. They specify 3 things: Organizations of data Accessing methods Degree of associatively There are various types of data structures, generally built upon simpler primitive data types. […]