Re: Spelling Error Fequency

Tech-Archive recommends: Fix windows errors by optimizing your registry



Jezebel,

I know the first macro I posted had a Bubble Sort routine but then when I
shifted to to the modified Word Frequency macro then on to your class
suggestion I am using a sort process directly in the code. Is the process
I'm using still considered Bubble sort?

I am a little concerned about the size of the list ;-)


--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

Jezebel wrote:
> Don't be too concerned about it, Greg. Bubble sort is the worst of
> methods in that it uses the highest number of processing steps for
> the number of elements to be sorted; on the other hand it is simple
> and doesn't require a lot of code. For relatively small lists (such
> as, one hopes, your list of spelling errors) it is not as
> unreasonable a choice as Howard suggests.
>
> "Greg" <gmaxey@xxxxxxxx> wrote in message
> news:1112491226.502254.112540@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> Howard,
>>
>> Is there supposed to be code somewhere on that page for the methode
>> of sorting that you recommend that I used in place of "Bubble" sort?
>> If there is, I didn't see any.


.



Relevant Pages

  • Re: Detailed explanation of how a QuickSort Works
    ... Firstly, if you consider the simple "Bubble Sort" algorithm, it works by running through the entire data set, one item at a time, comparing each item to the previous item and swapping them if they are not already in the correct order. ... by simply running through the entire list just once (and splitting it into two smaller lists) you have cut the sorting time in half. ...
    (microsoft.public.vb.general.discussion)
  • Re: "Sorting" assignment
    ... However mergesort is also stable, ... Bubble sort is to all practical purposes the ... That is true for a general sort. ... For these searches, the lists will typically ...
    (comp.programming)
  • Re: An effiencient sort algorithm for *people*?
    ... I had a program for prioritizing task lists. ... The cool thing about it wasn't unlike a bubble sort, it didn't compare ... someone came up with a somewhat new sorting algorithm, ...
    (microsoft.public.scripting.vbscript)
  • Re: Spelling Error Fequency
    ... I'm no longer sure which is the latest version of your routine. ... > I know the first macro I posted had a Bubble Sort routine but then when I ... For relatively small lists (such ... >> unreasonable a choice as Howard suggests. ...
    (microsoft.public.word.vba.general)