Todo

This is completely in draft mode now and is at best in placeholder status. No revisions please.

10.3. Linear Searching

In this section, we’ll take a look at how to search for a value in an array. Although a fairly straightforward topic, it is one that comes up repeatedly in programming.

These examples make use of arrays and loops, not to mention functions (for putting it all together). You’ll also begin to see greater use of the return statement and return values (the results of functions).

Table Of Contents

Previous topic

10.2. Musical Scales and Arrays

Next topic

10.4. Sorting Algorithms

This Page