Handicap: Difference between revisions

From Rosetta Code
Content added Content deleted
(Odd word problem)
m (http://rosettacode.org/wiki/Category:Excessively_difficult_task)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
* Not allowing certain datastructures: strings/arrays/... : [[Odd word problem]]
* Not allowing certain datastructures: strings/arrays/... : [[Odd word problem]]
* Restricted I/O
* Restricted I/O
* No comparisons, arithmetic, no lists, no re-reading of input : [[Longest string challenge‎]]
* [[Code golf]] challenges : [[Game of Nim]]
* The task to be solved depends on the source of the program itself : [[Quine]], [[Narcissist]]
...
...


'''See also:''' [http://rosettacode.org/wiki/Category:Excessively_difficult_task Category:Excessively difficult task]


[[Category:Handicap]]
[[Category:Handicap]]

Latest revision as of 01:48, 3 November 2014

"Perverse" problems, that place some arbitary handicap on the programming.

E.g.

...


See also: Category:Excessively difficult task