Mastering Algorithms with C

Paperback Engels 1999 9781565924536
Gratis verzonden | Verwachte levertijd ongeveer 16 werkdagen

Samenvatting

There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques.
Implementations, as well as interesting, real-world examples of each data structure and algorithm, are included.
Using both a programming style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical analysis, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth.
Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters.
Contents include:

-Pointers
-Recursion
-Analysis of algorithms
-Data structures (lists, stacks, queues, sets, hash tables, trees, heaps, priority queues, graphs)
-Sorting and searching
-Numerical methods
-Data compression
-Data encryption
-Graph algorithms
-Geometric algorithms

Specificaties

ISBN13:9781565924536
Trefwoorden:C
Taal:Engels
Bindwijze:paperback
Aantal pagina's:558
Uitgever:O'Reilly
Verschijningsdatum:20-8-1999
Hoofdrubriek:IT-management / ICT

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Over Kyle Loudon

Kyle Loudon is a software developer at Yahoo! where he leads a group doing user interface development. Some of Kyle's experiences prior to joining Yahoo! include working on the user interface for the original Apple iPod, writing software for various other mobile devices, and leading the user interface group at Jeppesen Dataplan (a Boeing company) in the development of a flight planning system used by airlines around the world. He also spent a small amount of time with IBM in the early 1990s. For several years, he has taught object-oriented programming part-time at the University of California, Santa Cruz while working as a software developer in Silicon Valley. Kyle received a B.S. in Computer Science from Purdue University in 1992 with a minor in French, and was elected there to the Phi Beta Kappa honor society. He has also done some advanced education in Computer Science at Stanford University.

Andere boeken door Kyle Loudon

Inhoudsopgave

Preface Part I: Preliminaries Chapter 1: Introduction Chapter 2: Pointer Manipulation Chapter 3: Recursion Chapter 4: Analysis of Algorithms Part II: Data Structures Chapter 5: Linked Lists Chapter 6: Stacks and Queues Chapter 7: Sets Chapter 8: Hash Tables Chapter 9: Trees Chapter 10: Heaps and Priority Queues Chapter 11: Graphs Part III: Algorithms Chapter 12: Sorting and Searching Chapter 13: Numerical Methods Chapter 14: Data Compression Chapter 15: Data Encryption Chapter 16: Graph Algorithms Chapter 17: Geometric Algorithms Colophon

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Mastering Algorithms with C