Skip to main content

Einführung

  • Chapter
  • 117 Accesses

Part of the book series: Leitfäden der Informatik ((XLINF))

Zusammenfassung

Algorithmen und Datenstrukturen sind Thema dieses Buches. Algorithmen arbeiten auf Datenstrukturen und Datenstrukturen enthalten Algorithmen als Komponenten; insofern sind beide untrennbar miteinander verknüpft. In der Einleitung wollen wir diese Begriffe etwas beleuchten und sie einordnen in eine “Umgebung” eng damit zusammenhängender Konzepte wie Funktion, Prozedur,Abstrakter Datentyp, Datentyp, Algebra, Typ (in einer Programmiersprache), Klasse und Modul.

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

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   54.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Literaturhinweise

  • Aho, A.V., J.E. Hoperoft und J.D. Ullman [ 1983 ]. Data Structures and Algorithms. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Knuth, D.E. [ 1998 ]. The Art of Computer Programming, Vol. 3: Sorting and Searching. 2nd Ed., Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Aho, A.V., J.E. Hoperoft und J.D. Ullman [ 1974 ]. The Design and Analysis of Computer Algorithms. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Wirth, N. [ 2000 ]. Algorithmen und Datenstrukturen. Pascal-Version. 5. Aufl., TeubnerVerlag, Stuttgart.

    Google Scholar 

  • Wirth, N. [ 1996 ]. Algorithmen und Datenstrukturen mit Modula-2. 5. Aufl., TeubnerVerlag, Stuttgart.

    Book  Google Scholar 

  • Ottmann, T., und R Widmayer [ 2002 ]. Algorithmen und Datenstrukturen. 4. Aufl., Spektrum Akademischer Verlag, Heidelberg.

    MATH  Google Scholar 

  • Horowitz, E., S. Salmi und S. Anderson-Freed [ 1993 ]. Fundamentals of Data Structures in C. Computer Science Press, New York.

    MATH  Google Scholar 

  • Sedgewick, R. [ 2002a ]. Algorithmen. 2. Aufl., Addison-Wesley Longman Verlag, Pearson Studium, München.

    Google Scholar 

  • Sedgewick, R. [ 2002b ]. Algorithmen in C++. Teil 1–4. 3. Aufl., Addison-Wesley Longman Verlag, Pearson Studium, München.

    Google Scholar 

  • Wood, D. [ 1993 ]. Data Structures, Algorithms, and Performance. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Manber, U. [ 1989 ]. Introduction to Algorithms. A Creative Approach. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Gonnet, G.H., und R. Baeza-Yates [ 1991 ]. Handbook of Algorithms and Data Structures. In Pascal and C. 2nd Ed., Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Baase, S., und A. Van Gelder [ 2000 ]. Computer Algorithms. Introduction to Design and Analysis. 3rd Ed., Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Baase, S., und A. Van Gelder [ 2000 ]. Computer Algorithms. Introduction to Design and Analysis. 3rd Ed., Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Banachowski, L., A. Kreczmar und W. Rytter [ 1991 ]. Analysis of Algorithms and Data Structures. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Nievergelt, J., und K.H. Hinrichs [ 1993 ]. Algorithms and Data Structures: With Applications to Graphics and Geometry. Prentice-Hall, Englewood Cliffs, N.J.

    Google Scholar 

  • Sedgewick, R. [ 2002a ]. Algorithmen. 2. Aufl., Addison-Wesley Longman Verlag, Pearson Studium, München.

    Google Scholar 

  • Sedgewick, R. [ 2002b ]. Algorithmen in C++. Teil 1–4. 3. Aufl., Addison-Wesley Longman Verlag, Pearson Studium, München.

    Google Scholar 

  • Standish, T.A. [ 1998 ]. Data Structures in Java. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Weiss, M.A. [ 1998 ]. Data Structures and Problem Solving Using Java. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Flanagan, D. [ 2000 ]. Java in a Nutshell, Third Edition. O’Reilly & Associates.

    Google Scholar 

  • Graham, R.L., D.E. Knuth und O. Patashnik [ 1994 ]. Concrete Mathematics. A Foundation for Computer Science. 2nd Ed., Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Aho, A.V., J.E. Hoperoft und J.D. Ullman [ 1974 ]. The Design and Analysis of Computer Algorithms. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

  • Albert, J., und T. Ottmann [ 1990 ]. Automaten, Sprachen und Maschinen für Anwender. Spektrum Akademischer Verlag, Heidelberg.

    Google Scholar 

  • Sheperdson, J.C., and H.E. Sturgis [ 1963 ]. Computability of Recursive Functions. Journal of the ACM 10, 217–255.

    Article  Google Scholar 

  • Preparata, F.P., und M.I. Shamos [ 1985 ]. Computational Geometry. An Introduction. Springer-Verlag, Berlin.

    Google Scholar 

  • Ehrich, H.D., M. Gogolla und U.W. Lipeck [ 1989 ]. Algebraische Spezifikation abstrakter Datentypen. Eine Einführung in die Theorie. Teubner-Verlag, Stuttgart.

    Google Scholar 

  • Klaeren, H.A. [ 1983 ]. Algebraische Spezifikation. Eine Einführung. Springer-Verlag, Berlin.

    Google Scholar 

  • Loeckx, J., H.D. Ehrich und M. Wolf [ 1996 ]. Specification of Abstract Data Types. Wiley-Teubner Publishers, Chichester, Stuttgart.

    Google Scholar 

  • Bauer, F. L. und H. Wössner [ 1984 ]. Algorithmische Sprache und Programmentwicklung. 2. Aufl., Springer-Verlag, Berlin.

    Google Scholar 

  • Horowitz, E., S. Salmi und S. Anderson-Freed [ 1993 ]. Fundamentals of Data Structures in C. Computer Science Press, New York.

    MATH  Google Scholar 

  • Sedgewick, R. [ 2002a ]. Algorithmen. 2. Aufl., Addison-Wesley Longman Verlag, Pearson Studium, München.

    Google Scholar 

  • Sedgewick, R. [ 2002b ]. Algorithmen in C++. Teil 1–4. 3. Aufl., Addison-Wesley Longman Verlag, Pearson Studium, München.

    Google Scholar 

  • Wood, D. [ 1993 ]. Data Structures, Algorithms, and Performance. Addison-Wesley Publishing Co., Reading, Massachusetts.

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2003 B. G. Teubner GmbH, Stuttgart/Leipzig/Wiesbaden

About this chapter

Cite this chapter

Güting, R.H., Dieker, S. (2003). Einführung. In: Datenstrukturen und Algorithmen. Leitfäden der Informatik. Vieweg+Teubner Verlag. https://doi.org/10.1007/978-3-322-91882-6_1

Download citation

  • DOI: https://doi.org/10.1007/978-3-322-91882-6_1

  • Publisher Name: Vieweg+Teubner Verlag

  • Print ISBN: 978-3-519-12121-3

  • Online ISBN: 978-3-322-91882-6

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics