... "in the traditional way" ...
Almost; two little tricks help with big numbers, though (both a math trick and a coding trick).
That should not reveal too much info, I hope.
Search found 11 matches
- Mon Aug 31, 2009 12:38 am
- Forum: Runaway Robot Puzzle
- Topic: Sample Solving Algorhythm
- Replies: 10
- Views: 36922
scheme vs. Lisp: Scheme is a lisp with guaranteed tail-call elimination, guaranteed continuation support and a few other nice semantic highlights. The syntax is lisp (aka functions with parens around). btw. the number and usage of parens is the same, so megabreit probably had too much of dope when l...
- Thu Aug 27, 2009 3:21 pm
- Forum: Challenges Solved
- Topic: A Life Worth Living
- Replies: 22
- Views: 6001
yes, smalltalk's syntax was made to read like english, with object, predicate, subject as in: someObject doSomethingWith: argument. Once you got used to its (non-C-like) syntax, it reads very easy. ((and it has all those fancy features like closures, reflection, meta-class protocols etc. seems like ...
- Thu Aug 27, 2009 2:16 pm
- Forum: Challenges Solved
- Topic: Affirmative
- Replies: 15
- Views: 3658
- Tue Aug 25, 2009 5:04 pm
- Forum: Challenges Solved
- Topic: Deja Vu
- Replies: 17
- Views: 5786
- Tue Aug 25, 2009 1:58 pm
- Forum: Challenges Solved
- Topic: A Repeat of Pi
- Replies: 21
- Views: 4791
I took successive 8-digit sequences as hashkey a set of already encountered positions for that 8digit sequence. When encountering an already hashed sequence, look if it is acrually longer and remrember the longest. Takes 4 seconds to find the answer in unoptimized code. _98_arepeatOfPI |sequenceHash...
- Tue Aug 25, 2009 1:29 pm
- Forum: Challenges Solved
- Topic: Bigger Fib
- Replies: 10
- Views: 2286
- Tue Aug 25, 2009 1:03 pm
- Forum: Challenges
- Topic: Big Fib
- Replies: 36
- Views: 51399
- Tue Aug 25, 2009 12:45 pm
- Forum: Challenges Solved
- Topic: A Life Worth Living
- Replies: 22
- Views: 6001
a png to rle converter helped - took only a few minutes to write... Here's the code: _141_populationOfLifeGeneration_saveFile |img wI hI w h sample row col board margin| margin := 100. img := (PNGReader readStream:(HTTPInterface get:'http://www.hacker.org/challenge/img/life2.png') data readStream) i...
- Sun Aug 23, 2009 4:16 pm
- Forum: Challenges Solved
- Topic: calculator
- Replies: 20
- Views: 4121
- Thu Aug 20, 2009 11:52 am
- Forum: Challenges
- Topic: Didactic Blue
- Replies: 44
- Views: 84805