A Java Library of Graph Algorithms and Optimization
eBook - PDF

A Java Library of Graph Algorithms and Optimization

  1. 386 pages
  2. English
  3. PDF
  4. Available on iOS & Android
eBook - PDF

A Java Library of Graph Algorithms and Optimization

Book details
Table of contents
Citations

About This Book

Because of its portability and platform-independence, Java is the ideal computer programming language to use when working on graph algorithms and other mathematical programming problems. Collecting some of the most popular graph algorithms and optimization procedures, A Java Library of Graph Algorithms and Optimization provides the source code for

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
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.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 access A Java Library of Graph Algorithms and Optimization by Hang T. Lau in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Games. We have over one million books available in our catalogue for you to explore.

Information

Year
2006
ISBN
9781584887195
Edition
1

Table of contents

  1. Cover
  2. Title
  3. Copyright
  4. The Author
  5. Contents
  6. Introduction
  7. Chapter 1: Random Graph Generation
  8. Chapter 2: Connectivity
  9. Chapter 3: Paths and Cycles
  10. Chapter 4: Planarity Testing
  11. Chapter 5: Graph Isomorphism Testing
  12. Chapter 6: Coloring
  13. Chapter 7: Graph Matching
  14. Chapter 8: Network Flow
  15. Chapter 9: Packing and Covering
  16. Chapter 10: Linear Programming
  17. Chapter 11: Integer Programming
  18. Chapter 12: Quadratic Programming
  19. Appendix A: References
  20. Appendix B: Graph-Theoretic Terms
  21. Index of Procedures