๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching

โœ Scribed by Robert Sedgewick


Publisher
Addison-Wesley Professional
Year
1998
Tongue
English
Leaves
706
Series
Algorithms in C, / Robert Sedgewick ; Pt. 1-4
Edition
3ed.
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


''This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of..''
- Steve Summit, author of
C Programming FAQs

Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) chunks that can be easily understood is a real plus. The figures, programs, and tables are a significant contribution to the learning experience of the reader; they make this book distinctive.
- William A. Ward, University of South Alabama

Robert Sedgewick has thoroughly rewritten and substantially expanded his popular work to provide current and comprehensive coverage of important algorithms and data structures. Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 250,000 programmers!

This particular book, Parts 1-4, represents the essential first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The algorithms and data structures are expressed in concise implementations in C, so that you can both appreciate their fundamental properties and test them on real applications. Of course, the substance of the book applies to programming in any language.

Highlights

  • Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures
  • Greater emphasis on abstract data types (ADTs) than in previous editions
  • Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations
  • New implementations of binomial queues, multiway radix sorting, Batcher's sorting networks, randomized BSTs, splay trees, skip lists, multiway tries, and much more
  • Increased quantitative information about the algorithms, including extensive empirical studies and basic analytic studies, giving you a basis for comparing them
  • Over 1000 new exercises to help you learn the properties of algorithms

Whether you are a student learning the algorithms for the first time or a professional interested in having up-to-date reference material, you will find a wealth of useful information in this book.


๐Ÿ“œ SIMILAR VOLUMES


Algorithms in C++, Parts 1-4: Fundamenta
โœ Sedgewick, Robert;Wyk, Christopher J Van ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

Robert Sedgewick has thoroughly rewritten and substantially expanded and updated his popular work to provide current and comprehensive coverage of important algorithms and data structures. Christopher Van Wyk and Sedgewick have developed new C++ implementations that both express the methods in a con

Algorithms in C++, Parts 1-4: Fundamenta
โœ Sedgewick, Robert;Wyk, Christopher J Van ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

Robert Sedgewick has thoroughly rewritten and substantially expanded and updated his popular work to provide current and comprehensive coverage of important algorithms and data structures. Christopher Van Wyk and Sedgewick have developed new C++ implementations that both express the methods in a con

Algorithms in C++, Parts 1-4: Fundamenta
โœ Robert Sedgewick ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

The book always interprets each algorithm in English that cannot be easily understood. Sometime, after taking time to have understood the algorithm by myself, I found its english in this book is in a so a weird expression that even make the algorithm more confusing. At most time, the interpretation

Algorithms in C++, Parts 1-4: Fundamenta
โœ Robert Sedgewick ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

<p>Robert Sedgewick has thoroughly rewritten and substantially expanded and updated his popular work to provide current and comprehensive coverage of important algorithms and data structures. Christopher Van Wyk and Sedgewick have developed new C++ implementations that both express the methods in a