Search found 7 matches
- Fri Jun 17, 2011 2:24 pm
- Forum: Challenges
- Topic: Can't understand "Trip to the past"
- Replies: 24
- Views: 35674
- Thu Jun 16, 2011 6:04 pm
- Forum: Challenges Solved
- Topic: Soviet Intercept
- Replies: 10
- Views: 870
- Tue Jun 14, 2011 4:58 pm
- Forum: Challenges Solved
- Topic: Lazy Maze
- Replies: 26
- Views: 2075
- Mon Jun 13, 2011 8:46 pm
- Forum: Challenges
- Topic: Lazy Maze
- Replies: 30
- Views: 42867
How long does the solution take to find on your implementations? I'm using Perl and LWP and I've been running for a while here.. Serious buyers remorse. That and I've thought of two decent optimisations in the meantime. - Edit: Solved - Just a tip.. be very careful how you check your navigation.. le...
- Mon Mar 01, 2010 10:53 pm
- Forum: Challenges
- Topic: My Chemical Romance
- Replies: 14
- Views: 20076
- Tue Feb 23, 2010 9:58 pm
- Forum: Challenges
- Topic: Valuation - piece of code won't work
- Replies: 6
- Views: 10886
- Tue Feb 23, 2010 9:12 pm
- Forum: Challenges
- Topic: Valuation - piece of code won't work
- Replies: 6
- Views: 10886
Valuation not working
Is this challenge broken? I can't understand why my solution won't work, I've tested it a few times with data that I manually checked and it works. It doesn't 'remove' the X's.. it just stores the last two numbers read then re-adds them if it hits an X: $x = "93752xxx...."; @s = split(//, ...