מחיר מבצע ‏169.00 ‏₪ מחיר רגיל ‏241.00 ‏₪

BASIC CONCEPTS IN DATA STRUCTURES

מחיר מבצע ‏169.00 ‏₪ מחיר רגיל ‏241.00 ‏₪
ISBN13
9781316613849
Author
Shmuel Tomi Klein, Bar-Ilan University, Israel
מהדורה
1
הוצאה לאור
Cambridge
זמן אספקה
במלאי, (זמן אספקה 5 ימי עסקים)
עמודים / Pages
228
פורמט
Paperback / softback
תאריך יציאה לאור
11 בינו׳ 2016

Data structures are the fundamental building blocks of any computer program, used for storing, representing and manipulating data in a computer. This text presents the basic concepts of data structures as part of the art of writing computer programs. The author concentrates on the fundamentals of what should be done to solve a problem efficiently rather than technical implementation details. The text includes pseudocode and covers all the most common data structures, such as queues, stacks, trees, heaps, and hash tables, along with the basics of searching, sorting, and coding. This book can supplement any undergraduate algorithms or discrete math course and will also be accessible to students and researchers in other quantitative disciplines. No prerequisites beyond introductory programming and basic mathematics are required, and the accessible, conceptual presentation will appeal to undergraduates in many quantitative fields. Carefully designed problem sets with selected solutions will allow students to test their understanding.

  •  
  • Teaches the concepts behind data structures, applicable to a wide range of fields
  • Requires no prerequisites beyond basic programming
  • The book is not tied to a particular programming language
מידע נוסף
מהדורה 1
עמודים / Pages 228
פורמט Paperback / softback
הוצאה לאור Cambridge
תאריך יציאה לאור 11 בינו׳ 2016
תוכן עניינים 1. Why data structures? A motivating example; 2. Linear lists; 3. Graphs; 4. Trees; 5. AVL trees; 6. B-trees; 7. Heaps; 8. Sets; 9. Hash tables; 10. Sorting; 11. Codes.
Author Shmuel Tomi Klein, Bar-Ilan University, Israel