DEEn Dictionary De - En
DeEs De - Es
DePt De - Pt
 Vocabulary trainer

Spec. subjects Grammar Abbreviations Random search Preferences
Search in Sprachauswahl
Search for:
Mini search box
 

   quick-eared
         adj 1: having keen hearing [syn: {sharp-eared}, {quick-eared}]

English Dictionary: quick-eared by the DICT Development Group
From U.S. Gazetteer (1990) [gazetteer]:
   Quakertown, PA (borough, FIPS 63048)
      Location: 40.43957 N, 75.34601 W
      Population (1990): 8982 (3625 housing units)
      Area: 5.2 sq km (land), 0.0 sq km (water)
      Zip code(s): 18951

From The Free On-line Dictionary of Computing (15Feb98) [foldoc]:
   Quicksort
  
      A sorting {algorithm} with O(n log n) average time
      {complexity}.
  
      One element, x of the list to be sorted is chosen and the
      other elements are split into those elements less than x and
      those greater than or equal to x.   These two lists are then
      sorted {recursive}ly using the same algorithm until there is
      only one element in each list, at which point the sublists are
      recursively recombined in order yielding the sorted list.
  
      This can be written in {Haskell}:
  
      qsort                     :: Ord a => [a] -> [a]
      qsort []                  = []
      qsort (x:xs)            = qsort [ u | u<-xs, u                [ x ] ++
               qsort [ u | u<-xs, u>=x ]
  
      [Mark Jones, Gofer prelude.]
  
  
No guarantee of accuracy or completeness!
©TU Chemnitz, 2006-2024
Your feedback:
Ad partners