Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Radix_sort> ?p ?o. }
Showing items 1 to 64 of
64
with 100 items per page.
- Radix_sort abstract "In computer science, radix sort is a non-comparative integer sorting algorithm that sorts data with integer keys by grouping keys by the individual digits which share the same significant position and value. A positional notation is required, but because integers can represent strings of characters (e.g., names or dates) and specially formatted floating point numbers, radix sort is not limited to integers. Radix sort dates back as far as 1887 to the work of Herman Hollerith on tabulating machines.Most digital computers internally represent all of their data as electronic representations of binary numbers, so processing the digits of integer representations by groups of binary digit representations is most convenient. Two classifications of radix sorts are least significant digit (LSD) radix sorts and most significant digit (MSD) radix sorts. LSD radix sorts process the integer representations starting from the least digit and move towards the most significant digit. MSD radix sorts work the other way around.The integer representations that are processed by sorting algorithms are often called "keys", which can exist all by themselves or be associated with other data.LSD radix sorts typically use the following sorting order: short keys come before longer keys, and keys of the same length are sorted lexicographically. This coincides with the normal order of integer representations, such as the sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.MSD radix sorts use lexicographic order, which is suitable for sorting strings, such as words, or fixed-length integer representations. A sequence such as "b, c, d, e, f, g, h, i, j, ba" would be lexicographically sorted as "b, ba, c, d, e, f, g, h, i, j". If lexicographic ordering is used to sort variable-length integer representations, then the representations of the numbers from 1 to 10 would be output as 1, 10, 2, 3, 4, 5, 6, 7, 8, 9, as if the shorter keys were left-justified and padded on the right with blank characters to make the shorter keys as long as the longest key for the purpose of determining sorted order.".
- Radix_sort wikiPageExternalLink Home.
- Radix_sort wikiPageExternalLink acsc03sz.pdf.
- Radix_sort wikiPageExternalLink 11_2_Counting_Sort_Radix_So.html.
- Radix_sort wikiPageExternalLink 11_2_Counting_Sort_Radix_So.html.
- Radix_sort wikiPageExternalLink RadixSort.
- Radix_sort wikiPageExternalLink bradsort.c.
- Radix_sort wikiPageExternalLink RadixSortRevisited.htm.
- Radix_sort wikiPageExternalLink Radix.
- Radix_sort wikiPageExternalLink radix.html.
- Radix_sort wikiPageID "25980".
- Radix_sort wikiPageRevisionID "606759054".
- Radix_sort class Sorting_algorithm.
- Radix_sort data Array_data_type.
- Radix_sort hasPhotoCollection Radix_sort.
- Radix_sort optimal "exactly correct".
- Radix_sort subject Category:Sorting_algorithms.
- Radix_sort subject Category:Stable_sorts.
- Radix_sort type Abstraction100002137.
- Radix_sort type Act100030358.
- Radix_sort type Activity100407535.
- Radix_sort type Algorithm105847438.
- Radix_sort type Category105838765.
- Radix_sort type Cognition100023271.
- Radix_sort type Concept105835747.
- Radix_sort type Content105809192.
- Radix_sort type Event100029378.
- Radix_sort type Idea105833840.
- Radix_sort type Kind105839024.
- Radix_sort type Procedure101023820.
- Radix_sort type PsychologicalFeature100023100.
- Radix_sort type Rule105846932.
- Radix_sort type SortingAlgorithm105847658.
- Radix_sort type SortingAlgorithms.
- Radix_sort type StableSorts.
- Radix_sort type YagoPermanentlyLocatedEntity.
- Radix_sort comment "In computer science, radix sort is a non-comparative integer sorting algorithm that sorts data with integer keys by grouping keys by the individual digits which share the same significant position and value. A positional notation is required, but because integers can represent strings of characters (e.g., names or dates) and specially formatted floating point numbers, radix sort is not limited to integers.".
- Radix_sort label "Ordenamiento Radix".
- Radix_sort label "Radix sort".
- Radix_sort label "Radix sort".
- Radix_sort label "Radix sort".
- Radix_sort label "Radix sort".
- Radix_sort label "Radixsort".
- Radix_sort label "Sortowanie pozycyjne".
- Radix_sort label "Tri par base".
- Radix_sort label "Поразрядная сортировка".
- Radix_sort label "基数ソート".
- Radix_sort label "基数排序".
- Radix_sort sameAs Radix_sort.
- Radix_sort sameAs Radixsort.
- Radix_sort sameAs Ordenamiento_Radix.
- Radix_sort sameAs Tri_par_base.
- Radix_sort sameAs Radix_sort.
- Radix_sort sameAs 基数ソート.
- Radix_sort sameAs 기수_정렬.
- Radix_sort sameAs Radix_sort.
- Radix_sort sameAs Sortowanie_pozycyjne.
- Radix_sort sameAs Radix_sort.
- Radix_sort sameAs m.06gx1.
- Radix_sort sameAs Q830223.
- Radix_sort sameAs Q830223.
- Radix_sort sameAs Radix_sort.
- Radix_sort wasDerivedFrom Radix_sort?oldid=606759054.
- Radix_sort isPrimaryTopicOf Radix_sort.