Algorithms: Commentary

Steven Zeil

Contents:

1 Algorithms

I hate to look a gift horse in the mouth.

All of the algorithms described here are useful. There’s certainly no reason for real programmers to be wasting their time writing yet another binary search function or yet another function to find the largest value in an array.

At the same time, it’s a rather disappointing list compared to the utility algorithms in C++ std, as summarized here or here.