Jump to content

Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • Thumbnail for Sorting algorithm
    In computer science, a sorting algorithm is an algorithm that puts elements of a list into an order. The most frequently used orders are numerical order...
    68 KB (6,394 words) - 23:09, 19 March 2024
  • Thumbnail for Bubble sort
    Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the input list element by element, comparing...
    19 KB (2,318 words) - 01:01, 7 June 2024
  • Thumbnail for Merge sort
    In computer science, merge sort (also commonly spelled as mergesort) is an efficient, general-purpose, and comparison-based sorting algorithm. Most implementations...
    49 KB (6,677 words) - 02:31, 8 May 2024
  • Thumbnail for Insertion sort
    Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time by comparisons. It is much less efficient...
    22 KB (2,908 words) - 00:32, 29 December 2023
  • Thumbnail for Cocktail shaker sort
    shaker sort, also known as bidirectional bubble sort, cocktail sort, shaker sort (which can also refer to a variant of selection sort), ripple sort, shuffle...
    9 KB (1,087 words) - 17:46, 25 November 2023
  • In computer science, bogosort (also known as permutation sort and stupid sort) is a sorting algorithm based on the generate and test paradigm. The function...
    15 KB (1,812 words) - 19:32, 5 June 2024
  • Thumbnail for Sorting
    Sorting refers to ordering data in an increasing or decreasing manner according to some linear relationship among the data items. ordering: arranging...
    6 KB (778 words) - 16:31, 19 May 2024
  • rearrange arrays into sorted order in-place, including: bubble sort, comb sort, selection sort, insertion sort, heapsort, and Shell sort. These algorithms...
    8 KB (1,151 words) - 02:47, 18 November 2023
  • ...So, Were They in Some Sort of Fight? is the last release by A Minor Forest, released on Oct 5, 1999, by the My Pal God label. A.M.F. – Engineer Matt...
    3 KB (91 words) - 00:11, 11 December 2023
  • In computer science, radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according...
    20 KB (2,604 words) - 14:54, 15 May 2024
  • Thumbnail for Bucket sort
    Bucket sort, or bin sort, is a sorting algorithm that works by distributing the elements of an array into a number of buckets. Each bucket is then sorted individually...
    13 KB (2,190 words) - 02:02, 31 March 2024
  • Thumbnail for Comparison sort
    Comparison sorts may run faster on some lists; many adaptive sorts such as insertion sort run in O(n) time on an already-sorted or nearly-sorted list. The...
    21 KB (2,674 words) - 12:54, 4 January 2024
  • In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small positive integers; that is, it...
    12 KB (1,591 words) - 12:36, 9 February 2024
  • In computer science, selection sort is an in-place comparison sorting algorithm. It has an O(n2) time complexity, which makes it inefficient on large...
    12 KB (1,654 words) - 16:11, 8 May 2024
  • Thumbnail for Sorting network
    not in a desired order. Such networks are typically designed to perform sorting on fixed numbers of values, in which case they are called sorting networks...
    21 KB (2,159 words) - 08:12, 27 April 2024
  • Sort codes are the domestic bank codes used to route money transfers between financial institutions in the United Kingdom, and in the Republic of Ireland...
    24 KB (1,487 words) - 11:32, 21 May 2024
  • Bead sort, also called gravity sort, is a natural sorting algorithm, developed by Joshua J. Arulanandham, Cristian S. Calude and Michael J. Dinneen in 2002...
    8 KB (1,081 words) - 12:42, 25 May 2024
  • Thumbnail for Shellsort
    Shellsort (redirect from Shell-Metzner sort)
    Shell sort or Shell's method, is an in-place comparison sort. It can be seen as either a generalization of sorting by exchange (bubble sort) or sorting by...
    33 KB (3,436 words) - 06:53, 17 May 2024
  • Thumbnail for Quicksort
    Quicksort (redirect from Quick sort)
    efficient, general-purpose sorting algorithm. Quicksort was developed by British computer scientist Tony Hoare in 1959 and published in 1961. It is still a commonly...
    71 KB (9,879 words) - 13:48, 6 June 2024
  • sort is a generic function in the C++ Standard Library for doing comparison sorting. The function originated in the Standard Template Library (STL). The...
    10 KB (1,229 words) - 19:40, 16 January 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)