Higher Ed. and Vocational >> Engineering and Computer Science >> Computer Science >> Data Structures and Algorithms


Data Structures using C

Data Structures using C

Author(s):
  • A.K. Sharma
  • Author: A.K. Sharma
    • ISBN:9788131792544
    • 10 Digit ISBN:8131792544
    • Price:Rs. 540.00
    • Pages:520
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Ratings:

    A data structure is the logical organization of a set of data items that collectively describe an object. Using the C programming language, this book describes how to effectively choose and design a data structure for a given situation or problem. The book has a balance between the fundamentals and advanced features, supported by solved examples. This book completely covers the curriculum requirements of computer engineering courses across universities in India.

    Table of Content

    1. Overview of ';C'
    2. Data Structures and Algorithms: An Introduction
    3. Arrays: Searching and Sorting
    4. Stacks and Queues
    5. Pointers
    6. Linked Lists
    7. Trees
    8. Graphs
    9. Files
    10. Advanced Data-Structures
     

    Salient Features

    • Easy to understand text coupled with simple to understand examples
    • Every data-structure is supported with a pictorial representation and its possible implementations.
    • Over 100 solved problems
    • All programs tested using Turbo ';C'.