: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 they bump into one with a
lower sort value. Because it is not very good relative to other
methods and is the one typically stumbled on by {naive} and
untutored programmers, hackers consider it the {canonical}
example of a naive algorithm. The canonical example of a really
*bad* algorithm is {bogo-sort}. A bubble sort might be used
out of ignorance, but any use of bogo-sort could issue only from
brain damage or willful perversity.
-- The AI Hackers Dictionary
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 they bump into one with a
lower sort value. Because it is not very good relative to other
methods and is the one typically stumbled on by {naive} and
untutored programmers, hackers consider it the {canonical}
example of a naive algorithm. The canonical example of a really
*bad* algorithm is {bogo-sort}. A bubble sort might be used
out of ignorance, but any use of bogo-sort could issue only from
brain damage or willful perversity.
-- The AI Hackers Dictionary
Related:
- 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... - 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... - 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... - naive adj.
1. Untutored in the perversities of some particular
program or system;
one who still tries to do things in an intuitive ... - brute force adj.
Describes a primitive programming style,
one in which the programmer relies on the computer's... - stupid-sort: n. Syn. {bogo-sort}.
--
The AI Hackers... - brute force and ignorance: n. A popular design technique at many
software houses -
{brute force} coding unrelieved by any knowledge... - stupid-sort n.
Syn.
bogo-sort... - cons: /konz/ or /kons/ [from LISP] 1. vt. To add a new element
to a specified list,
esp. at the top. "OK, cons picking a replacement...
From the same category:
- Was silk really invented so women could go naked in
clothes... - Stand (or sit if you are more advanced) on the shore and sing at
passing ships.
Score a point for each one that runs aground. -- Forty... - Cthulhu
Cthucks... - A friend loves at all times, and a brother is born for adversity
-
Proverbs 17... - The cigarette smoke always drifts in the direction of the non-smoker
regardless of the direction of the breeze.
Raj K....
