Talk:Algorithm: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Bohdan Leonid Shmorhay
(Started article checklist)
 
imported>Pat Palmer
(→‎Note to self: future idea to be added to this article)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{checklist
{{subpages}}
|                abc = Algorithm
 
|               cat1 = Computers
= Note to self =
|               cat2 =
 
|                cat3 =
This article needs extensive cleanup and fleshing out.  It's frankly confusing right now.  I'm adding it to my to-do list, but maybe someone else will come along in the meantime and work on it.  It is also written mainly from a Computers viewpoint instead of a math viewpoint.[[User:Pat Palmer|Pat Palmer]] ([[User talk:Pat Palmer|talk]]) 14:43, 8 August 2020 (UTC)
|          cat_check = n
 
|             status = 3
:Maybe we could add this illustration at some point: <span class="newtab">[https://commons.wikimedia.org/wiki/File:Mergesort_algorithm_diagram.png Mergesort]</span> [[User:Pat Palmer|Pat Palmer]] ([[User talk:Pat Palmer|talk]]) 22:46, 13 February 2021 (UTC)
|         underlinked = n
 
|            cleanup = n
::Possible caption: This is a graphic illustration of the ''merge sort'' algorithm, a method of sorting a list that progressively breaks the list into smaller lists (possibly computed in parallel), sorts those lists and then merges the smaller lists repeatedly until a final sorted list results.[[User:Pat Palmer|Pat Palmer]] ([[User talk:Pat Palmer|talk]]) 22:46, 13 February 2021 (UTC)
|                 by = [[User:Bohdan Leonid Shmorhay|Bo Shmorhay]]
}}

Latest revision as of 17:46, 13 February 2021

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
To learn how to update the categories for this article, see here. To update categories, edit the metadata template.
 Definition A sequence of steps used to solve a problem. [d] [e]
Checklist and Archives
 Workgroup categories Computers and Mathematics [Categories OK]
 Talk Archive none  English language variant British English

Note to self

This article needs extensive cleanup and fleshing out. It's frankly confusing right now. I'm adding it to my to-do list, but maybe someone else will come along in the meantime and work on it. It is also written mainly from a Computers viewpoint instead of a math viewpoint.Pat Palmer (talk) 14:43, 8 August 2020 (UTC)

Maybe we could add this illustration at some point: Mergesort Pat Palmer (talk) 22:46, 13 February 2021 (UTC)
Possible caption: This is a graphic illustration of the merge sort algorithm, a method of sorting a list that progressively breaks the list into smaller lists (possibly computed in parallel), sorts those lists and then merges the smaller lists repeatedly until a final sorted list results.Pat Palmer (talk) 22:46, 13 February 2021 (UTC)