Re: Spelling Error Fequency



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: Spelling Error Fequency
    ... Howard, ALWAYS use a bubble sort for lists <100 ... The cpu overhead for the other methods isn't worth it for small lists ... Steve Hudson - Word Heretic ...
    (microsoft.public.word.vba.general)
  • 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)
  • 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)