Home » Science » Computer Science » Archive by category "Data structures"

Understand the basic concepts of Data Structures

Semantically data can exists in either of the two forms – atomic or structured. In most of the programming problems data to be read, processed and written are often related to each other. Data items are related in a variety of different ways. Whereas the basic data types such as integers, characters etc. can be directly created and manipulated in a programming language, the responsibility of creating the structured type data...
Continue reading »

The basic concepts of Data Structure.

Computer is a machine that manipulates information. The study of Computer Science therefore, inevitably, includes the study of how information is organized in a Computer, how it can be manipulated and how it can be utilized. Thus, it is exceedingly important to understand the concept of information organization and manipulation. Computer Science can be defined as the study of the data, its representation and transformation by a digital computer. A computer...
Continue reading »