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

→‎Data organization and encoding: A couple key components of bzip2 we haven't touched on yet.
(→‎Games: More suggestions)
(→‎Data organization and encoding: A couple key components of bzip2 we haven't touched on yet.)
Line 44:
* doubly-linked list algorithms, both cursor- and pointer-based implementations
* Writing a parser to parse structured text into appropriate native types. (A good demonstration format to parse might be JSON, though it should be about creating a parser rather handling JSON.)
* [[wp:Burrows-Wheeler transform]]
* [[wp:Move-to-front transform]]
 
===System calls===
* Copy a directory tree recursively