Algorithms by Robert Sedgewick and Kevin Wayne (2011, Hardcover)

andyfsells
(293)
Gewerblich
Angemeldet als gewerblicher Verkäufer
US $40,00
Ca.EUR 34,42
oder Preisvorschlag
Artikelzustand:
Gut
Versand:
US $6,72 (ca. EUR 5,78) USPS Media MailTM.
Standort: Southington, Connecticut, USA
Lieferung:
Lieferung zwischen Do, 20. Nov und Di, 25. Nov nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
Keine Rücknahme.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:406369720524

Artikelmerkmale

Artikelzustand
Gut: Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr ...
ISBN
9780321573513
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
032157351X
ISBN-13
9780321573513
eBay Product ID (ePID)
15038301573

Product Key Features

Number of Pages
976 Pages
Language
English
Publication Name
Algorithms
Publication Year
2011
Subject
Programming / Algorithms, Algebra / General, Software Development & Engineering / Systems Analysis & Design
Type
Textbook
Author
Robert Sedgewick, Kevin Wayne
Subject Area
Mathematics, Computers
Format
Hardcover

Dimensions

Item Height
1.6 in
Item Weight
56 Oz
Item Length
9.2 in
Item Width
7.6 in

Additional Product Features

Edition Number
4
Intended Audience
Scholarly & Professional
LCCN
2011-000707
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.1
Table Of Content
Chapter 1: Fundamentals 1.1 Programming Model 1.2 Data Abstraction 1.3 Queues, Stacks, and Bags 1.4 Analysis of Algorithms 1.5 Case Study: Union-Find Chapter 2: Sorting 2.1 Elementary Sorts 2.1 Elementary Sorts 2.2 Mergesort 2.3 Quicksort 2.4 Priority Queues 2.5 Applications Chapter 3: Searching 3.1 Symbol Tables 3.1 Symbol Tables 3.2 Binary Search Trees 3.3 Balanced Search Trees 3.4 Hash Tables 3.5 Applications Chapter 4: Graphs 4.1 Undirected graphs 4.1 Undirected graphs 4.2 Directed graphs 4.3 Minimum Spanning Trees 4.4 Shortest Paths Chapter 5: Strings 5.1 String Sorts 5.1 String Sorts 5.2 Tries 5.3 Substring Search 5.4 Regular Expressions 5.5 Data Compression Context Systems Programming Systems Programming Scientific Computing Commercial Applications Operations Research Intractability Index
Synopsis
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., The leading introduction to computer algorithms in use today, including fifty algorithms every programmer should know Princeton Computer Science professors, Robert Sedgewick and Kevin Wayne, survey the most important computer algorithms in use and of interest to anyone working in science, mathematics, and engineering, and those who use computation in the liberal arts. They provide a full treatment of data structures and algorithms for key areas that enable you to confidently implement, debug, and put them to work in any computational environment. Fundamentals: Basic programming models Data abstraction Bags, queues, and stacks Analysis of algorithms Sorting Elementary sorts Mergesort Quicksort Priority queues Applications Graphs Undirected graphs Directed graphs Minimum spanning trees Shortest paths Strings String sorts Tries Substring search Regular expressions Data compression These algorithms are generally ingenious creations that, remarkably, can each be expressed in just a dozen or two lines of code. As a group, they represent problem-solving power of amazing scope. They have enabled the construction of computational artifacts, the solution of scientific problems, and the development of commercial applications that would not have been feasible without them., 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., This 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.
LC Classification Number
QA76.9.A43

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.

Info zu diesem Verkäufer

andyfsells

100% positive Bewertungen1.039 Artikel verkauft

Mitglied seit Nov 2022
Antwortet meist innerhalb 12 Stunden
Angemeldet als gewerblicher Verkäufer
Hello!Welcome to andyfsells. I sell anything from Books, DVDs, Board Games and Collectibles. New items are added weekly. I appreciate your business.NO RETURNS /REFUNDS.
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.8
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (306)

Alle Bewertungenselected
Positiv
Neutral
Negativ
  • 0***5 (656)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    The product was in the exact condition described and arrived on time. I will definitely keep this seller in mind for future purchases.
  • e***a (53)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Shipped fast! Excellent value. Will buy from again! A+++ seller.
  • 1***1 (4)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Exactly what I ordered. Shipped in a timely manner. Seller was very quick to respond.

Produktbewertungen & Rezensionen

4.7
3 Produktbewertungen
  • 2 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 1 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content

Relevanteste Rezensionen

  • Important for Computer Science students

    Picked up for my Computer Science Data Structures and Algorithms Course. Haven't really used it but since the content of the course is based on it and the course is very good, it is a good textbook. One of the most important things to know for a Computer Science career.

    Bestätigter Kauf: JaZustand: NeuVerkauft von: mjcmicrodevel

  • Good stuff for a reasonable price

    The international edition is good and just like they say the content is the same as the US edition. But it would be great if the table of contents itself is in English; it’s in Chinese and I can’t read it. But otherwise, it’s great!

    Bestätigter Kauf: JaZustand: NeuVerkauft von: textsupply

  • Get this book!

    The book is highly valuable for self taught programmers looking to take their skillset to a level of expertise. For me this book is akin to the holy scriptures, study it, know it, live by it.

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: seruzu-47