|Listed in category:
Have one to sell?

Introduction to Algorithms, Second Edition by Cormen, Thomas H|Leiserson, Cha…

US $19.91
ApproximatelyAU $29.90
Condition:
Good
Satisfaction Guaranteed! 100% Money Back Guarantee.Book is in typical used-Good Condition. Will show ... Read moreabout condition
Breathe easy. Free returns.
Postage:
US $3.97 (approx. AU $5.96) Economy Shipping. See detailsfor delivery
Located in: Multiple Locations, United States
Delivery:
Estimated between Fri, 28 Jun and Wed, 3 Jul to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the postage service selected, the seller's postage history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30-day returns. Seller pays for return postage. See details- for more information about returns
Payments:
     

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:284247609828
Last updated on 25 Jun, 2024 07:18:53 AESTView all revisionsView all revisions

Item specifics

Condition
Good
A book that has been read but is in good condition. Very minimal damage to the cover including scuff marks, but no holes or tears. The dust jacket for hard covers may not be included. Binding has minimal wear. The majority of pages are undamaged with minimal creasing or tearing, minimal pencil underlining of text, no highlighting of text, no writing in margins. No missing pages. See the seller’s listing for full details and description of any imperfections. See all condition definitionsopens in a new window or tab
Seller notes
“Satisfaction Guaranteed! 100% Money Back Guarantee.Book is in typical used-Good Condition. Will ...
ISBN
9780070131514
Subject Area
Computers, Mathematics
Publication Name
Introduction to Algorithms
Publisher
McGraw-Hill Higher Education
Item Length
9.3 in
Subject
Programming / Algorithms, Algebra / General
Publication Year
2001
Type
Textbook
Format
Hardcover
Language
English
Item Height
2.3 in
Author
Ronald L. Rivest, Charles E. Leiserson, Thomas H. Cormen, Clifford Stein
Item Weight
83.4 Oz
Item Width
8.2 in
Number of Pages
1056 Pages

About this product

Product Information

The updated new edition of the classic Introduction to Algorithms is intended primarily for use in undergraduate or graduate courses in algorithms or data structures. Like the first edition, this text can also be used for self-study by technical professionals since it discusses engineering issues in algorithm design as well as the mathematical aspects. In its new edition, Introduction to Algorithms continues to provide a comprehensive introduction to the modern study of algorithms. The revision has been updated to reflect changes in the years since the book's original publication. New chapters on the role of algorithms in computing and on probabilistic analysis and randomized algorithms have been included. Sections throughout the book have been rewritten for increased clarity, and material has been added wherever a fuller explanation has seemed useful or new information warrants expanded coverage. As in the classic first edition, this new edition of Introduction to Algorithms presents a rich variety of algorithms and covers them in considerable depth while making their design and analysis accessible to all levels of readers. Further, the algorithms are presented in pseudocode to make the book easily accessible to students from all programming language backgrounds. Each chapter presents an algorithm, a design technique, an application area, or a related topic. The chapters are not dependent on one another, so the instructor can organize his or her use of the book in the way that best suits the course's needs. Additionally, the new edition offers a 25% increase over the first edition in the number of problems, giving the book 155 problems and over 900 exercises that reinforcethe concepts the students are learning.

Product Identifiers

Publisher
McGraw-Hill Higher Education
ISBN-10
0070131511
ISBN-13
9780070131514
eBay Product ID (ePID)
30505

Product Key Features

Number of Pages
1056 Pages
Publication Name
Introduction to Algorithms
Language
English
Subject
Programming / Algorithms, Algebra / General
Publication Year
2001
Type
Textbook
Author
Ronald L. Rivest, Charles E. Leiserson, Thomas H. Cormen, Clifford Stein
Subject Area
Computers, Mathematics
Format
Hardcover

Dimensions

Item Height
2.3 in
Item Weight
83.4 Oz
Item Length
9.3 in
Item Width
8.2 in

Additional Product Features

Edition Number
2
LCCN
2001-031277
Dewey Edition
22
Target Audience
College Audience
Illustrated
Yes
Dewey Decimal
005.1
Lc Classification Number
Qa76.6
Table of Content
Preface I Foundations 1 The Role of Algorithms in Computing 2 Getting Started 3 Growth of Functions 4 Recurrences 5 Probabilistic Analysis and Randomized Algorithms II Sorting and Order Statistics 6 Heapsort 7 Quicksort 8 Sorting in Linear Time 9 Medians and Order Statistics III Data Structures 10 Elementary Data Structures 11 Hash Table 12 Binary Search Trees 13 Red-Black Trees 14 Augmenting Data Structures IV Advanced Design and Analysis Techniques 15 Dynamic Programming 16 Greedy Algorithms 17 Amortized Analysis V Advanced Data Structures 18 B-Trees 19 Binomial Heaps 20 Fibonacci Heaps 21 Data Structures for Disjoint Sets VI Graph Algorithms 22 Elementary Graph Algorithms 23 Minimum Spanning Trees 24 Single-Source Shortest Paths 25 All-Pairs Shortest Paths 26 Maximum Flow VII Selected Topics 27 Sorting Networks 28 Matrix Operations 29 Linear Programming 30 Polynomials and the FFT 31 Number-Theoretic Algorithms 32 String Matching 33 Computational Geometry 34 NP-Completeness 35 Approximation Algorithms VIII Appendix: Mathematical Background A Summations B Sets, Etc. C Counting and Probability Bibliography Index (created by the authors)
Copyright Date
2002

Item description from the seller

AMA - BOOKS

AMA - BOOKS

96.4% positive Feedback
24K items sold
Joined Jul 2018

Detailed seller ratings

Average for the last 12 months

Accurate description
4.8
Reasonable postage costs
4.8
Postage speed
4.9
Communication
4.8

Seller Feedback (4,039)

y***t (1552)- Feedback left by buyer.
Past month
Verified purchase
Light-speed shipping, excellent packing skills and superb communication! A+ Ebayer, quality!
5***i (35)- Feedback left by buyer.
Past 6 months
Verified purchase
Item came as described! $4 shipping it should have come a little faster but experience was good. Will do business again with this seller!
o***l (17)- Feedback left by buyer.
Past 6 months
Verified purchase
Excellent seller, response and fast shipping. Product exactly as advertised. I recommend it to everyone.

Product ratings and reviews

5.0
6 product ratings
  • 6 users rated this 5 out of 5 stars
  • 0 users rated this 4 out of 5 stars
  • 0 users rated this 3 out of 5 stars
  • 0 users rated this 2 out of 5 stars
  • 0 users rated this 1 out of 5 stars

Would recommend

Good value

Compelling content

Most relevant reviews

  • solid MATH book

    This book is excellent if it is used by it's "intended" audience for it's original purpose. Its intended audience seems to be people with a strong math background who want to understand algorithms enough to develop their own or read through all that technical literature on new algorithms. This book could give someone the foundation necessary to do that, and that's why it's excellent. On the other side of the coin, if you are looking for a practical, how-to type book, this isn't it. I recommend Algorithms for C++ or one of Sedgeweck's works. There is also some basic search and sort stuff on GameDev.net and Gamasutra.com, built for game developers, but having info useful for all. So, remember what i didn't know when i bought it: this is a GREAT ...

  • Good value

    Great value for a great programming book.

    Verified purchase: YesCondition: Pre-ownedSold by: gizmohut

  • very good

    Tell the community about your experience using the Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson and Ronald L. Rivest (2001, Hardcover). I need this book. That is a very good book. And I will send this book to my younger classmatter.