Verkauf durch Sack Fachmedien

Valiente

Algorithms on Trees and Graphs

With Python Code

Medium: Buch
ISBN: 978-3-030-81887-6
Verlag: Springer International Publishing
Erscheinungstermin: 13.10.2022
Lieferfrist: bis zu 10 Tage
This textbook introduces graph algorithms on an intuitive basis followed by a detailed exposition using structured pseudocode, with correctness proofs as well as worst-case analyses. Graph algorithms is a well-established subject in mathematics and computer science. Beyond classical application fields, like approximation, combinatorial optimization, graphics, and operations research, graph algorithms have recently attracted increased attention from computational biology, bioinformatics, and computational chemistry. Centered around the fundamental issue of graph isomorphism, this book goes beyond classical graph problems of shortest paths, spanning trees, flows in networks, and matchings in bipartite graphs. Advanced algorithmic results and techniques of practical relevance are presented in a coherent and consolidated way. Furthermore, Python code for all algorithms presented is given in a appendix. Numerous illustrations, examples, problems, exercises, and a comprehensive bibliography support students and professionals in using the book as a text and source of reference.

Produkteigenschaften


  • Artikelnummer: 9783030818876
  • Medium: Buch
  • ISBN: 978-3-030-81887-6
  • Verlag: Springer International Publishing
  • Erscheinungstermin: 13.10.2022
  • Sprache(n): Englisch
  • Auflage: 2. Auflage 2021
  • Serie: Texts in Computer Science
  • Produktform: Kartoniert, Paperback
  • Gewicht: 610 g
  • Seiten: 387
  • Format (B x H x T): 155 x 235 x 22 mm
  • Ausgabetyp: Kein, Unbekannt

Autoren/Hrsg.

Autoren

Valiente, Gabriel

1. Introduction.- 2. Algorithmic Techniques.- 3. Tree Traversal.- 4. Tree Isomorphism.- 5. Graph Traversal.- 6. Clique, Independent Set, and Vertex Cover.- 7. Graph Isomorphism.