Why data structure is important in computer science?

Data structure is the most fundamental and building block concept in computer science and good knowledge of data structures is a must to design and develop efficient software systems. Here we finding the solution for a big question, Why data structure is important in computer science? Why data structure is important in computer science we …

Continue reading ‘Why data structure is important in computer science?’ »

Data Structure and Modem

Data structure is a collection of data elements. It is also called data type. It is a tool to solve problems. Used to represent entities and to implement entities operations. Elements in the data type is called values of the type. There are four basic/atomic/primitive data types – int, float, char, double. More data types …

Continue reading ‘Data Structure and Modem’ »