Search found 31 matches
- Tue Dec 06, 2011 4:18 pm
- Forum: Crossflip
- Topic: Stuck at level 91? (Server fault?)
- Replies: 30
- Views: 89654
- Wed Oct 05, 2011 6:03 pm
- Forum: Challenges
- Topic: Challenge 'Viewpoints' [Web] (public beta)
- Replies: 7
- Views: 10267
- Thu Sep 22, 2011 5:16 pm
- Forum: Challenges
- Topic: Challenge 'Viewpoints' [Web] (public beta)
- Replies: 7
- Views: 10267
- Tue Sep 20, 2011 2:37 pm
- Forum: Challenges
- Topic: VIndicated
- Replies: 24
- Views: 46108
- Wed Sep 14, 2011 5:38 pm
- Forum: Challenges
- Topic: Spiral Bits
- Replies: 38
- Views: 65968
- Wed Sep 07, 2011 11:10 am
- Forum: Crossflip
- Topic: Code optimization
- Replies: 57
- Views: 156370
- Mon Sep 05, 2011 10:09 am
- Forum: Challenges Solved
- Topic: Beautiful City
- Replies: 6
- Views: 540
- Wed Aug 03, 2011 10:50 am
- Forum: Challenges Solved
- Topic: Another Typo
- Replies: 6
- Views: 569
Re: Another Typo
Same here - I found the solution to this one pretty fast, whereas "Typo" took a whole lot of time.AMindForeverVoyaging wrote:165? Huh? I found the solution after 5 minutes of trying - the previous one, 'Typo', actually took me longer ;)
- Mon Aug 01, 2011 2:08 pm
- Forum: Challenges Solved
- Topic: Unusual Colors
- Replies: 9
- Views: 611
- Mon Aug 01, 2011 11:01 am
- Forum: Challenges Solved
- Topic: HVM Cipher
- Replies: 10
- Views: 1210
- Sat Jul 30, 2011 9:47 pm
- Forum: Challenges Solved
- Topic: Unusual Colors
- Replies: 9
- Views: 611
- Thu Jul 07, 2011 10:38 pm
- Forum: Crossflip
- Topic: Stuck at level 91? (Server fault?)
- Replies: 30
- Views: 89654
- Sat May 21, 2011 4:03 pm
- Forum: Crossflip
- Topic: Code optimization
- Replies: 57
- Views: 156370
Yeah, by n i meant length * height. Solving #224 takes 4.78s on my computer [not counting the time to get the level and sending the solution]. In every instruction I manipulate 64 bits at the same time by using unsigned long long as type for saving the data [which improves my code a lot since I use ...
- Fri Dec 31, 2010 10:19 am
- Forum: Challenges
- Topic: Secure Room
- Replies: 25
- Views: 36827
- Tue Nov 16, 2010 3:00 pm
- Forum: Crossflip
- Topic: Code optimization
- Replies: 57
- Views: 156370
18 seconds? Holy shit oO I used Gauss on an average Computer [dualcore 2,2GHz, 64 Bit Ubuntu 10.10] and may be able to double the speed if I use threads [gonna try out that one next]. I guess you used a way better algorithm? Edit: Ok, threading seems to slow down my program :[ Looks like I can't opt...