Search results

Results 1 – 20 of 4,789
Advanced search

Search in namespaces:

There is a page named "Shell sort" on Wikipedia

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • Thumbnail for Shellsort
    Shellsort (redirect from Shell-Metzner sort)
    known as 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...
    33 KB (3,436 words) - 06:53, 17 May 2024
  • Shell sort. These algorithms require only a few pointers, so their space complexity is O(log n). Quicksort operates in-place on the data to be sorted...
    8 KB (1,151 words) - 07:42, 30 July 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,909 words) - 05:49, 7 August 2024
  • Thumbnail for Sorting
    will sort ahead of 1/1/2001. Bubble/Shell sort: Exchange two adjacent elements if they are out of order. Repeat until array is sorted. Insertion sort: Scan...
    6 KB (778 words) - 16:31, 19 May 2024
  • language shell Shell account, a user account on a remote server Secure Shell, cryptographic network protocol Shellsort or Shell sort, a sorting algorithm...
    3 KB (450 words) - 17:54, 23 June 2024
  • Thumbnail for Sorting algorithm
    randomly ordered array. Shellsort was invented by Donald Shell in 1959. It improves upon insertion sort by moving out of order elements more than one position...
    68 KB (6,409 words) - 12:25, 15 August 2024
  • Thumbnail for Comb sort
    + gap < input.size // See Shell sort for a similar idea if input[i] > input[i+gap] then swap(input[i], input[i+gap]) sorted := false // If this assignment...
    7 KB (832 words) - 05:45, 22 June 2024
  • Introsort (redirect from Introspective sort)
    version 1.19 it used shell sort for small slices. Java, starting from version 14 (2020), uses a hybrid sorting algorithm that uses merge sort for highly structured...
    9 KB (1,080 words) - 03:35, 9 April 2024
  • Thumbnail for Sorting network
    sorting networks of depth O(log2 n) (hence size O(n log2 n)) such as Batcher odd–even mergesort, bitonic sort, Shell sort, and the Pairwise sorting network...
    21 KB (2,159 words) - 08:12, 27 April 2024
  • Thumbnail for Time complexity
    comparison-based sorting algorithms are quadratic (e.g. insertion sort), but more advanced algorithms can be found that are subquadratic (e.g. shell sort). No general-purpose...
    41 KB (4,998 words) - 19:17, 11 August 2024
  • important. For example, bubble sort and timsort are both algorithms to sort a list of items from smallest to largest. Bubble sort organizes the list in time...
    27 KB (3,310 words) - 05:46, 16 July 2024
  • to the other. This shell fragment can be viewed as a sort of a natural bead, and is known in Hawaii as a "puka". Real puka shells are not flat: one side...
    5 KB (731 words) - 15:37, 11 June 2024
  • Thumbnail for Donald Shell
    Donald L. Shell (March 1, 1924 – November 2, 2015) was an American computer scientist who designed the Shellsort sorting algorithm. He acquired his Ph...
    6 KB (632 words) - 22:03, 30 April 2024
  • Ghost in the Shell is a Japanese cyberpunk media franchise based on the seinen manga series of the same name written and illustrated by Masamune Shirow...
    34 KB (2,936 words) - 05:28, 25 August 2024
  • Thumbnail for Bash (Unix shell)
    Bash, short for Bourne-Again SHell, is a shell program and command language supported by the Free Software Foundation and first developed for the GNU...
    72 KB (6,152 words) - 19:42, 26 August 2024
  • released test versions of a shell refresh, named the Shell Technology Preview, and often referred to informally as "NewShell". The update was designed to...
    64 KB (6,809 words) - 11:53, 31 July 2024
  • Thumbnail for Shell (computing)
    a shell is a computer program that exposes an operating system's services to a human user or other programs. In general, operating system shells use...
    18 KB (2,143 words) - 21:45, 3 August 2024
  • Thumbnail for Shell (projectile)
    Although the proof shot resembles a functioning shell (of whatever sort), so that it behaves as a real shell in the barrel, it is not aerodynamic as its job...
    64 KB (8,508 words) - 15:07, 19 August 2024
  • "K shell"), followed by the "2 shell" (or "L shell"), then the "3 shell" (or "M shell"), and so on farther and farther from the nucleus. The shells correspond...
    28 KB (2,782 words) - 22:45, 4 May 2024
  • list of sorted ones, and insert it there Library sort Patience sorting Shell sort: an attempt to improve insertion sort Tree sort (binary tree sort): build...
    71 KB (7,827 words) - 18:40, 18 August 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)