Sie sind auf Seite 1von 2

9/19/2014 Algorithms in C++ -- Sedgewick

http://www3.cs.stonybrook.edu/~algorith/implement/sedgewick/implement.shtml 1/2

About the Book
The Stony Brook Algorithm Repository
Steven Skiena
Stony Brook University
Dept. of Computer Science
Algorithms in C++ -- Sedgewick
Sedgewick's popular algorithms text Algorithms in C++ comes in several different language editions, including C, C++, and
Modula-3. It distinguishes itself through the use of algorithm animation, and in its broad topic coverage, including
numerical, string, and geometric algorithms.
The language specific parts of the text consist of many small code fragments, instead of full programs or subroutines. Thus
they are best used as models rather than full implementations.
The program fragments from the C++ edition have been made available from http://heg-
school.aw.com/cseng/authors/sedgewick/algo-in-c++/algo-in-c++.html
Robert Sedgewick's Webpage (contains source code from his recent books)
Problem Links

Robust Geometric Primitives (3)

Arbitrary Precision Arithmetic (3)

Random Number Generation (3)

Range Search (3)

Sorting (3)

String Matching (3)
By Language By Problem Algorithm Links
9/19/2014 Algorithms in C++ -- Sedgewick
http://www3.cs.stonybrook.edu/~algorith/implement/sedgewick/implement.shtml 2/2

Topological Sorting (3)

Discrete Fourier Transform (2)

Linear Programming (2)

Matching (2)

Minimum Spanning Tree (2)
This page last modified on 2008-07-10 .
www.algorist.com

Das könnte Ihnen auch gefallen