Matches in DBpedia 2014 for { <http://dbpedia.org/resource/American_flag_sort> ?p ?o. }
Showing items 1 to 24 of
24
with 100 items per page.
- American_flag_sort abstract "An American flag sort is an efficient, in-place variant of radix sort that distributes items into hundreds of buckets. Non-comparative sorting algorithms such as radix sort and American flag sort are typically used to sort large objects such as strings, for which comparison is not a unit-time operation.American flag sort iterates through the bits of the objects, considering several bits of each object at a time. For each set of bits, American flag sort makes two passes through the array of objects: first to count the number of objects that will fall in each bin, and second to place each object in its bucket. This works especially well when sorting a byte at a time, using 256 buckets. With some optimizations, it is twice as fast as quicksort for large sets of strings.The name comes by analogy with the Dutch national flag problem in the last step: efficiently partition the array into many "stripes".".
- American_flag_sort wikiPageID "9080565".
- American_flag_sort wikiPageRevisionID "598643511".
- American_flag_sort hasPhotoCollection American_flag_sort.
- American_flag_sort subject Category:Sorting_algorithms.
- American_flag_sort type Abstraction100002137.
- American_flag_sort type Act100030358.
- American_flag_sort type Activity100407535.
- American_flag_sort type Algorithm105847438.
- American_flag_sort type Event100029378.
- American_flag_sort type Procedure101023820.
- American_flag_sort type PsychologicalFeature100023100.
- American_flag_sort type Rule105846932.
- American_flag_sort type SortingAlgorithm105847658.
- American_flag_sort type SortingAlgorithms.
- American_flag_sort type YagoPermanentlyLocatedEntity.
- American_flag_sort comment "An American flag sort is an efficient, in-place variant of radix sort that distributes items into hundreds of buckets. Non-comparative sorting algorithms such as radix sort and American flag sort are typically used to sort large objects such as strings, for which comparison is not a unit-time operation.American flag sort iterates through the bits of the objects, considering several bits of each object at a time.".
- American_flag_sort label "American flag sort".
- American_flag_sort sameAs m.027wynl.
- American_flag_sort sameAs Q4745457.
- American_flag_sort sameAs Q4745457.
- American_flag_sort sameAs American_flag_sort.
- American_flag_sort wasDerivedFrom American_flag_sort?oldid=598643511.
- American_flag_sort isPrimaryTopicOf American_flag_sort.