Sunday, January 14, 2007
Mastering Algorithms with C
Mastering Algorithms with C (Mastering) by Kyle Loudon. Written with the intermediate to advanced C programmer in mind, Mastering Algorithms with C delivers a no-nonsense guide to the most common algorithms needed by real-world developers.The highlight of the book has to be its concise and readable C functions for all the algorithms presented here, including basics like linked lists, stacks to trees, graphs, and sorting/searching algorithms. The C functions that implement these algorithms are clearly printed and remarkably easy to read. You can use this sample code directly or adapt it into your C/C++ code. Although mathematical concepts like Big-O notation are discussed, the authors don't get bogged down in the computer science theory surrounding algorithms. Instead, they present the most tried-and-true algorithms available today in an efficient format. Besides introducing each algorithm, they describe how each is used in computing today, along with a short demo application. Some of these samples are quite low-level, such as a virtual memory manager implemented with linked lists. Most examples are more of general interest, such as a graphing example that counts network hops. Each section ends with questions and answers about how the algorithms work, along with references to other algorithms (both in the book and from other sources). The authors concentrate on the most useful algorithms available today and don't try to cover every available variation. Busy readers will appreciate the intelligent selection--and efficient presentation--used here.There are a number of books on C algorithms, but Master Algorithms with C is one of the most concise and immediately useful. It's a perfect choice for the working C/C++ programmer who's in a hurry to find just the right algorithm for writing real-world code. --Richard DraganTopics covered: Algorithm efficiency, pointer basics, arrays, recursion, Big-O Notation, linked lists, stacks, queues, sets, hash tables, trees and B-trees, searching, heaps and priority queues, graphs, sorting and searching algorithms, numerical methods, data compression, Huffman coding, LZ77, data encryption, DES, RSA, graph algorithms, minimum spanning trees, geometric algorithms, and convex hulls link.
Subscribe to:
Post Comments (Atom)
Translate This PAGE TO LANGUAGE U UNDERSTAND
Disclaimer: This site was created as a service to those
learning programming that might not have the resources available to
purchase books. Let's face it...books are expensive. It is not
the purpose of this site to infringe on any author's rights.
If you are an author, and a book of yours is listed here, and
it is not your intention to make it freely available, please contact
me mahaveerchand-dot-jain at gmail.com and the link will be removed.
I do not host any of these books nor do I have any control over those
hosting them. I am merely listing links that I have found from numerous
Google searches.Webmaster of this site is not responsible to any damage
of property to the owner of the ebook
No comments:
Post a Comment