Data Structures using C: A Practical Approach for Beginners
Autor Amol M. Jagtap, Ajit S. Malien Limba Engleză Hardback – 9 noi 2021
- Resolves linear and nonlinear data structures in C language using the algorithm, diagrammatically and its time and space complexity analysis
- Covers interview questions and MCQs on all topics of campus readiness
- Identifies possible solutions to each problem
- Includes real-life and computational applications of linear and nonlinear data structures
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 290.66 lei 43-57 zile | |
CRC Press – 4 oct 2024 | 290.66 lei 43-57 zile | |
Hardback (1) | 807.16 lei 43-57 zile | |
CRC Press – 9 noi 2021 | 807.16 lei 43-57 zile |
Preț: 807.16 lei
Preț vechi: 1008.95 lei
-20% Nou
Puncte Express: 1211
Preț estimativ în valută:
154.47€ • 160.46$ • 128.31£
154.47€ • 160.46$ • 128.31£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367616311
ISBN-10: 0367616319
Pagini: 362
Ilustrații: 386
Dimensiuni: 156 x 234 x 21 mm
Greutate: 0.63 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 0367616319
Pagini: 362
Ilustrații: 386
Dimensiuni: 156 x 234 x 21 mm
Greutate: 0.63 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Public țintă
Postgraduate, Professional, and Undergraduate AdvancedNotă biografică
Amol M. Jagtap pursed M. Tech in Software Engineering from JNTU, Hyderabad. He is working as an Assistant Professor in the Department of Computer Science and Engineering at Rajarambapu Institute of Technology, Islampur, District Sangli. He has published more than 15 research papers in reputed international journals including IEEE etc. His main research work focuses on Machine learning and cloud computing. He has 16 years of experience in teaching and industry.
Ajit S. Mali pursed M. Tech Computer Science and Engineering from Rajarambapu Institute of Technology, Rajaramnagar Islampur Dist. Sangli. He is currently working as an Assistant Professor in the Department of Computer Science and Engineering at RIT, Islampur. He has published more than 15 research papers in reputed international journals, conferences including IEEE, Elsevier. His main research work focuses on Cloud Computing and Internet of Things (IoT). He has 8 years of teaching experience.
Ajit S. Mali pursed M. Tech Computer Science and Engineering from Rajarambapu Institute of Technology, Rajaramnagar Islampur Dist. Sangli. He is currently working as an Assistant Professor in the Department of Computer Science and Engineering at RIT, Islampur. He has published more than 15 research papers in reputed international journals, conferences including IEEE, Elsevier. His main research work focuses on Cloud Computing and Internet of Things (IoT). He has 8 years of teaching experience.
Cuprins
1. Fundamental Principles of Algorithm and Recursion 2. Sequential Representation of Linear Data Structures 3. Void Pointer and Dynamic Memory Management 4. Linked Representation of Linear Data Structures 5. Nonlinear Data Structures: Trees 6. Nonlinear Data Structures: Graph 7. Searching and Sorting Techniques
Descriere
The data structure is a set of specially organized data elements and functions are defined to store, retrieve, remove and search for individual data elements. This book covers all issues related to the amount of storage needed, the amount of time required to process the data, etc.