Search results

Results 1 – 20 of 61,259
Advanced search

Search in namespaces:

There is a page named "Talk:Counting sort" on Wikipedia

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • of counting sort and radix sort. "Information sorting..." is my 1954 Masters thesis. Many other sorts are included in its 60 pages. Knuth's sorting and...
    13 KB (1,889 words) - 02:52, 31 January 2024
  • Pigeonhole Sort and Counting Sort require n << 2k so that we can assume that all keys are unique. The linked pages for Pigeonhole Sort and Counting Sort provide...
    107 KB (16,784 words) - 20:39, 7 May 2022
  • The python example doesnt demonstrate the pigeonhole sort, it shows the counting sort because its incrementing the "hole" array instead of inserting the...
    2 KB (251 words) - 01:42, 28 January 2024
  • aforementioned counting sort can be adapted to meet these criteria, so they are clearly not sufficient. It may be the case that it is only a theorem for sorting networks...
    134 KB (18,181 words) - 14:12, 18 February 2024
  • talk-contribs 16:56, 17 November 2013 (UTC) Counting Stars (song) → Counting Stars Counting Stars → Counting Stars (disambiguation) – Album was barely even...
    23 KB (3,087 words) - 21:02, 24 January 2024
  • elements. Thus, if a reasonable sort (such as counting sort or an embedded bucket sort) is applied to each bucket, the total sorting of all buckets will, in an...
    17 KB (2,596 words) - 12:49, 29 January 2024
  • about. — kwami (talk) 09:27, 12 October 2010 (UTC) I Start Counting (film) → I Start Counting — The band appears to be only on the borderline of notability...
    5 KB (845 words) - 18:56, 3 February 2024
  • count's only known active fanclub today is located in Jerusalem, Israel in the school of Leyada. The club has different activities such as counting and...
    13 KB (1,891 words) - 02:49, 31 January 2024
  • 10 May 2022 (UTC) Oppose. They are all phrasal verbs. Counting on me is never like counting on fingers. —SmokeyJoe (talk) 13:03, 14 May 2022 (UTC) If...
    22 KB (2,893 words) - 19:02, 7 June 2022
  • comparison-based sorting algorithm which would outperform counting sort on a single processor system. Counting sort is a form of radix sort where the entire...
    66 KB (10,819 words) - 16:06, 21 February 2024
  • in line with the family of Counting sorts. @Booyabazooka: This algorithm is essentially selection sort (possibly a heap sort, depending on how you argue)...
    17 KB (2,501 words) - 18:39, 22 January 2024
  • "Ordinary merge sort" section - seems to be describing something very old and very arcane. There is already an article about "merge sort"; 1) why not just...
    35 KB (5,681 words) - 03:06, 8 February 2024
  • left, left+right ) def merge( items ): left= count_sorted(items) while left < len(items): right = count_sorted( items, left ) merge_sublists( items, left...
    74 KB (11,542 words) - 15:56, 30 April 2024
  • live blackjack to render counting ineffective. I initially came to the wiki counting page to find out if it was possible to count playing live (online) blackjack...
    61 KB (9,410 words) - 05:40, 11 June 2024
  • I would suggest merging and redirecting Tree sort to binary search tree. The information on Tree sort is already covered in binary search tree under the...
    13 KB (1,927 words) - 20:55, 6 February 2024
  • = a_list[swap_to], a_list[i] next_free[radix_val] += 1 def american_flag_sort_helper(a_list, start, end, digit, radix): offsets = compute_offsets(a_list...
    6 KB (770 words) - 01:20, 8 February 2024
  • the unstable variant: int selectionSort(int data[], int count) { int i, j; int tmp; int minimum; for (i = 0; i < count - 1; i++) { minimum = i; /* current...
    22 KB (3,205 words) - 23:39, 25 February 2024
  • article is probably not the best place to sort out the details; I'm not sure if something in Wikipedia does yet sort this out. Anyway, is there something in...
    10 KB (1,497 words) - 05:12, 13 February 2024
  • either sort insertion sort like the single decks, or some people sort the single decks into "Numbers" and "pictures" and then sort them as insertion sort. that...
    52 KB (7,854 words) - 14:53, 15 February 2024
  • swaps. The bubble sort can be implemented to sort in ascending or descending order." My thinking is that people are used to counting from smallest number...
    52 KB (7,979 words) - 08:09, 6 April 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)