Applied and algorithmic graph theory:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York u.a.
McGraw-Hill
1993
|
Schriftenreihe: | International series in pure and applied mathematics
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVII, 395 S. Ill., graph. Darst. |
ISBN: | 0075571013 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV007753765 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 930623s1993 ad|| |||| 00||| eng d | ||
020 | |a 0075571013 |9 0-07-557101-3 | ||
035 | |a (OCoLC)25315884 | ||
035 | |a (DE-599)BVBBV007753765 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-91 |a DE-703 |a DE-11 | ||
050 | 0 | |a QA166 | |
082 | 0 | |a 511/.5 |2 20 | |
084 | |a SK 890 |0 (DE-625)143267: |2 rvk | ||
084 | |a MAT 055f |2 stub | ||
084 | |a DAT 537f |2 stub | ||
100 | 1 | |a Chartrand, Gary |e Verfasser |4 aut | |
245 | 1 | 0 | |a Applied and algorithmic graph theory |c Gary Chartrand ; Ortrud R. Oellermann |
264 | 1 | |a New York u.a. |b McGraw-Hill |c 1993 | |
300 | |a XVII, 395 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a International series in pure and applied mathematics | |
650 | 7 | |a Teoria dos grafos |2 larpcal | |
650 | 4 | |a Graph theory | |
650 | 0 | 7 | |a Graphentheorie |0 (DE-588)4113782-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Algorithmus |0 (DE-588)4001183-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Graphentheorie |0 (DE-588)4113782-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Graphentheorie |0 (DE-588)4113782-6 |D s |
689 | 1 | 1 | |a Algorithmus |0 (DE-588)4001183-5 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Oellermann, Ortrud R. |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005096678&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-005096678 |
Datensatz im Suchindex
_version_ | 1804122125045334016 |
---|---|
adam_text | CONTENTS
Preface xv
1 An Introduction to Graphs l
1.1 What is a Graph? l
1.2 The Degree of a Vertex 5
1.3 Isomorphic Graphs 9
1.4 Subgraphs 12
1.5 Degree Sequences 15
1.6 Connected Graphs 20
1.7 Cut Vertices and Bridges 22
1.8 Special Graphs 25
1.9 Digraphs 31
2 An Introduction to Algorithms 38
2.1 Algorithmic Complexity 38
2.2 Search Algorithms 43
2.3 Sorting Algorithms 46
2.4 Introducing NP Completeness 49
2.5 Greedy Algorithms 54
2.6 Representing Graphs in a Computer 57
3 Trees 62
3.1 Properties of Trees 62
3.2 Rooted Trees 68
3.3 Depth First Search
3.4 Depth First Search: A Tool for Finding Blocks 74
3.5 Breadth First Search 79
3.6 The Minimum Spanning Tree Problem 85
4 Paths and Distance in Graphs 99
4.1 Distance in Graphs 99
4.2 Distance in Weighted Graphs 104
xi
Xii CONTENTS
4.3 The Center and Median of a Graph 111
4.4 Activity Digraphs and Critical Paths 117
4.5 Error Correcting Codes 123
5 Networks 129
5.1 An Introduction to Networks 129
5.2 The Max Flow Min Cut Theorem 136
5.3 A Max Flow Min Cut Algorithm 141
5.4 The Complexity of the Max Flow Min Cut Algorithm 144
5.5 Connectivity and Edge Connectivity 148
5.6 Menger s Theorem 152
6 Matchings and Factorizations 161
6.1 An Introduction to Matchings 161
6.2 Maximum Matchings in Bipartite Graphs 166
6.3 Maximum Matchings in General Graphs 178
6.4 Factorizations 186
6.5 Block Designs 198
7 Eulerian Graphs 205
7.1 An Introduction to Eulerian Graphs 205
7.2 Characterizing Eulerian Graphs Again 212
7.3 The Chinese Postman Problem 214
7.4 Eulerian Digraphs 218
8 Hamiltonian Graphs 226
8.1 An Introduction to Hamiltonian Graphs 226
8.2 Which Graphs are Hamiltonian? 229
8.3 The Traveling Salesman Problem 238
9 Planar Graphs 247
9.1 Properties of Planar Graphs 247
9.2 A Planarity Testing Algorithm 255
9.3 The Crossing Number and the Thickness of a Graph 266
9.4 The Genus of a Graph 271
9.5 Graph Minors 277
10 Coloring Graphs 283
10.1 Vertex Colorings 283
10.2 Chromatic Polynomials 296
10.3 Edge Colorings 300
10.4 The Four Color Problem 305
11 Digraphs 311
11.1 Strong Digraphs 311
11.2 Depth First Search in Digraphs 314
11.3 Strongly Connected Components 319
11.4 Tournaments 326
contents xiii
12 Extremal Graph Theory 333
12.1 Turin s Theorem 333
12.2 Ramsey Numbers 336
12.3 Generalized Ramsey Numbers 340
Hints and Solutions to Odd Numbered Exercises 345
Index 389
|
any_adam_object | 1 |
author | Chartrand, Gary Oellermann, Ortrud R. |
author_facet | Chartrand, Gary Oellermann, Ortrud R. |
author_role | aut aut |
author_sort | Chartrand, Gary |
author_variant | g c gc o r o or oro |
building | Verbundindex |
bvnumber | BV007753765 |
callnumber-first | Q - Science |
callnumber-label | QA166 |
callnumber-raw | QA166 |
callnumber-search | QA166 |
callnumber-sort | QA 3166 |
callnumber-subject | QA - Mathematics |
classification_rvk | SK 890 |
classification_tum | MAT 055f DAT 537f |
ctrlnum | (OCoLC)25315884 (DE-599)BVBBV007753765 |
dewey-full | 511/.5 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 511 - General principles of mathematics |
dewey-raw | 511/.5 |
dewey-search | 511/.5 |
dewey-sort | 3511 15 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01687nam a2200457 c 4500</leader><controlfield tag="001">BV007753765</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">930623s1993 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0075571013</subfield><subfield code="9">0-07-557101-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)25315884</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV007753765</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA166</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">511/.5</subfield><subfield code="2">20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 890</subfield><subfield code="0">(DE-625)143267:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 055f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 537f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Chartrand, Gary</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Applied and algorithmic graph theory</subfield><subfield code="c">Gary Chartrand ; Ortrud R. Oellermann</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York u.a.</subfield><subfield code="b">McGraw-Hill</subfield><subfield code="c">1993</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVII, 395 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">International series in pure and applied mathematics</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Teoria dos grafos</subfield><subfield code="2">larpcal</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Graph theory</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Graphentheorie</subfield><subfield code="0">(DE-588)4113782-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Graphentheorie</subfield><subfield code="0">(DE-588)4113782-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Graphentheorie</subfield><subfield code="0">(DE-588)4113782-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Oellermann, Ortrud R.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005096678&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-005096678</subfield></datafield></record></collection> |
id | DE-604.BV007753765 |
illustrated | Illustrated |
indexdate | 2024-07-09T17:08:54Z |
institution | BVB |
isbn | 0075571013 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-005096678 |
oclc_num | 25315884 |
open_access_boolean | |
owner | DE-739 DE-91 DE-BY-TUM DE-703 DE-11 |
owner_facet | DE-739 DE-91 DE-BY-TUM DE-703 DE-11 |
physical | XVII, 395 S. Ill., graph. Darst. |
publishDate | 1993 |
publishDateSearch | 1993 |
publishDateSort | 1993 |
publisher | McGraw-Hill |
record_format | marc |
series2 | International series in pure and applied mathematics |
spelling | Chartrand, Gary Verfasser aut Applied and algorithmic graph theory Gary Chartrand ; Ortrud R. Oellermann New York u.a. McGraw-Hill 1993 XVII, 395 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier International series in pure and applied mathematics Teoria dos grafos larpcal Graph theory Graphentheorie (DE-588)4113782-6 gnd rswk-swf Algorithmus (DE-588)4001183-5 gnd rswk-swf Graphentheorie (DE-588)4113782-6 s DE-604 Algorithmus (DE-588)4001183-5 s Oellermann, Ortrud R. Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005096678&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Chartrand, Gary Oellermann, Ortrud R. Applied and algorithmic graph theory Teoria dos grafos larpcal Graph theory Graphentheorie (DE-588)4113782-6 gnd Algorithmus (DE-588)4001183-5 gnd |
subject_GND | (DE-588)4113782-6 (DE-588)4001183-5 |
title | Applied and algorithmic graph theory |
title_auth | Applied and algorithmic graph theory |
title_exact_search | Applied and algorithmic graph theory |
title_full | Applied and algorithmic graph theory Gary Chartrand ; Ortrud R. Oellermann |
title_fullStr | Applied and algorithmic graph theory Gary Chartrand ; Ortrud R. Oellermann |
title_full_unstemmed | Applied and algorithmic graph theory Gary Chartrand ; Ortrud R. Oellermann |
title_short | Applied and algorithmic graph theory |
title_sort | applied and algorithmic graph theory |
topic | Teoria dos grafos larpcal Graph theory Graphentheorie (DE-588)4113782-6 gnd Algorithmus (DE-588)4001183-5 gnd |
topic_facet | Teoria dos grafos Graph theory Graphentheorie Algorithmus |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=005096678&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT chartrandgary appliedandalgorithmicgraphtheory AT oellermannortrudr appliedandalgorithmicgraphtheory |