Page 23 of 49

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 11:23 am
by kuuskytkolme
I'm declaring DanielH the winner. Are you doing the next one?

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 11:39 am
by DanielH
Sure, but I can’t start it for another sixish (?) hours. Or, since, I did the one before this, somebody else can take a turn.

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 6:21 pm
by DanielH
Okay, 8 is about six, it still counts:

Allowed strings: Zero or more digits or periods; that is, any (positive integer) number of characters from 0123456789.
Projected difficulty: on the easy end probably?

Initial koan: 1.4
Initial non-koan: 1.41421...

(Apparently my rule agrees with the second letter-writer here)
Information
Initial post: http://alicorn.elcenia.com/board/viewto ... 066#p28066
SHA-1: c74602e56cdb76a3be274c76246839c4175a52cd

Yes:

Code: Select all

1.4
No:

Code: Select all

1.41421...

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 6:21 pm
by DanielH
Rule clarification (that post will not be edited): empty string is well-formed

Solution post

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 7:31 pm
by Lambda
[the empty string] (unclear whether this is well-formed: you said "zero or more" but also "positive integer")
0
1
3
4
10
.
1.
.1
1.333...


(edit: closed dangling quotation)

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 7:50 pm
by DanielH
I meant nonnegative integer.

The empty string works. The others do not. Will provide list shortly.

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 7:54 pm
by Lambda
...
1.5
.1.
1..
..4
0.4
1.4142...
1.2.34
4.1
14.

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 9:02 pm
by DanielH
Only 1.5 and 1..
Information
Initial post: http://alicorn.elcenia.com/board/viewto ... 066#p28066
SHA-1: c74602e56cdb76a3be274c76246839c4175a52cd

Yes:
(the empty string)
1..
1.4
1.5

No:
.
...
0
0.4
1
.1
.1.
1.
10
1.2.34
1.333...
14.
1.4142...
1.41421...
3
4
..4
4.1

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 10:51 pm
by Unbitwise
1.2
2.3
2.4
3.4
3.5
4.5
1.9
0.1
1.0

Re: Cooperative Zendo

Posted: Wed Oct 05, 2016 10:55 pm
by DanielH
yes, no, no, no, no, no, yes, no, yes
Information
Initial post: http://alicorn.elcenia.com/board/viewto ... 066#p28066
SHA-1: c74602e56cdb76a3be274c76246839c4175a52cd

Yes:
(the empty string)
1..
1.0
1.2
1.4
1.5
1.9

No:
.
...
0
0.1
0.4
1
.1
.1.
1.
10
1.2.34
1.333...
14.
1.4142...
1.41421...
2.3
2.4
3
3.4
3.5
4
..4
4.1
4.5