Next topic | Ada Home Page | Index

Searching and Sorting

Arrays are often used to hold information on a large number of items.

Thus it is important to know how to search through an array, and to sort an array. There are many standard algorithms for each of these.

We look at the two main searching algorithms:

Then we look at two of the many standard sorting algorithms:

After studying these algorithms, we look at how to compare algorithms, so you will be able to choose the best algorithm for each situation.


Next topic | Ada Home Page | Index
c-lokan@adfa.oz.au / 21 Feb 96