Book Description
An extensively revised edition of a mathematically rigorous yet accessible introduction to algorithms.
Author : Thomas H Cormen
Publisher : MIT Press
Page : 1216 pages
File Size : 28,31 MB
Release : 2001
Category : Computers
ISBN : 9780262032933
An extensively revised edition of a mathematically rigorous yet accessible introduction to algorithms.
Author : George T. Heineman
Publisher : "O'Reilly Media, Inc."
Page : 366 pages
File Size : 36,50 MB
Release : 2008-10-14
Category : Computers
ISBN : 1449391133
Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs -- with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will: Solve a particular coding problem or improve on the performance of an existing solution Quickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to use Get algorithmic solutions in C, C++, Java, and Ruby with implementation tips Learn the expected performance of an algorithm, and the conditions it needs to perform at its best Discover the impact that similar design decisions have on different algorithms Learn advanced data structures to improve the efficiency of algorithms With Algorithms in a Nutshell, you'll learn how to improve the performance of key algorithms essential for the success of your software applications.
Author : Saumyendra Sengupta
Publisher : Springer
Page : 719 pages
File Size : 23,70 MB
Release : 2012-12-06
Category : Computers
ISBN : 1461226368
This book provides a broad coverage of fundamental and advanced con cepts of data structures and algorithms. The material presented includes a treatment of elementary data structures such as arrays, lists, stacks, and trees, as well as newer structures that have emerged to support the process ing of multidimensional or spatial data files. These newer structures and algorithms have received increasing attention in recent years in conjunc tion with the rapid growth in computer-aided design, computer graphics, and related fields in which multidimensional data structures are of great interest. Our main objective is to mesh the underlying concepts with application examples that are of practical use and are timely in their implementations. To this end, we have used mainly the Abstract Data Structure (or Abstract Data Type (ADT)) approach to define structures for data and operations. Object-oriented programming (OOP) methodologies are employed to im plement these ADT concepts. In OOP, data and operations for an ADT are combined into a single entity (object). ADTs are used to specifiy the objects-arrays, stacks, queues, trees, and graphs. OOP allows the pro grammer to more closely mimic the real-world applications. This OOP is more structured and modular than previous attempts. OOP has become de facto state-of-the-art in the 1990s.
Author : Robert Sedgewick
Publisher : Dissertations-G
Page : 368 pages
File Size : 42,84 MB
Release : 1980
Category : Computers
ISBN :
Author : Herong Yang
Publisher : HerongYang.com
Page : 154 pages
File Size : 31,82 MB
Release : 2008-01-01
Category : Computers
ISBN :
This book is a collection of notes and sample codes written by the author while he was learning sorting algorithms. Topics include introduction of sorting algorithms: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quicksort, Selection Sort, Shell Sort; Sorting algorithm implementations in Java, PHP, Perl and Python; Sorting algorithm performance comparison. Updated in 2024 (Version v6.12) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Sort.
Author : Grady Booch
Publisher : Addison-Wesley Professional
Page : 580 pages
File Size : 24,50 MB
Release : 1994
Category : Computers
ISBN : 9780805306088
Provides complete coverage of the Ada language and Ada programming in general by recognized authorities in Ada software engineering. Demonstrates the power and performance of Ada in the management of large-scale object-oriented systems, and shows how to use Ada features such as generics, packages, and tasking.
Author : Richard E. Neapolitan
Publisher : Jones & Bartlett Learning
Page : 647 pages
File Size : 32,16 MB
Release : 2011
Category : Computers
ISBN : 0763782505
Data Structures & Theory of Computation
Author : Greg Wilson
Publisher : "O'Reilly Media, Inc."
Page : 621 pages
File Size : 29,9 MB
Release : 2007-06-26
Category : Computers
ISBN : 0596554672
How do the experts solve difficult problems in software development? In this unique and insightful book, leading computer scientists offer case studies that reveal how they found unusual, carefully designed solutions to high-profile projects. You will be able to look over the shoulder of major coding and design experts to see problems through their eyes. This is not simply another design patterns book, or another software engineering treatise on the right and wrong way to do things. The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules. This book contains 33 chapters contributed by Brian Kernighan, KarlFogel, Jon Bentley, Tim Bray, Elliotte Rusty Harold, Michael Feathers,Alberto Savoia, Charles Petzold, Douglas Crockford, Henry S. Warren,Jr., Ashish Gulhati, Lincoln Stein, Jim Kent, Jack Dongarra and PiotrLuszczek, Adam Kolawa, Greg Kroah-Hartman, Diomidis Spinellis, AndrewKuchling, Travis E. Oliphant, Ronald Mak, Rogerio Atem de Carvalho andRafael Monnerat, Bryan Cantrill, Jeff Dean and Sanjay Ghemawat, SimonPeyton Jones, Kent Dybvig, William Otte and Douglas C. Schmidt, AndrewPatzer, Andreas Zeller, Yukihiro Matsumoto, Arun Mehta, TV Raman,Laura Wingerd and Christopher Seiwald, and Brian Hayes. Beautiful Code is an opportunity for master coders to tell their story. All author royalties will be donated to Amnesty International.
Author : Tom Jenkyns
Publisher : Springer Science & Business Media
Page : 424 pages
File Size : 10,49 MB
Release : 2012-10-16
Category : Computers
ISBN : 1447140699
This textbook provides an engaging and motivational introduction to traditional topics in discrete mathematics, in a manner specifically designed to appeal to computer science students. The text empowers students to think critically, to be effective problem solvers, to integrate theory and practice, and to recognize the importance of abstraction. Clearly structured and interactive in nature, the book presents detailed walkthroughs of several algorithms, stimulating a conversation with the reader through informal commentary and provocative questions. Features: no university-level background in mathematics required; ideally structured for classroom-use and self-study, with modular chapters following ACM curriculum recommendations; describes mathematical processes in an algorithmic manner; contains examples and exercises throughout the text, and highlights the most important concepts in each section; selects examples that demonstrate a practical use for the concept in question.
Author : Donald C. Benson
Publisher : Oxford University Press, USA
Page : 346 pages
File Size : 28,16 MB
Release : 2000
Category : Mathematics
ISBN : 9780195139198
A brilliant introduction to the pleasures of mathematical thinking, this book attempts to convey to general readers the feeling of eureka--the joy of discovery--that mathematicians feel when they first encounter an elegant truth. 92 line illustrations.