Try http://www.adapower.com . The Booch Components is a good start for this kind of thing. > -----Original Message----- > From: Colin Brown [SMTP:[log in to unmask]] > Sent: Friday, September 29, 2000 3:29 AM > To: [log in to unmask] > Subject: Sorting Algorithms > > Hi all, > > I am in my second semester of my first year in Comp Sci. and > I am looking for a great book and sorting and searching algorithms in > Ada95 > more on sorting then anything. i have portfolio assignment on the analysis > of these and others. > i have found a lot of books in C/C++ in regards to this subject > but not many on Ada95. > > in particular the: > > AVL-tree sort > Binary tree sort > exchange sort(array) > general tree sort > hash table sort > heap sort (array) > insertion sort (linear linked list) > merge_sort (array and linear linked list) > quadratic selection sort(have no idea about this one) > radix sort > shell sort > > > Any help on the books or where i can find the code is much appreciated > > > regards > > Col