Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Counting_sort> ?p ?o. }
Showing items 1 to 53 of
53
with 100 items per page.
- Counting_sort abstract "In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct key value, and using arithmetic on those counts to determine the positions of each key value in the output sequence. Its running time is linear in the number of items and the difference between the maximum and minimum key values, so it is only suitable for direct use in situations where the variation in keys is not significantly greater than the number of items. However, it is often used as a subroutine in another sorting algorithm, radix sort, that can handle larger keys more efficiently.Because counting sort uses key values as indexes into an array, it is not a comparison sort, and the Ω(n log n) lower bound for comparison sorting does not apply to it. Bucket sort may be used for many of the same tasks as counting sort, with a similar time analysis; however, compared to counting sort, bucket sort requires linked lists, dynamic arrays or a large amount of preallocated memory to hold the sets of items within each bucket, whereas counting sort instead stores a single number (the count of items) per bucket.".
- Counting_sort wikiPageExternalLink CountingSortHaskell.
- Counting_sort wikiPageExternalLink CountingSort.html.
- Counting_sort wikiPageExternalLink simple-counting-sort.html.
- Counting_sort wikiPageExternalLink CountingSort.html.
- Counting_sort wikiPageID "99864".
- Counting_sort wikiPageRevisionID "603898813".
- Counting_sort hasPhotoCollection Counting_sort.
- Counting_sort subject Category:Sorting_algorithms.
- Counting_sort subject Category:Stable_sorts.
- Counting_sort type Abstraction100002137.
- Counting_sort type Act100030358.
- Counting_sort type Activity100407535.
- Counting_sort type Algorithm105847438.
- Counting_sort type Category105838765.
- Counting_sort type Cognition100023271.
- Counting_sort type Concept105835747.
- Counting_sort type Content105809192.
- Counting_sort type Event100029378.
- Counting_sort type Idea105833840.
- Counting_sort type Kind105839024.
- Counting_sort type Procedure101023820.
- Counting_sort type PsychologicalFeature100023100.
- Counting_sort type Rule105846932.
- Counting_sort type SortingAlgorithm105847658.
- Counting_sort type SortingAlgorithms.
- Counting_sort type StableSorts.
- Counting_sort type YagoPermanentlyLocatedEntity.
- Counting_sort comment "In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct key value, and using arithmetic on those counts to determine the positions of each key value in the output sequence.".
- Counting_sort label "Counting sort".
- Counting_sort label "Counting sort".
- Counting_sort label "Counting sort".
- Counting_sort label "Counting sort".
- Counting_sort label "Countingsort".
- Counting_sort label "Ordenamiento por cuentas".
- Counting_sort label "Sortowanie przez zliczanie".
- Counting_sort label "Tri comptage".
- Counting_sort label "Сортировка подсчётом".
- Counting_sort label "计数排序".
- Counting_sort sameAs Counting_sort.
- Counting_sort sameAs Countingsort.
- Counting_sort sameAs Ordenamiento_por_cuentas.
- Counting_sort sameAs Tri_comptage.
- Counting_sort sameAs Counting_sort.
- Counting_sort sameAs Counting_sort.
- Counting_sort sameAs Sortowanie_przez_zliczanie.
- Counting_sort sameAs Counting_sort.
- Counting_sort sameAs m.0pglp.
- Counting_sort sameAs Q1124964.
- Counting_sort sameAs Q1124964.
- Counting_sort sameAs Counting_sort.
- Counting_sort wasDerivedFrom Counting_sort?oldid=603898813.
- Counting_sort isPrimaryTopicOf Counting_sort.