Search found 2 matches

by akim
Wed Jul 05, 2006 7:12 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110415

Re: ^^

my code gives:
...
Insert this condition. You will get accept.

Any command in which a = b or in which a and b are in the same stack of blocks is an illegal command. All illegal commands should be ignored and should have no affect on the configuration of blocks

Thx. That one solved it for me ...
by akim
Tue Jul 04, 2006 4:48 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320000

DOH! Thanks :)

I've been scratching my head trying to figure out why my program constantly exceeded the time limit. couldn't realy optimize it much more (with my limited knowledge ;)). But ofcourse I was assuming j would allways be the high number, causing an infinate loop... Silly me ;)

Finaly ...

Go to advanced search