Author |
Message |
Topic: How large the high-levels are |
cutter
Replies: 9
Views: 30275
|
Forum: Modulo Puzzle Posted: Sun Dec 16, 2012 6:28 pm Subject: How large the high-levels are |
What do you mean by "Fields per piece"?
Hm, maybe the term "fields" is misleading in this context.
"Fields per piece" should denote the number of colored squares per pi ... |
 |
Topic: How large the high-levels are |
cutter
Replies: 9
Views: 30275
|
Forum: Modulo Puzzle Posted: Sat Nov 24, 2012 12:23 pm Subject: Level statistics |
I made some statistics about the available levels.
The numbers are generated by examining 100 instances of each level.
Level #Colors #Pieces Game size Fields per piece
1 2 ... |
 |
Topic: server down |
cutter
Replies: 3
Views: 22127
|
Forum: BitBath Posted: Tue Jul 05, 2011 8:00 am Subject: server down |
It seems that the Bitbath site is not working. Adum can you please fix it?! |
 |
Topic: Superhack vs HVM |
cutter
Replies: 4
Views: 7479
|
Forum: Challenges Posted: Wed Mar 10, 2010 7:40 am Subject: Superhack vs HVM |
here's some example code and how the memory would look
123} 456} 3[789{ 6]111!
123,,,,,,,,,
,,,456,,,111
789,,,,,,,,,
that 's how the memory would look:
123,,,,,,,, ... |
 |
Topic: Snake Arithmetic |
cutter
Replies: 40
Views: 62061
|
Forum: Challenges Posted: Sat Mar 06, 2010 4:20 pm Subject: Snake Arithmetic |
try adding 1 to your solution |
 |
Topic: Bug in calculation of score? |
cutter
Replies: 3
Views: 7694
|
Forum: Challenges Posted: Wed Feb 10, 2010 4:26 pm Subject: Bug in calculation of score? |
Yes that's true. I told adum a few months ago but it seems he hasn't fix it yet. |
 |
Topic: Big Fib |
cutter
Replies: 36
Views: 47228
|
Forum: Challenges Posted: Tue Apr 14, 2009 5:49 pm Subject: Big Fib |
looks like the sequence of the natural numbers  |
 |
Topic: Confused on what a challenge is asking? |
cutter
Replies: 48
Views: 78146
|
Forum: Challenges Posted: Mon Apr 06, 2009 8:19 am Subject: Confused on what a challenge is asking? |
In the "Didactic Scrambled Egg Cipher Pre-Warmup Challenge"-challenge does " for (int eggs = {each 3-byte tuple in plaintext}) " mean that i should consider 000102, 030405 ,060708 ... |
 |
Topic: String Reversal |
cutter
Replies: 4
Views: 7837
|
Forum: Challenges Posted: Wed Mar 25, 2009 7:30 pm Subject: String Reversal |
i guess he talk about strings in generell because he haven't reach this challenge  |
 |
Topic: V.I.L.E. |
cutter
Replies: 15
Views: 33674
|
Forum: Challenges Posted: Tue Mar 24, 2009 4:15 pm Subject: V.I.L.E. |
This idea of the challenge is really nice, but i think the realisation is very ugly.
It is inconsistent and ambiguous at some points and the +809 seems to be a mistake.
edit: solved it but still d ... |
 |
Topic: Not Chess |
cutter
Replies: 16
Views: 34257
|
Forum: Challenges Posted: Tue Mar 17, 2009 9:46 am Subject: Not Chess |
to know the function didn't help me at all
i think thr function behave strange for "unnormal" input like space, comma etc
but maybe i'm trying to type in the wrong word |
 |
Topic: Flash Flood - buggy error message? |
cutter
Replies: 3
Views: 7898
|
Forum: Challenges Posted: Fri Mar 06, 2009 11:23 pm Subject: Flash Flood - buggy error message? |
i also tried to solve it today and wondered that the error message is not that detailed like in the warmup challenge
i tried to solve the warmup challenge with my program and it took only about 17500 ... |
 |
Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge |
cutter
Replies: 26
Views: 43286
|
Forum: Challenges Posted: Sun Feb 22, 2009 10:25 pm Subject: Didactic Scrambled Egg Cipher Pre-Warmup Challenge |
i have just one question:
does " for (int eggs = {each 3-byte tuple in plaintext}) " mean that i should consider 000102, 030405 ,060708 for the plaintext 00010203040506070809 in hex? |
 |