A hands-on undergraduate textbook covering all core data structures and algorithms topics with an emphasis on real-world projects. Accessibly written and includes over 250 'Try It Yourself' boxes, more than 500 end-of-chapter problems, and additional interview question sections.
A hands-on undergraduate textbook covering all core data structures and algorithms topics with an emphasis on real-world projects. Accessibly written and includes over 250 'Try It Yourself' boxes, more than 500 end-of-chapter problems, and additional interview question sections.Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Dan S. Myers is an Associate Professor of Computer Science at Rollins College in Winter Park, Florida, where he has taught Data Structures and Algorithms for ten years.
Inhaltsangabe
Preface Algorithms + data structures = programs 1. Java fundamentals 2. Object-oriented programming 3. Project: mindstorms 4. Arrays 5. Searching and an introduction to algorithm analysis 6. Lists 7. Project: particle effects 8. Recursion 9. Project: generative art and fractals 10. Sorting 11. Stacks 12. Project: logic puzzles 13. Queues and buffers 14. Hashing 15. Hash tables 16. Project: Ye olde Shakespearean search engine 17. Binary trees 18. Self-balancing search trees 19. Heaps and priority queues 20. Graph algorithms 21. Project: graph-based recommendation engine 22. Project: twisty little passages Bibliography Index.