Rosetta Code:Village Pump/Suggest a programming task

From Rosetta Code
Revision as of 21:52, 21 January 2007 by 68.55.4.101 (talk) (sort an array of integers)

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.)


  • Simple hash functions and indexing algorithms.
  • Regular expression matching
  • Create a trivial DOM document and serialize it to xml
  • Perform an XPath query on an XML Document
  • Find object(s) in a structure based on matched values of their elements
  • Pass a function as a parameter
  • Basic pointer/reference operations
  • Sort an array of integers