Introduction of Data Structure and Algorithms

what is data structure ?
data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently. or data structure is an arrangement of data in a computer's memory.

type of data structure

what is algorithm
algorithm is a step-by-step procedure for calculations. Algorithms are used for calculation, data processing, and automated reasoning.

Data Structure + Algorithms = program
Data structures and algorithms are vital elements in many computing applications. When programmers design and build applications, they need to model the application data.


Comments

Popular posts from this blog

How to solve: Geany tried to access the Unix Domain socket of another instance running as another user. This is a fatal error and Geany will now quit?