Mit Bücher.World findest Du Bücher Du in hunderten Online-Shops - von Romanen bis zur Fachliteratur.
Bücher.World ist eine Suchmaschine speziell für Bücher.
Mit Bücher.World kannst Du ganz einfach nach Romanen, Fachliteratur, Sachbüchern, Lexika und mehr im Internet suchen - wir zeigen Dir die besten Angebote, die wir in mehreren hundert Online-Buchfachgeschäften finden konnten. Mit einem Klick gelangst Du auf die Seite des Online-Shops, in dem Du das Buch kaufen kannst.
Kategorien
Algorithms

Algorithms

69,97 €
Einband: Hardcover
Seitenzahl: 976 Seiten
Erscheinungsdatum: 01.01.1970
gefunden bei Amazon
Zum Shop

Beschreibung

Algorithms

Algorithms von Sedgewick, Robert im Online-Buchhandel:

Algorithms
Algorithms
50,39 €
gefunden bei medimops
Binding : Gebundene Ausgabe, Edition : 4th revised edition., Label : Addison Wesley, Publisher : Addison...
Binding : Gebundene Ausgabe, Edition : 4th revised edition., Label : Addison Wesley, Publisher : Addison Wesley, NumberOfItems : 1, PackageQuantity : 1, medium : Gebundene Ausgabe, numberOfPages : 976, publicationDate : 2011-03-09, authors : Robert Sedgewick, Kevin Wayne, languages : english, ISBN : 032157351X
Zur Online-Buchhandlung von
medimops
Algorithms von Addison Wesley
Algorithms
von Sedgewick, Robert
55,99 €
gefunden bei Amazon
Algorithms
Algorithms
Einband: Gebundene Ausgabe, Seitenzahl: 976 Seiten, Verlag: Addison Wesley
Zur Online-Buchhandlung von
Amazon
Algorithms von Addison Wesley
Algorithms
von Robert Sedgewick/ Kevin Wayne
59,99 €
gefunden bei Hugendubel Bücher
Algorithms ab 59.99 € als gebundene Ausgabe: 4th revised edition. Aus dem Bereich: Bücher, English, International,...
Algorithms ab 59.99 € als gebundene Ausgabe: 4th revised edition. Aus dem Bereich: Bücher, English, International, Gebundene Ausgaben,
Verlag: Addison Wesley
Zur Online-Buchhandlung von
Hugendubel Bücher
Algorithms
Algorithms
von Sedgewick, Robert
69,97 €
gefunden bei Amazon Marketplace
Algorithms
Algorithms
Einband: Hardcover, Seitenzahl: 976 Seiten
Zur Online-Buchhandlung von
Amazon Marketplace
Algorithms von Addison-Wesley Longman, Amsterdam / PEV
Algorithms
69,97 €
gefunden bei buecher
Essential Information that Every Serious Programming Student Needs to Know about Algorithms and Data...
Essential Information that Every Serious Programming Student Needs to Know about Algorithms and Data Structures A Classic Reference The latest version of Sedgewick's best-selling series, reflecting an indispensable body of knowledge developed over the past several decades. Broad Coverage Full treatment of data structures and algorithms for sorting, searching, graph processing, string processing, and geometric applications, including fifty algorithms every programmer should know. See www.cs.princeton.edu/algs4/top50 . Completely Revised Code New Java implementations written in an accessible, modular programming style, where all of the code is exposed to the reader and ready to use. New versions of quicksort, LZW compression, red-black tree search, RE pattern matching, and many other algorithms. Engages with Applications Algorithms are studied in the context of important scientific, engineering, and commercial applications. Clients and algorithms are expressed in real code, not the pseudo-code found in many other books. Intellectually Stimulating Engages reader interest with clear, concise text, detailed examples with visuals, carefully crafted code, historical and scientific context, and exercises at all levels. A Scientific Approach Develops precise statements about performance, supported by appropriate mathematical models and empirical studies validating those models. Integrated with the Web Visit www.cs.princeton.edu/algs4 for a freely accessible, comprehensive Web site, including text digests, program code, test data, programming projects, exercises, lecture slides, and other resources. Product Description This fourth edition of Robert Sedgewick and Kevin Wayne’s Algorithms is the leading textbook on algorithms today and is widely used in colleges and universities worldwide. This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use. The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts. The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu . The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants. Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience. Features + Benefits The #1 practical resource for everyone seeking to run programs faster or solve larger problems Surveys today's most useful algorithms, with copious illustrations and examples Contains many new examples, ranging from physics, biology, and engineering to data compression and web search Contains real (not pseudocode) implementations, with detailed performance insights A companion web site, algs4.cs.princeton.edu , with many more resources for instructors, including text digests, program code, test data, programming projects, exercises, lecture slides, and other resources Preface viii Chapter 1: Fundamentals 3 1.1 Basic Programming Model 8 1.2 Data Abstraction 64 1.3 Bags, Queues, and Stacks 120 1.4 Analysis of Algorithms 172 1.5 Case Study: Union-Find 216 Chapter 2: Sorting 243 2.1 Elementary Sorts 244 2.2 Mergesort 270 2.3 Quicksort 288 2.4 Priority Queues 308 2.5 Applications 336 Chapter 3: Searching 361 3.1 Symbol Tables 362 3.2 Binary Search Trees 396 3.3 Balanced Search Trees 424 3.4 Hash Tables 458 3.5 Applications 486 Chapter 4: Graphs 515 4.1 Undirected Graphs 518 4.2 Directed Graphs 566 4.3 Minimum Spanning Trees 604 4.4 Shortest Paths 638 Chapter 5: Strings 695 5.1 String Sorts 702 5.2 Tries 730 5.3 Substring Search 758 5.4 Regular Expressions 788 5.5 Data Compression 810 Chapter 6: Context 853 Index 933 List of Algorithms 954 List of Clients 955 This fourth edition of Robert Sedgewick and Kevin Wayne's Algorithms is one of the most popular textbooks on algorithms today and is widely used in colleges and universities worldwide. The algorithms in this book - including 50 algorithms every programmer should know - represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering and for students who use computation in the liberal arts. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The companion web site, algs4.cs.princeton.edu, contains:An online synopsisFull Java implementationsTest dataExercises and answersDynamic visualizationsLecture slidesProgramming assignments with checklistsLinks to related materialThe MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course, offered each fall and spring, offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their state-of-the-art textbook, online content, and MOOC, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
Verlag: Addison-Wesley Longman, Amsterdam / PEV
Zur Online-Buchhandlung von
buecher
Bewerte das Buch
Absenden
  • Habe ich gelesen
  • Möchte ich noch lesen
  • Lieblingsbücher
  • Wunschliste

Aktuelle Bestseller des Verlags Addison-Wesley Professional

WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL (OpenGL) von Addison-Wesley Professional
WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL (OpenGL)
Paperback
gefunden bei Amazon
59,91 €
Zum Shop
Accelerated C++: Practical Programming by Example (Addison-Wesley C++ In-Depth) von Addison-Wesley Professional
Accelerated C++: Practical Programming by Example (Addison-Wesley C++ In-Depth)
Taschenbuch
gefunden bei Amazon
42,95 €
Zum Shop
Beyond Software Architecture: Creating and Sustaining Winning Solutions: Creating and Sustaining Winning Solutions (Addison Wesley Signature Series) von Addison-Wesley Professional
Beyond Software Architecture: Creating and Sustaining Winning Solutions: Creating and Sustaining Winning Solutions (Addison Wesley Signature Series)
Taschenbuch
gefunden bei Amazon
45,99 €
Zum Shop
Documenting Software Architectures: Views and Beyond (SEI Series in Software Engineering) von Addison-Wesley Professional
Documenting Software Architectures: Views and Beyond (SEI Series in Software Engineering)
Hardcover
gefunden bei Amazon
78,68 €
Zum Shop
OSPF: Anatomy of an Internet Routing Protocol von Addison-Wesley Professional
OSPF: Anatomy of an Internet Routing Protocol
Taschenbuch
gefunden bei Amazon
36,76 €
Zum Shop
Understanding PKI: Concepts, Standards, and Deployment Considerations (paperback)
Understanding PKI: Concepts, Standards, and Deployment Considerations (paperback)
Taschenbuch
gefunden bei Amazon Marketplace
85,00 €
Zum Shop
The TeXbook von Addison-Wesley Professional
The TeXbook
Taschenbuch
gefunden bei Amazon
47,99 €
Zum Shop
Modern C++ Design, Generic Programming and Design Patterns Applied
Modern C++ Design, Generic Programming and Design Patterns Applied
gefunden bei medimops
29,99 €
Zum Shop
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns) (Software Patterns Series) von Addison-Wesley Professional
Design Patterns Explained: A New Perspective on Object-Oriented Design (Software Patterns) (Software Patterns Series)
Paperback
gefunden bei Amazon
58,00 €
Zum Shop
Domain-Specific Languages (Addison-Wesley Signature Series) von Addison-Wesley Professional
Domain-Specific Languages (Addison-Wesley Signature Series)
Hardcover
gefunden bei Amazon
40,91 €
Zum Shop