Rosetta Code:Village Pump/Suggest a programming task

From Rosetta Code

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