Handicap: Difference between revisions

From Rosetta Code
Content added Content deleted
(|CALENDAR)
(Odd word problem)
Line 2: Line 2:


E.g.
E.g.
* Source must be in uppercase only : [[Calendar - for "real" programmers||CALENDAR]]
* Source must be in uppercase only : [[Calendar - for "real" programmers|CALENDAR]]
* Not allowing certain datastructures: strings/arrays/...
* Not allowing certain datastructures: strings/arrays/... : [[Odd word problem]]
* Restricted I/O
* Restricted I/O
...
...

Revision as of 11:51, 18 October 2014

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

E.g.

  • Source must be in uppercase only : CALENDAR
  • Not allowing certain datastructures: strings/arrays/... : Odd word problem
  • Restricted I/O

...