Rosetta Code:TODO: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎TODO: Finished language headers)
(merge similar tasks)
Line 7: Line 7:
* Look through the [[:Category:WikiStubs|stubs]], and research and fill in useful information. Cite sources as needed, of course. Remove stub template when done with each page.
* Look through the [[:Category:WikiStubs|stubs]], and research and fill in useful information. Cite sources as needed, of course. Remove stub template when done with each page.
* Comb through the suggestions on the [[Help:Request a new programming task|task request]] page and put a few together. Or drop some into a "Questionable" category, so they can be debated.
* Comb through the suggestions on the [[Help:Request a new programming task|task request]] page and put a few together. Or drop some into a "Questionable" category, so they can be debated.
* Merge similar tasks together:
** [[Singly-linked list]] from [[Singly-Linked List (element)]], [[Singly-Linked List (element insertion)]], [[Singly-Linked List (traversal)]]
** [[Doubly-linked list]] from [[Doubly-Linked List (element)]], [[Doubly-Linked List (element insertion)]]
** [[Sum and product of array]] from [[Sum of Array]], [[Product of Array]]
** [[Basic array operations]] from [[Creating an Array]], [[Assigning Values to an Array]], [[Retrieving an Element of an Array]]
** [[String length]] from [[String Byte Length]], [[String Character Length]]

Revision as of 15:43, 2 December 2007

Here's a list of "Someone needs to..." items. If you're looking for something to do, you can always do something on this list.


TODO