Skip to content

Algorithms in C++

Best in textbook rentals since 2012!

ISBN-10: 0201849380

ISBN-13: 9780201849387

Edition: 3rd 2020 (Revised)

Authors: Robert Sedgewick

List price: $59.95
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Algorithms in C++ contains over 1000 new exercises to help students learn the properties of algorithms with a greater emphasis on abstract data types, modular programming, object oriented programming and C++ classes.
Customers also bought

Book details

List price: $59.95
Edition: 3rd
Copyright year: 2020
Publisher: Addison-Wesley Longman, Incorporated
Binding: Hardcover
Pages: 1312
Size: 5.91" wide x 9.84" long x 0.59" tall
Weight: 0.550
Language: English

Fundamentals
Introduction
C++ (and C)
Elementary Data Structures
Trees
Recursion
Analysis of Algorithms
Implementation of Algorithms
Sorting Algorithms
Elementary Sorting Methods
Quicksort
Radix Sorting
Priority Queues
Mergesort
External Sorting
Searching Algorithms
Elementary Searching Methods
Balanced Trees
Hashing
Radix Searching
External Searching
String Processing
String Searching
Pattern Matching
Parsing
File Compression
Cryptology
Geometric Algorithms
Elementary Geometric Methods
Finding the Convex Hull
Range Searching
Geometric Intersection
Closest-Point Problems
Graph Algorithms
Elementary Graph Algorithms
Connectivity
Weighted Graphs
Directed Graphs
Network Flow
Matching
Mathematical Algorithms
Random Numbers
Arithmetic
Gaussian Elimination
Curve Fitting
Integration
Advanced Topics
Parallel Algorithms
The Fast Fourier Transform
Dynamic Programming
Linear Programming
Exhaustive Search
NP-Complete Problems
Index