Search found 5 matches
- Sun Oct 06, 2013 6:56 pm
- Forum: Challenges
- Topic: harmonic
- Replies: 44
- Views: 63519
- Sun Oct 06, 2013 4:52 pm
- Forum: Challenges
- Topic: Can't understand "Trip to the past"
- Replies: 24
- Views: 35689
- Thu Sep 12, 2013 1:33 pm
- Forum: Challenges Solved
- Topic: A Repeat of Pi
- Replies: 21
- Views: 1973
Recursive
I used a recursive DFS algorithm: #!/usr/bin/env python3 import os file=open("pi_1mio1.txt", "r") pi=file.read() # random small startvalue lengrecord=3 longest="123" def search(start,leng): global lengrecord, longest if leng > lengrecord: lengrecord=leng longest=start f...
- Thu Oct 27, 2011 9:23 pm
- Forum: Challenges
- Topic: Didactic text 2
- Replies: 87
- Views: 122348
DaymItzJack wrote:Don't bring people to wrong paths - it ist NOt 7-9 chars long. (it's a bit longer)AMindForeverVoyaging wrote: The fact that you get a 7-9 character answer all in plain text using the same method on an easy challenge is enough information for you to guess "oh hey, this is correct."
- Tue Sep 27, 2011 11:49 pm
- Forum: Challenges
- Topic: V.I.L.E.
- Replies: 15
- Views: 36330