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

Line 184:
 
Place new items here, if it's unclear where they belong.
* I suggest implementations of various maze generation algorithms, such as Recursive Division or Prim's Algorithm. A website that already does this for Python can be found here: http://weblog.jamisbuck.org/search?q=maze+generation--[[User:Intercoder|Intercoder]] 01:47, 7 March 2011 (UTC)
 
* My suggestion is for a unicode interpretation task. Specifically, specifying the encode eg utf-8, the task should provide a small file of text (or the data to programmer could be bytes of data instead). The task should be to depict (interpret) the data in a number of forms, for instance text, binary,hex. This would highlight features of some languages for handling Unicode and gain the user related xperience with parsing strings, string-numeric conversion, etc (I did see http://rosettacode.org/wiki/Character_codes)--[[User:Billymac00|Billymac00]] 02:21, 3 January 2011 (UTC)