Home > Computing and Information Technology > Computer programming / software engineering > Algorithms and data structures > A Textbook of Data Structures and Algorithms, Volume 1: Mastering Linear Data Structures
14%
A Textbook of Data Structures and Algorithms, Volume 1: Mastering Linear Data Structures

A Textbook of Data Structures and Algorithms, Volume 1: Mastering Linear Data Structures

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

Data structures and algorithms is a fundamental course in Computer Science, which enables learners across any discipline to develop the much-needed foundation of efficient programming, leading to better problem solving in their respective disciplines. A Textbook of Data Structures and Algorithms is a textbook that can be used as course material in classrooms, or as self-learning material. The book targets novice learners aspiring to acquire advanced knowledge of the topic. Therefore, the content of the book has been pragmatically structured across three volumes and kept comprehensive enough to help them in their progression from novice to expert. With this in mind, the book details concepts, techniques and applications pertaining to data structures and algorithms, independent of any programming language. It includes 181 illustrative problems and 276 review questions to reinforce a theoretical understanding and presents a suggestive list of 108 programming assignments to aid in the implementation of the methods covered.

Table of Contents:
Preface ix Acknowledgments xv Chapter 1. Introduction 1 1.1. History of algorithms 3 1.2. Definition, structure and properties of algorithms 4 1.2.1. Definition 4 1.2.2. Structure and properties 4 1.3. Development of an algorithm 5 1.4. Data structures and algorithms 6 1.5. Data structures -- definition and classification 7 1.5.1. Abstract data types 7 1.5.2. Classification 9 1.6. Algorithm design techniques 9 1.7. Organization of the book 11 Chapter 2. Analysis of Algorithms 13 2.1. Efficiency of algorithms 13 2.2. Apriori analysis 15 2.3. Asymptotic notations 17 2.4. Time complexity of an algorithm using the O notation 19 2.5. Polynomial time versus exponential time algorithms 20 2.6. Average, best and worst case complexities 21 2.7. Analyzing recursive programs 23 2.7.1. Recursive procedures 23 2.7.2. Apriori analysis of recursive functions 27 2.8. Illustrative problems 31 Chapter 3. Arrays 45 3.1. Introduction 45 3.2. Array operations 46 3.3. Number of elements in an array 46 3.3.1. One-dimensional array 46 3.3.2. Two-dimensional array 47 3.3.3. Multidimensional array 47 3.4. Representation of arrays in memory 48 3.4.1. One-dimensional array 49 3.4.2. Two-dimensional arrays 51 3.4.3. Three-dimensional arrays 52 3.4.4. N-dimensional array 53 3.5. Applications 54 3.5.1. Sparse matrix 54 3.5.2. Ordered lists 55 3.5.3. Strings 56 3.5.4. Bit array 58 3.6. Illustrative problems 60 Chapter 4. Stacks 71 4.1. Introduction 71 4.2. Stack operations 72 4.2.1. Stack implementation 73 4.2.2. Implementation of push and pop operations 74 4.3. Applications 76 4.3.1. Recursive programming 76 4.3.2. Evaluation of expressions 79 4.4. Illustrative problems 83 Chapter 5. Queues 101 5.1. Introduction 101 5.2. Operations on queues 102 5.2.1. Queue implementation 102 5.2.2. Implementation of insert and delete operations on a queue 103 5.2.3. Limitations of linear queues 105 5.3. Circular queues 106 5.3.1. Operations on a circular queue 106 5.3.2. Implementation of insertion and deletion operations in circular queue 109 5.4. Other types of queues 112 5.4.1. Priority queues 112 5.4.2. Deques 117 5.5. Applications 119 5.5.1. Application of a linear queue 119 5.5.2. Application of priority queues 120 5.6. Illustrative problems 125 Chapter 6. Linked Lists 143 6.1. Introduction 143 6.1.1. Drawbacks of sequential data structures 143 6.1.2. Merits of linked data structures 145 6.1.3. Linked lists -- structure and implementation 145 6.2. Singly linked lists 147 6.2.1. Representation of a singly linked list 147 6.2.2. Insertion and deletion in a singly linked list 149 6.3. Circularly linked lists 155 6.3.1. Representation 155 6.3.2. Advantages of circularly linked lists over singly linked lists 155 6.3.3. Disadvantages of circularly linked lists 156 6.3.4. Primitive operations on circularly linked lists 158 6.3.5. Other operations on circularly linked lists 159 6.4. Doubly linked lists 160 6.4.1. Representation of a doubly linked list 161 6.4.2. Advantages and disadvantages of a doubly linked list 162 6.4.3. Operations on doubly linked lists 163 6.5. Multiply linked lists 166 6.6. Unrolled linked lists 171 6.6.1. Retrieval of an element 172 6.6.2. Insert an element 172 6.6.3. Delete an element 173 6.7. Self-organizing lists 175 6.8. Applications 175 6.8.1. Addition of polynomials 176 6.8.2. Sparse matrix representation 178 6.9. Illustrative problems 182 Chapter 7. Linked Stacks and Linked Queues 201 7.1. Introduction 201 7.1.1. Linked stack 202 7.1.2. Linked queues 203 7.2. Operations on linked stacks and linked queues 203 7.2.1. Linked stack operations 203 7.2.2. Linked queue operations 204 7.2.3. Algorithms for Push/Pop operations on a linked stack 205 7.2.4. Algorithms for insert and delete operations in a linked queue 206 7.3. Dynamic memory management and linked stacks 209 7.4. Implementation of linked representations 214 7.5. Applications 216 7.5.1. Balancing symbols 216 7.5.2. Polynomial representation 218 7.6. Illustrative problems 222 References 241 Index 243 Summaries of other volumes 245


Best Sellers


Product Details
  • ISBN-13: 9781786308696
  • Publisher: ISTE Ltd and John Wiley & Sons Inc
  • Publisher Imprint: ISTE Ltd and John Wiley & Sons Inc
  • Height: 234 mm
  • No of Pages: 288
  • Spine Width: 18 mm
  • Weight: 630 gr
  • ISBN-10: 178630869X
  • Publisher Date: 24 Jan 2023
  • Binding: Hardback
  • Language: English
  • Returnable: N
  • Sub Title: Mastering Linear Data Structures
  • Width: 156 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
A Textbook of Data Structures and Algorithms, Volume 1: Mastering Linear Data Structures
ISTE Ltd and John Wiley & Sons Inc -
A Textbook of Data Structures and Algorithms, Volume 1: Mastering Linear Data Structures
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

A Textbook of Data Structures and Algorithms, Volume 1: Mastering Linear Data Structures

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA