Following is the content of this lecture:
- Deletion in an array
- Update in an array
- Find max and min in an array
- Traverse
- Search
- Insertion in an array
Data − Data are values or set of values. Data Item − Data item refers to single unit of values. Group Items − Data items that are divided into sub items are called as Group Items. Elementary Items − Data items that cannot be divided are called as Elementary Items.
What is DSA?
DSA is defined as a combination of two separate yet interrelated topics – Data Structure and Algorithms. DSA is one of the most important skills that every computer science student must have.
It is a well-defined, systematic logical approach that comes with a step-by-step procedure for computers to solve any given program. Program – It refers to the code (written by programmers) for any program that follows the basic rules of the concerned programming language.
WHY WE LEARN
By learning data structures and algorithms, you can improve your problem-solving skills and apply them to build better software solutions. Efficient code is critical to building software applications that can handle large amounts of data and user traffic.




