
eBook - PDF
A Practical Guide to Data Structures and Algorithms using Java
- 1,056 pages
- English
- PDF
- Available on iOS & Android
eBook - PDF
A Practical Guide to Data Structures and Algorithms using Java
About this book
Although traditional texts present isolated algorithms and data structures, they do not provide a unifying structure and offer little guidance on how to appropriately select among them. Furthermore, these texts furnish little, if any, source code and leave many of the more difficult aspects of the implementation as exercises. A fresh alternative to
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access A Practical Guide to Data Structures and Algorithms using Java by Sally. A Goldman, Kenneth. J Goldman in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Engineering. We have over one million books available in our catalogue for you to explore.
Information
Table of contents
- Front cover
- Contents
- Preface
- Acknowledgments
- Authors
- Part I. INTRODUCTION
- Chapter 1. Design Principles
- Chapter 2. Selecting an Abstract Data Type
- Chapter 3. How to Use This Book
- Part II. COLLECTION DATASTRUCTURES ANDALGORITHMS
- Chapter 4. Part II Organization
- Chapter 5. Foundations
- Chapter 6 .Partition ADT and the Union-Find Data Structure
- Chapter 7. Collection of Elements
- Chapter 8. Abstract Collection
- Chapter 9. Positional Collection ADT
- Chapter 10. Abstract Positional Collection
- Chapter 11. Array Data Structure
- Chapter 12. Circular Array Data Structure
- Chapter 13. Dynamic Array and Dynamic Circular Array Data Structures
- Chapter 14. Tracked Array Data Structure
- Chapter 15. Singly Linked List Data Structure
- Chapter 16. Doubly Linked List Data Structure
- Chapter 17. Buffer ADT and Its Implementation
- Chapter 18. Queue ADT and Implementation
- Chapter 19. Stack ADT and Implementation
- Chapter 20. Set ADT
- Chapter 21. Direct Addressing Data Structure
- Chapter 22. Open Addressing Data Structure
- Chapter 23. Separate Chaining Data Structure
- Chapter 24. Priority Queue ADT
- Chapter 25. Binary Heap Data Structure
- Chapter 26. Leftist Heap Data Structure
- Chapter 27. Pairing Heap Data Structure
- Chapter 28. Fibonacci Heap Data Structure
- Chapter 29. Ordered Collection ADT
- Chapter 30. Sorted Array Data Structure
- Chapter 31. Abstract Search Tree Class
- Chapter 32. Binary Search Tree Data Structure
- Chapter 33. Balanced Binary Search Trees
- Chapter 34. Red-Black Tree Data Structure
- Chapter 35. Splay Tree Data Structure
- Chapter 36. B-Tree Data Structure
- Chapter 37. B+-Tree Data Structure
- Chapter 38. Skip List Data Structure
- Chapter 39. Digitized Ordered Collection ADT
- Chapter 40. Trie Node Types
- Chapter 41. Trie Data Structure
- Chapter 42. Compact Trie Data Structure
- Chapter 43. Compressed Trie Data Structure
- Chapter 44. Patricia Trie Data Structure
- Chapter 45. Ternary Search Trie Data Structure
- Chapter 46. Spatial Collection ADT
- Chapter 47. KD-Tree Data Structure
- Chapter 48. Quad Tree Data Structure
- Chapter 49. Tagged Collection ADTs
- Chapter 50. Tagged Bucket Collection ADTs
- Part III. GRAPH DATA STRUCTURES AND ALGORITHMS
- Chapter 51. Part III Organization
- Chapter 52. Graph ADT
- Chapter 53. Abstract Graph and Graph Algorithms
- Chapter 54. Adjacency Matrix Data Structure
- Chapter 55. Adjacency List Data Structure
- Chapter 56. Weighted Graph ADT
- Chapter 57. Abstract Weighted Graph and Weighted Graph Algorithms
- Part IV. APPENDICES
- Appendix A
- Appendix B
- Appendix C
- Index
- Back cover