Sell Back Your Copy
For a $0.82 Gift Card
Trade in
Have one to sell? Sell yours here
Ready-to-Run Delphi(r) 3.0 Algorithms
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Ready-to-Run Delphi(r) 3.0 Algorithms [Paperback]

Rod Stephens (Author)
3.3 out of 5 stars  See all reviews (6 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback --  

Book Description

0471254002 978-0471254003 July 6, 1998
All the algorithms you'll ever need for use in your Delphi programs

Ready-to-Run Delphi 3.0 Algorithms

This book/CD package arms you with a library of powerful algorithms completely implemented in Delphi source code. Just as importantly, it shows you when, where, and how to use them, and when you shouldn't use them. You'll find out how to handle just about any design requirement you'll encounter, such as managing data structures, sorting, searching, hashing, networking, and other important program functions.

In plain English, and with the help of sample code and numerous working examples, programming guru Rod Stephens brings you up to speed on algorithm fundamentals, and, with the help of ready-to-run programs that you can use to try out the algorithms, he shows you how to:
* Compare the strengths and weaknesses of different algorithms to select the best one for a particular situation
* Analyze algorithms both theoretically and in real-world situations
* Anticipate performance problems before they become disasters
* Customize algorithms to suit your particular needs
* Effectively use both classical algorithms and the latest object-oriented techniques
* Identify performance bottlenecks where changes can have the greatest impact on speed

The CD-ROM supplies you with:
* Delphi source code for all the algorithms described in the book
* Test programs to try them out
* A library of important algorithms you can use immediately without wasting valuable programming time

Visit the author's comprehensive Delphi site at :www.delphi-helper.com

Customers Who Viewed This Item Also Viewed


Editorial Reviews

From the Publisher

More programmers are turning to Delphi, an object-oriented version of Pascal, because it's much easier to use than C and C++. And because Delphi is visual, Visual Basic programmers are also making the painless transition and enjoying the benefits of Delphi's greater speed. Whether or not database developers already know Delphi and/or Visual Basic, this comprehensive handbook will be a salvation. In the book and on the accompanying CD-ROM, algorithms specialist Kenneth Stephens guides readers toward faster and more useable programs using Delphi algorithms.

From the Back Cover

All the algorithms you'll ever need for use in your Delphi programs

Ready-to-Run Delphi 3.0 Algorithms

This book/CD package arms you with a library of powerful algorithms completely implemented in Delphi source code. Just as importantly, it shows you when, where, and how to use them, and when you shouldn't use them. You'll find out how to handle just about any design requirement you'll encounter, such as managing data structures, sorting, searching, hashing, networking, and other important program functions.

In plain English, and with the help of sample code and numerous working examples, programming guru Rod Stephens brings you up to speed on algorithm fundamentals, and, with the help of ready-to-run programs that you can use to try out the algorithms, he shows you how to:
* Compare the strengths and weaknesses of different algorithms to select the best one for a particular situation
* Analyze algorithms both theoretically and in real-world situations
* Anticipate performance problems before they become disasters
* Customize algorithms to suit your particular needs
* Effectively use both classical algorithms and the latest object-oriented techniques
* Identify performance bottlenecks where changes can have the greatest impact on speed

The CD-ROM supplies you with:
* Delphi source code for all the algorithms described in the book
* Test programs to try them out
* A library of important algorithms you can use immediately without wasting valuable programming time

Visit the author's comprehensive Delphi site at :www.delphi-helper.com

Product Details

  • Paperback: 416 pages
  • Publisher: Wiley (July 6, 1998)
  • Language: English
  • ISBN-10: 0471254002
  • ISBN-13: 978-0471254003
  • Product Dimensions: 9.1 x 7.5 x 0.9 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 3.3 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #1,964,972 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (1)
4 star:
 (3)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.3 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 12 people found the following review helpful:
2.0 out of 5 stars Nice try but sloppily tech edited, January 15, 1999
By A Customer
This review is from: Ready-to-Run Delphi(r) 3.0 Algorithms (Paperback)
I really wanted to like this book mainly because there has been nothing like it for Delphi. The algorithms hare handled competently enough and the breadth is all one could ask for in an introductory book. The code however is pretty bad. It shows that Mr Stephens converted it from Visual Basic and that he doesn't have enough Delphi knowledge (eg using / instead of div, integers are NOT 2 bytes). It isn't Ready-To-Run by any stretch of the imagination. There are some annoying lapses in the text as well (a nice chapter on hash tables but nothing about hash functions?). As far as I can tell no tech editing was done and it shows. Nice try.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 10 people found the following review helpful:
1.0 out of 5 stars A very deceiving book, September 7, 2001
By 
P. Bruno (Montréal, QC Canada) - See all my reviews
(REAL NAME)   
This review is from: Ready-to-Run Delphi(r) 3.0 Algorithms (Paperback)
Having read excellent John Wiley books in the past, I had great expectations from Ready-to-Run Delphi 3.0 Algorithms. Unfortunately, this book is far from being a good book. First of all, the author, Rod Stephens, is not a Delphi programmer. He merely ported, or more precisely attempted to port, one of his previous Visual Basic books to Delphi. Several Delphi code listings contain code that is... Visual Basic code!

Furthermore, the title is totally inappropriate: none of the supplied code is "ready-to-run." In part because it contains too many errors, but more importantly because the sample code is too academic to be really useful in a real life application.

Do not waste your money on this title.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
4.0 out of 5 stars A great book for everyone who appreciates CS, February 4, 1999
By A Customer
This review is from: Ready-to-Run Delphi(r) 3.0 Algorithms (Paperback)
This book has an excellent collection of classic and modern computer science algorithms. Unlike many other similar books, Rod Stephens (the author) goes deep into every topic. For example, under "searching" most books write about why do we need searching, describe exhaustive searching, and then finish with binary search, saying "look: we can search among 16 items with only 4 comparisons, - is that cool or what?!" On the other hand, here is what "Ready to Run Delphi 3.0 algorithms" has under "searching": exhaustive search, searching sorted lists, searching linked lists, binary search, interpolation search, string data, hunting and searching, binary hunt and search, interpolative hunt and search. The chapters are Fundamental Concepts, Lists, Stacks and Queues, Arrays, Recursion, Trees, Balanced Trees, Decision Trees, Sorting, Searching, Hashing, Network Algorithms, and OO Techniques. I gave 4 out of 5 rating because although there is a lot of stuff in there, some important algorithms are missing. Minimax discussion is not followed by alpha-beta pruning. Heuristics, probably the most interesting part of decision trees (at least to me) is barely touched and no sample code is given. To summarize, this book' material is what I went to university for.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject