Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fun programming puzzler
#11
KajitiSouls Wrote:In this thread: Fiel says longer variable names make you lose.

You should have made the first criteria "minimum number of operations" instead of "minimum number of characters", otherwise h4x0rz language users (Devil's Sunrise) win.

Pretty hard to quantify what an operation is.

a += b could be considered one operation
a += b could be considered two operations (add A to B, store in A)
a += b could be considered four operations (fetch A, fetch B, add A to B, store in A)

One regex call could be considered one operation or thousands of operations.

Soooo yeah, I'd like to see you try to define what an operation is exactly. Chin
Reply


Messages In This Thread
Fun programming puzzler - by Fiel - 2010-11-11, 02:36 PM
Fun programming puzzler - by Jedward - 2010-11-11, 02:53 PM
Fun programming puzzler - by Nikkey - 2010-11-11, 04:17 PM
Fun programming puzzler - by SaptaZapta - 2010-11-11, 04:40 PM
Fun programming puzzler - by Nikkey - 2010-11-11, 05:11 PM
Fun programming puzzler - by DrRusty - 2010-11-11, 05:44 PM
Fun programming puzzler - by KajitiSouls - 2010-11-11, 06:57 PM
Fun programming puzzler - by Stereo - 2010-11-11, 08:02 PM
Fun programming puzzler - by Russt - 2010-11-11, 08:05 PM
Fun programming puzzler - by Stereo - 2010-11-11, 08:38 PM
Fun programming puzzler - by Fiel - 2010-11-12, 08:10 AM
Fun programming puzzler - by SaptaZapta - 2010-11-12, 09:04 AM
Fun programming puzzler - by Stereo - 2010-11-12, 12:29 PM
Fun programming puzzler - by Dusk - 2010-11-12, 12:45 PM
Fun programming puzzler - by Spaz - 2010-11-12, 12:48 PM
Fun programming puzzler - by Fiel - 2010-11-12, 04:10 PM
Fun programming puzzler - by Russt - 2010-11-13, 02:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)