A Java Library of Graph Algorithms and Optimization: Discrete Mathematics and Its Applications
Autor Hang T. Lauen Limba Engleză Paperback – 11 sep 2019
The book begins with a chapter on random graph generation that examines bipartite, regular, connected, Hamilton, and isomorphic graphs as well as spanning, labeled, and unlabeled rooted trees. It then discusses connectivity procedures, followed by a paths and cycles chapter that contains the Chinese postman and traveling salesman problems, Euler and Hamilton cycles, and shortest paths. The author proceeds to describe two test procedures involving planarity and graph isomorphism. Subsequent chapters deal with graph coloring, graph matching, network flow, and packing and covering, including the assignment, bottleneck assignment, quadratic assignment, multiple knapsack, set covering, and set partitioning problems. The final chapters explore linear, integer, and quadratic programming. The appendices provide references that offer further details of the algorithms and include the definitions of many graph theory terms used in the book.
Din seria Discrete Mathematics and Its Applications
- 8% Preț: 404.91 lei
- 8% Preț: 550.28 lei
- 20% Preț: 571.04 lei
- 8% Preț: 409.44 lei
- 9% Preț: 1497.66 lei
- 18% Preț: 786.84 lei
- 18% Preț: 1096.14 lei
- 15% Preț: 558.74 lei
- 20% Preț: 802.66 lei
- 18% Preț: 1130.08 lei
- 18% Preț: 720.68 lei
- 25% Preț: 1307.49 lei
- 25% Preț: 881.67 lei
- 18% Preț: 777.01 lei
- 15% Preț: 495.52 lei
- 15% Preț: 675.55 lei
- 20% Preț: 468.17 lei
- 25% Preț: 682.19 lei
- 15% Preț: 477.05 lei
- 26% Preț: 1183.37 lei
- 24% Preț: 1247.82 lei
- 22% Preț: 352.95 lei
- 15% Preț: 676.65 lei
- 25% Preț: 557.90 lei
- 20% Preț: 1630.36 lei
- 15% Preț: 674.45 lei
- 18% Preț: 1320.87 lei
- 31% Preț: 435.86 lei
- 15% Preț: 487.50 lei
- Preț: 461.48 lei
- 20% Preț: 1034.13 lei
- 31% Preț: 408.36 lei
- 8% Preț: 439.83 lei
- 20% Preț: 1379.61 lei
- 18% Preț: 1311.26 lei
- 25% Preț: 487.41 lei
- 25% Preț: 1234.04 lei
- 15% Preț: 660.12 lei
- 18% Preț: 773.90 lei
- 20% Preț: 819.06 lei
- 25% Preț: 602.92 lei
- 18% Preț: 833.97 lei
- 31% Preț: 1040.26 lei
- 31% Preț: 1177.39 lei
Preț: 477.51 lei
Preț vechi: 596.88 lei
-20% Nou
Puncte Express: 716
Preț estimativ în valută:
91.38€ • 95.20$ • 75.98£
91.38€ • 95.20$ • 75.98£
Carte tipărită la comandă
Livrare economică 10-24 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367390136
ISBN-10: 0367390132
Pagini: 400
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.73 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Discrete Mathematics and Its Applications
ISBN-10: 0367390132
Pagini: 400
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.73 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Discrete Mathematics and Its Applications
Cuprins
Random Graph Generation. Connectivity. Paths and Cycles. Planarity Testing. Graph Isomorphism Testing. Coloring. Graph Matching. Network Flow. Packing and Covering. Linear Programming. Integer Programming. Quadratic Programming. Appendices. Index.
Descriere
Collecting some of the most popular graph algorithms and optimization procedures, A Java Library of Graph Algorithms and Optimization provides the source code for a library of Java programs that can be used to solve problems in graph theory and combinatorial optimization. Self-contained and largely independent, each topic starts with a problem description and an outline of the solution procedure, followed by its parameter list specification, source code, and a test example that illustrates the usage of the code. An accompanying CD-ROM contains all of the Java code included in the book.