17CS33 Module 1 notes
Click on below Syllabus to view module 1( 17cs33)notes Array . Structure & Unions . Pointer and Dynamic memory allocation function . Representation of Linear Arrays in Memory, Dynamically allocated arrays, Array Operations: Traversing, inserting, deleting, searching, and sorting. Multidimensional Arrays, Polynomials and Sparse Matrices. Strings: Basic Terminology, Storing, Operations and Pattern Matching algorithms Introduction Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. For example, we have some data which has, player's name and age . Here is of String data type and is of integer data type. What is Data Structure? 1. A data structure is a systematic way of organizing and accessing data. A data structure t