:bogo-sort: /boh`goh-sort'/ n. (var. `stupid-sort') The
archetypical perversely awful algorithm (as opposed to {bubble
sort}, which is merely the generic *bad* algorithm).
Bogo-sort is equivalent to repeatedly throwing a deck of cards in
the air, picking them up at random, and then testing whether they
are in order. It serves as a sort of canonical example of
awfulness. Looking at a program and seeing a dumb algorithm, one
might say "Oh, I see, this program uses bogo-sort." Compare
{bogus}, {brute force}, {Lasherism}.
-- The AI Hackers Dictionary
archetypical perversely awful algorithm (as opposed to {bubble
sort}, which is merely the generic *bad* algorithm).
Bogo-sort is equivalent to repeatedly throwing a deck of cards in
the air, picking them up at random, and then testing whether they
are in order. It serves as a sort of canonical example of
awfulness. Looking at a program and seeing a dumb algorithm, one
might say "Oh, I see, this program uses bogo-sort." Compare
{bogus}, {brute force}, {Lasherism}.
-- The AI Hackers Dictionary
Related:
- bogo-sort /boh`goh-sort'/ n.
(var. `stupid-sort')
The archetypical perversely awful algorithm (as opposed to
bubble sort,
which is merely the generic bad algorithm). Bogo... - bubble sort: n. Techspeak for a particular sorting technique in
which pairs of adjacent values in the list to be sorted are
compared and interchanged if they are out of order;
thus, list entries `bubble upward' in the list until... - bubble sort n.
Techspeak for a particular sorting
technique in which pairs of adjacent values in the list to be
sorted are compared and interchanged if they are out of order;
thus, list entries `bubble upward' in the list until... - stupid-sort: n. Syn. {bogo-sort}.
--
The AI Hackers... - stupid-sort n.
Syn.
bogo-sort... - brute force adj.
Describes a primitive programming style,
one in which the programmer relies on the computer's... - pixel sort n.
[Commodore users] Any compression routine
which irretrievably loses valuable data in the process of
crunching it.
Disparagingly used for `lossy' methods such as JPEG... - brute force and ignorance: n. A popular design technique at many
software houses -
{brute force} coding unrelieved by any knowledge... - SRO: Sort with
Random...
From the same category:
- SMILEY
/) not... - If you push the "extra ice" button on the soft drink vending machine,
you won't get any ice. If you push the "no ice" button... - If it is true that words have meanings, why don't we throw away
words and keep just the meanings?
Ludwig Wittgenstein via Anatol... - Shamus, n. [Yiddish]:
A shamus is a guy who takes care of handyman tasks around the
temple,
and makes sure everything is in working order. ... - Though old the thought and oft exprest,
'T is his at last who says it best.
James Russell Lowell (1819-1891) -- For an...
