Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
So you want to see a problem solved? If you're not comfortable creating the task page yourself, feel free to edit this page, and describe the problem below. (To edit this page, click the "edit" tab at the top.)
 
===Problems to be solved===
 
* doubly-linked list algorithms, both cursor- and pointer-based implementations
* (added) Simple hash functions and indexing algorithms.
* Regular expression matching
* Create a trivial DOM document and serialize it to xml
* (added) Perform an XPath query on an XML Document
* (See Select from Array)Find object(s) in a structure based on matched values of their elements
* Pass a function as a parameter
* (added) Create a generic mapping function that applys a callback to elements in a list
* Basic pointer/reference operations
* (See sorting) Sort an array of integers
* Open a window and create a simple opengl 3d demonstration
* Retrieve bookmarks from Del.icio.us (Or anything else that demonstrates a HTTPS request with authentication)
* [non-trivial] implement a table-based native code (macro?) assembler in various HLLs
* [hard] arbitrary precision integer and floating point math routines (these can be very instructive to new programmers)
 
===Recently solved problems===
* Simple hash functions and indexing algorithms: [[Creating_Hash_structure]], [[Creating_a_Hash_from_2_Arrays]]
* (added) Perform an XPath query on an XML Document: [[XML_and_XPath]]
* (See Select from Array)Find object(s) in a structure based on matched values of their elements: [[Select_from_Array]]
* (added) Create a generic mapping function that applys a callback to elements in a list: [[Apply_a_callback_to_an_Array]]
* Sort an array of integers: [[Sorting]], [[Bubble_Sort]]
 
<br>
Anonymous user