Skip to main content

Suchen und Sortieren — binäre Suche und Quicksort

  • Chapter
Programmieren mit ELAN

Part of the book series: MikroComputer-Praxis ((MCP))

  • 16 Accesses

Zusammenfassung

Suchen und Sortieren sind häufig benötigte Verfahren. Befassen wir uns zunächst mit dem Problem des Suchens. Eine Liste von n Elementen linear (von vorne nach hinten) zu durchsuchen, ist so simpel, daß wir diese Methode nicht näher beschreiben müssen. Diese lineare Suche hat den Nachteil, daß sie durchschnittlich n/2 Vergleiche erfordert — wenn das gesuchte Element nicht vorhanden ist, sogar n Operationen!

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 49.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 49.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

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 1983 B. G. Teubner, Stuttgart

About this chapter

Cite this chapter

Klingen, L.H., Liedtke, J. (1983). Suchen und Sortieren — binäre Suche und Quicksort. In: Klingen, L.H., Liedtke, J. (eds) Programmieren mit ELAN. MikroComputer-Praxis. Vieweg+Teubner Verlag, Wiesbaden. https://doi.org/10.1007/978-3-322-96681-0_15

Download citation

  • DOI: https://doi.org/10.1007/978-3-322-96681-0_15

  • Publisher Name: Vieweg+Teubner Verlag, Wiesbaden

  • Print ISBN: 978-3-519-02507-8

  • Online ISBN: 978-3-322-96681-0

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics