Re: Algorithm help for unique string searching/counting within an array.
- From: Louis Krupp <lkrupp@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 May 2006 12:47:55 -0600
Gordon Sande wrote:
[snip]
This is a case where you would sort the pointers to (i.e. subscripts of) the array[snip]
rather than the array. It is often called a "formal sort". Then you can either
access the array in its old/natural order or in its sorted order. The sorted
order makes finding duplicates trivial as noted.
Formal sorts get used when the objects to be sorted are big, vary in size, may
only be virtual, etc, etc.
I'd never heard the term "formal sort" before. This sounds like what I've always known as a "tag sort."
Louis
.
- References:
- Algorithm help for unique string searching/counting within an array.
- From: Paul Van Delst
- Re: Algorithm help for unique string searching/counting within an array.
- From: *** Hendrickson
- Re: Algorithm help for unique string searching/counting within an array.
- From: Paul Van Delst
- Re: Algorithm help for unique string searching/counting within an array.
- From: Gordon Sande
- Algorithm help for unique string searching/counting within an array.
- Prev by Date: Re: Beginer needing help
- Next by Date: Re: Beginer needing help
- Previous by thread: Re: Algorithm help for unique string searching/counting within an array.
- Next by thread: Re: Algorithm help for unique string searching/counting within an array.
- Index(es):