Skip to main content

Traversierungsalgorithmen

  • Chapter
  • First Online:
Nichtsequentielle und Verteilte Programmierung mit Go
  • 1420 Accesses

Zusammenfassung

Tiefen- und Breitensuche – die Standardverfahren zum Durchlaufen von Graphen – sind Grundlage für viele Graphenalgorithmen wie z. B. die Konstruktion von Spannbäumen und Ringen (Kreisen) und die Suche nach kürzesten Wegen.

Wegen ihrer Bedeutung werden in diesem Kapitel Techniken zur Konstruktion von Algorithmen zur Tiefen- und zur Breitensuche in verteilten Graphen entwickelt. Sie liefern die entsprechenden Spannbäume und Tiefensuche ermöglicht es auch, Kreise zu finden.

In vielen Lehrbüchern über Verteilte Programmierung werden nur die Prinzipien der Algorithmen dargestellt, ohne auf konkrete Realisierungen einzugehen. Der nennenswerte Aufwand dafür in diesem Kapitel zeigt, dass das keineswegs vernachlässigbar ist.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 29.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 39.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Literatur

  1. Awerbuch, B.: A new distributed depth-first-search algorithm. Inf. Proc. Lett. 20, 147–150 (1985). https://doi.org/10.1016/0020-0190(85)90083-3

  2. Chang, E., Roberts, R.: An improved algorithm for decentralized extrema-finding in circular configurations of processes. Commun. ACM 22, 281–283 (1979). https://doi.org/10.1145/359104.359108

    Article  Google Scholar 

  3. Cormen, T.H., Leiserson, C.E., Rivest, R.L.: Introduction to Algorithms. MIT Press, Cambridge/London (1990)

    MATH  Google Scholar 

  4. Dolev, D., Klawe, M., Rodeh, M.: An o(nlogn unidirectional distributed algorithm for extrema finding in a circle. J. Algorith. 3, 245–260 (1982)

    Article  Google Scholar 

  5. Hélary, J.-M., Raynal, M.: Depth-first traversal and virtual ring construction in distributed systems. Research report RR-0704, INRIA, 1987. https://hal.inria.fr/inria-00075848

  6. Hirschberg, D.S., Sinclair, J.B.: Decentralized extrema finding in circular configurations of processes. Commun. ACM 23, 627–628 (1980). https://doi.org/10.1145/359024.359029

    Article  Google Scholar 

  7. Peterson, G.L.: An nlogn unidirectional algorithm for the circular extrema finding problem. ACM Trans. Program. Lang. Syst. 4, 758–762 (1982). https://doi.org/10.1145/69622.357194

    Article  Google Scholar 

  8. Zhu, Y., Cheung, T.-Y.: A new distributed breadth-first-search algorithm. Inf. Proc. Lett. 25, 329–333 (1987)

    Article  MathSciNet  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Springer Fachmedien Wiesbaden GmbH, ein Teil von Springer Nature

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Maurer, C. (2019). Traversierungsalgorithmen. In: Nichtsequentielle und Verteilte Programmierung mit Go. Springer Vieweg, Wiesbaden. https://doi.org/10.1007/978-3-658-26290-7_17

Download citation

Publish with us

Policies and ethics