Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: Andrew Koenig

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Abstractions For Binary Search, Part 10: Putting It All Together

Dr. Dobb's JournalAndrew Koenig
December 22, 2014

After the discussions of the last few weeks, we are finally ready to build our test cases. - C/C++

Farewell, Dr. Dobb's

Dr. Dobb's JournalAndrew Binstock
December 16, 2014

After 38 years of glory, the long run of Dr. Dobb's has come to an end. - Design

Abstractions For Binary Search, Part 9: What Do We Need to Test?

Dr. Dobb's JournalAndrew Koenig
December 16, 2014

Many people confuse the idea of a test case working correctly with the idea of a program producing correct output. - C/C++

Abstractions for Binary Search, Part 8: What Does It Mean To Say "It Works?"

Dr. Dobb's JournalAndrew Koenig
December 09, 2014

Last week, we talked in general terms about how to test a binary-search function. Now let's get specific. - C/C++

Abstractions For Binary Search, Part 7: Choosing Test Cases

Dr. Dobb's JournalAndrew Koenig
December 03, 2014

Binary search is a particularly instructive algorithm to figure out how to test. - C/C++

Abstractions For Binary Search, Part 6: How On Earth Do You Test It?

Dr. Dobb's JournalAndrew Koenig
November 24, 2014

We will reduce a substantial part of our problem to calling these two functions repeatedly with suitably chosen test cases and verifying that they return the same results. - C/C++

Abstractions For Binary Search, Part 5: Getting Down to Details

Dr. Dobb's JournalAndrew Koenig
November 13, 2014

It's hard to imagine how this code could be much simpler. However, we don't actually know whether it works. - C/C++

Invariants for Binary Search, Part 4: Using The Improved Abstractions

Dr. Dobb's JournalAndrew Koenig
November 10, 2014

We continue our discussion of how to implement our binary search in an n-element sequence. - C/C++

Invariants for Binary Search, Part 3: Improving Our Abstractions

Dr. Dobb's JournalAndrew Koenig
October 31, 2014

With this abstraction under our belts, we can proceed to write code. If you're interested, you might like to do so for yourself before I show you the details next week. - C/C++

Invariants for Binary Search, Part 2: Refining The Specifications

Dr. Dobb's JournalAndrew Koenig
October 22, 2014

This week, we will try to define more carefully the problem we would like to solve before leaping into the solution. - C/C++

1 2 3 4 5 6 7 8 9 10 Next