Tags
Language
Tags
August 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Data Structures Using C

    Posted By: readerXXI
    Data Structures Using C

    Data Structures Using C
    Girija D K, Rashmi M
    English | 2022 | ISBN: 9789355969040 | 287 Pages | True PDF | 10.8 MB

    This book is formatted in accordance with the NEP syllabus. It is a Computer Science core paper. Additionally, the book is beneficial for all degree, PG and diploma students. The book comprises of five units.

    Unit 1 covers the introduction to data structures: types of data structures, operations on data structures, algorithm specification, performance analysis and measurement, recursion and its techniques.

    Unit 2 covers arrays and its concepts, abstract data types (ADT), representation of linear arrays, operation on array, sorting and searching, multidimensional arrays and sparse matrices.

    Unit 3 covers memory allocation and de-allocation functions – malloc, calloc, realloc and free, linked list concepts, types of linked lists – singly, doubly, header and circular linked list, representation of linked list in memory, operations on singly linked lists and garbage collection.

    Unit 4 covers stacks, operations on stacks, applications of stacks, infix, postfix and prefix notations, conversion from infix to postfix using stack, applications of stack in function calls, queues, types of queues – simple, circular, priority and double ended queues and operations on simple queues.

    Unit 5 covers trees and tree terminologies, type of binary trees -strict and complete binary tree, binary search and heap tree, array representation of binary trees traversal of binary tree, pre-order, in-order and post-order traversal. Additionally, at the end, of this book includes unitwise questions and lab manual.