Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Bucket_sort> ?p ?o. }
Showing items 1 to 60 of
60
with 100 items per page.
- Bucket_sort abstract "Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorithm. It is a distribution sort, and is a cousin of radix sort in the most to least significant digit flavour. Bucket sort is a generalization of pigeonhole sort. Since bucket sort is not a comparison sort, the Ω(n log n) lower bound is inapplicable. The computational complexity estimates involve the number of buckets.Bucket sort works as follows: Set up an array of initially empty "buckets". Scatter: Go over the original array, putting each object in its bucket. Sort each non-empty bucket. Gather: Visit the buckets in order and put all elements back into the original array.".
- Bucket_sort thumbnail Bucket_sort_1.png?width=300.
- Bucket_sort wikiPageExternalLink 423.sort.c.html.
- Bucket_sort wikiPageExternalLink bucketsort.html.
- Bucket_sort wikiPageExternalLink postmansort.html.
- Bucket_sort wikiPageExternalLink cuj.htm.
- Bucket_sort wikiPageExternalLink bucketsort.htm.
- Bucket_sort wikiPageID "97592".
- Bucket_sort wikiPageRevisionID "604582038".
- Bucket_sort class Sorting_algorithm.
- Bucket_sort data Array_data_structure.
- Bucket_sort hasPhotoCollection Bucket_sort.
- Bucket_sort subject Category:Articles_with_example_pseudocode.
- Bucket_sort subject Category:Sorting_algorithms.
- Bucket_sort subject Category:Stable_sorts.
- Bucket_sort type Abstraction100002137.
- Bucket_sort type Act100030358.
- Bucket_sort type Activity100407535.
- Bucket_sort type Algorithm105847438.
- Bucket_sort type Category105838765.
- Bucket_sort type Cognition100023271.
- Bucket_sort type Concept105835747.
- Bucket_sort type Content105809192.
- Bucket_sort type Event100029378.
- Bucket_sort type Idea105833840.
- Bucket_sort type Kind105839024.
- Bucket_sort type Procedure101023820.
- Bucket_sort type PsychologicalFeature100023100.
- Bucket_sort type Rule105846932.
- Bucket_sort type SortingAlgorithm105847658.
- Bucket_sort type SortingAlgorithms.
- Bucket_sort type StableSorts.
- Bucket_sort type YagoPermanentlyLocatedEntity.
- Bucket_sort comment "Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorithm. It is a distribution sort, and is a cousin of radix sort in the most to least significant digit flavour. Bucket sort is a generalization of pigeonhole sort. Since bucket sort is not a comparison sort, the Ω(n log n) lower bound is inapplicable.".
- Bucket_sort label "Bucket sort".
- Bucket_sort label "Bucket sort".
- Bucket_sort label "Bucket sort".
- Bucket_sort label "Bucketsort".
- Bucket_sort label "Ordenamiento por casilleros".
- Bucket_sort label "Sortowanie kubełkowe".
- Bucket_sort label "Tri par paquets".
- Bucket_sort label "Блочная сортировка".
- Bucket_sort label "バケットソート".
- Bucket_sort label "桶排序".
- Bucket_sort sameAs Bucket_sort.
- Bucket_sort sameAs Bucketsort.
- Bucket_sort sameAs Ordenamiento_por_casilleros.
- Bucket_sort sameAs Tri_par_paquets.
- Bucket_sort sameAs Bucket_sort.
- Bucket_sort sameAs バケットソート.
- Bucket_sort sameAs 버킷_정렬.
- Bucket_sort sameAs Sortowanie_kubełkowe.
- Bucket_sort sameAs Bucket_sort.
- Bucket_sort sameAs m.0p3vr.
- Bucket_sort sameAs Q6787153.
- Bucket_sort sameAs Q6787153.
- Bucket_sort sameAs Bucket_sort.
- Bucket_sort wasDerivedFrom Bucket_sort?oldid=604582038.
- Bucket_sort depiction Bucket_sort_1.png.
- Bucket_sort isPrimaryTopicOf Bucket_sort.