Buch, Englisch, 221 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 365 g
A Practical Guide Using Python
Buch, Englisch, 221 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 365 g
Reihe: Undergraduate Topics in Computer Science
ISBN: 978-3-030-87885-6
Verlag: Springer International Publishing
This textbook discusses the design and implementation of basic algebraic graph algorithms, and algebraic graph algorithms for complex networks, employing matroids whenever possible. The text describes the design of a simple parallel matrix algorithm kernel that can be used for parallel processing of algebraic graph algorithms. Example code is presented in pseudocode, together with case studies in Python and MPI. The text assumes readers have a background in graph theory and/or graph algorithms.
Zielgruppe
Upper undergraduate
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1. Introduction.- 2. Graphs, Matrices and Matroids.- 3. Parallel Matrix Algorithm Kernel.- 4. Basic Graph Algorithms.- 5. Connectivity, Matching and Matroids.- 6. Subgraph Search.- 7. Analysis of Large Graphs.- 8. Clustering in Complex Networks.- 9. Kronecker Graphs.- 10. Sample Algorithms for Complex Networks.