SEARCH YOUR FAVOURITE BOOK AND ORDER ONLINE

  • E_Book Data Structures and Algorithms using C

E_Book Data Structures and Algorithms using C

  • ₹ 549.00


Book Detail
About The Author's Prof. R. S. Salaria is an outstanding teacher, a prolific author, a great motivator, and a social reformer. He is alumni of IT, Delhi. He is a Certified Software Quality Professional (CSQP) by Govt. of India; SUN Certified Programmer & Trainer by SUN Microsystems, USA. He is life member of Computer Society of India (CSI, Institution of Electronics and Telecommunication Engineers (IETE), Indian Society for Technical Education (ISTE), and Punjab Academy of Sciences (PAS). He has delivered enlightening sessions in numerous Faculty Development Programmes (FDPs)/Faculty Empowerment Workshops (FEWs) to empower the faculty to become passionate teachers. He has also delivered enlightening sessions for students pan India to empower them to become passionate learners, great professionals, and good human beings. He is also taking initiatives to empower people of various sections and age groups on various issues such as character building, women empowerment, female feticide, honor killings, and various dimensions of corruption in public and private life.
Category CSE
ISBN-13 978-93-92549-20-5
Edition 1st (2022)
Pages 522
Preface
Preface The study of data structures and algorithms is very important for the students of computer science. The topic on data structures is an essential part of course curricula in various undergraduate and graduate programmers in computer science. The study of data structures and algorithms is very important for the students of computer science. The topic on data structures is an essential part of course curricula in various undergraduate and graduate programmers in computer science. The present text lays emphasis on theory and design of data structures, and their implementation using C language. The organization chosen is different from most other books on this subject. Most of the present books either deal with the theoretical concepts in data structures, but ignore their design and implementation aspects or lays very little stress on theoretical concepts and shows their implementation straight away. In that situation, the readers have to consult number of books. The present text fills this gap. The reader will be able to get each and every thing required for the study of data structures under one shelf.
Table of Contents
Table of Contents Chapter 1 : Essentials of C Language Chapter 2: Overview of Data Structures Chapter 3: Program Design and Development Chapter 4: Arrays and Matrices. Chapter 5: Strings Chapter 6: Linked Lists. Chapter 7: Stacks Chapter 8: Queues. Chapter 9: Trees. Chapter 10: Heaps. Chapter 11: Graphs Chapter 12: Hash Tables and Hashing Chapter 13: Sorting, Searching and Merging. Chapter 14: Files.