Fundamentals of Data Structures and Algorithms
Autor Elvis C. Fosteren Limba Engleză Paperback – 16 iun 2026
The book discusses concepts, principles, implementation, and application of various data structures and algorithms including array-lists, vectors, linked lists, stacks, queues, sorting, trees, hashing, graphs, and data compression. It explains algorithms in a generic way that allows for implementation in any programming language. However, programming examples are presented in Java. Each chapter is organized systematically into brief, reader-friendly sections itemizing important points to remember. Diagrams and illustrations also sum up salient points to enhance learning. The Unified Modeling Language (UML) notation for class diagrams has been employed, and students are encouraged to apply this standard in the development of their own algorithms for programming problems. Programming examples are typically based on real-to-life problems that students can draw from long after the course ends.
The text has been prepared specifically to meet three objectives: comprehensive coverage, brevity, and motivating students to strive towards becoming excellent software developers. It aims to give students:
- A working knowledge of fundamental data structures and algorithms necessary for intermediate and advanced software development
- Reinforcement of sound and sustainable programming habits
- Preparation for success in additional advanced courses in computer science at the undergraduate as well as graduate level
- Solid grounding in problem analysis, program design, and construction
| Toate formatele și edițiile | Preț | Express |
|---|---|---|
| Paperback (1) | 468.36 lei Precomandă | |
| CRC Press – 16 iun 2026 | 468.36 lei Precomandă | |
| Hardback (1) | 1095.68 lei Precomandă | |
| CRC Press – 16 iun 2026 | 1095.68 lei Precomandă |
Preț: 468.36 lei
Preț vechi: 711.72 lei
-34% Precomandă
Puncte Express: 703
Preț estimativ în valută:
82.86€ • 96.34$ • 71.83£
82.86€ • 96.34$ • 71.83£
Carte nepublicată încă
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781041110101
ISBN-10: 1041110103
Pagini: 354
Ilustrații: 500
Dimensiuni: 178 x 254 mm
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
ISBN-10: 1041110103
Pagini: 354
Ilustrații: 500
Dimensiuni: 178 x 254 mm
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Public țintă
Postgraduate and Undergraduate CoreCuprins
1. Review of Algorithm Development 2. Introduction to Data Structures 3. Review of Java Programming 4. Introduction to Linear Lists 5. Stacks 6. Queues 7. Sorting and Searching 8. Trees 9. Hashing 10. Graphs 11. Data Compression Appendix. Suggested Assignments
Notă biografică
Elvis C. Foster is Professor of Computer Science at Keene State College. He holds a Bachelor of Science (BS.) in Computer Science and Electronics, as well as a Doctor of Philosophy (PhD) in Computer Science (specializing in software engineering and database systems) from University of the West Indies, Mona Jamaica. His research interests include the design, construction, and evaluation of management support systems (MSSs) as well as intelligent software systems for contemporary organizations. Dr. Foster has over 25 years of combined experience as a software engineer, information technology executive and consultant, and computer science educator. He is the author of ten books, seven of which are textbooks in Software Engineering and Database Systems respectively. Additionally, he has authored a growing online Computer Science Lecture Series. Finally, he has also authored several articles in selected scholarly journals and has served as peer reviewer and/or editor in other selected scholarly publications.
Descriere
This textbook provides a comprehensive, but concise discussion of fundamental data structures and algorithms that form the foundation for intermediate and advanced software development. It is drawn from lecture notes that have been tested and proven, with outstanding results.