Category talk:Solutions by Programming Task: Difference between revisions

→‎Suggestion for sub-categories: Created {{data structure}}
(→‎Suggestion for sub-categories: We now hav a BDO template)
(→‎Suggestion for sub-categories: Created {{data structure}})
Line 10:
* '''Data Structures:''' Anything covering data structures and how to create and read them. Only the most basic algorithms should be here.
: ''Articles:'' [[Assigning Values to an Array]], [[Classes]], [[Collections]], [[Compound Data Type]], [[Create a Sequence of unique elements]], [[Creating an Array]], [[Creating an Associative Array]], [[Data Representation - Controlling Fields in a Structure]], [[Data Representation - Getting the Size]], [[Data Representation - Specifying Minimum Size]], [[Defining Primitive Data Types]], [[Enumeration]], [[Introspection]], [[Polymorphism]], [[Retrieving an Element of an Array]], [[Singly-Linked List (element insertion)]], [[Singly-Linked List (element)]], [[String Byte Length]], [[String Character Length]], [[Table Creation]], [[Table Creation - Address]], [[Two-dimensional array where both dimensions are given at run time]]
::This category needs to be further parted out into categories representing actual structures, operations inherent to them, and possibly their representation. I did create <nowiki>{{data structure}}, though. It should be placed before {{task}}</nowiki>. --[[User:Short Circuit|Short Circuit]] 19:17, 21 March 2007 (EDT)
* '''Basic algorithms:''' For all other "pure" algorithms. Those algorithms of course often will make use of the data structures above, but then their point should not the data structure itself, but some operation of it (e.g. sorting, combining two data structures into another one, etc.).
: ''Articles:'' [[Apply a callback to an Array]], [[Bubble Sort]], [[Change string case]], [[Copy a string]], [[Creating a Hash from Two Arrays]], [[Increment numerical string]], [[IsNumeric]], [[Product of Array]], [[Regular expression matching]], [[Select from Array]], [[Sorting Using a Custom Comparator]], [[Sorting an Array of Integers]], [[Sum of Array]]