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

Content added Content deleted
(handling directories)
No edit summary
Line 4: Line 4:


* doubly-linked list algorithms, both cursor- and pointer-based implementations
* doubly-linked list algorithms, both cursor- and pointer-based implementations
* Create a trivial DOM document and serialize it to xml
* Basic pointer/reference operations
* Basic pointer/reference operations
* Open a window and create a simple opengl 3d demonstration
* Open a window and create a simple opengl 3d demonstration
Line 17: Line 16:


===Recently solved problems===
===Recently solved problems===
* Create a trivial DOM document and serialize it to xml: [[DOM_XML_Serialization]]
* [[Regular expression matching]]
* [[Regular expression matching]]
* Simple hash functions and indexing algorithms: [[Creating_Hash_Structure]], [[Creating_a_Hash_from_2_Arrays]]
* Simple hash functions and indexing algorithms: [[Creating_Hash_Structure]], [[Creating_a_Hash_from_2_Arrays]]