Talk:Fairshare between two and more: Difference between revisions

From Rosetta Code
Content added Content deleted
 
Line 2: Line 2:
==Perl 6 count of how many turns each person gets==
==Perl 6 count of how many turns each person gets==
Whilst important to some degree, the sequence minimises any advantage that going first/going earlier might give. I've blogged twice, [http://paddy3118.blogspot.com/2019/08/sharing-fairly-thue-morse.html here], and [https://paddy3118.blogspot.com/2020/01/sharing-another-way.html here] about it and the sequence appears many times in science and maths. (Try [https://cs.uwaterloo.ca/~shallit/Papers/ubiq15.pdf this] paper (PDF), for example. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 23:54, 1 February 2020 (UTC)
Whilst important to some degree, the sequence minimises any advantage that going first/going earlier might give. I've blogged twice, [http://paddy3118.blogspot.com/2019/08/sharing-fairly-thue-morse.html here], and [https://paddy3118.blogspot.com/2020/01/sharing-another-way.html here] about it and the sequence appears many times in science and maths. (Try [https://cs.uwaterloo.ca/~shallit/Papers/ubiq15.pdf this] paper (PDF), for example. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 23:54, 1 February 2020 (UTC)

:I have to say, I kind of missed the point of the task initially so was not really sure what it was demonstrating. The actual algorithm was simple, the reason for it escaped me. After reading your links, the lightbulb lit. I removed the "number of times each person goes" which was kind-of pointless, and added a "fairness correlation" calculation showing the relative fairness to the Perl 6 entry. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 13:43, 2 February 2020 (UTC)

Revision as of 13:44, 2 February 2020

Perl 6 count of how many turns each person gets

Whilst important to some degree, the sequence minimises any advantage that going first/going earlier might give. I've blogged twice, here, and here about it and the sequence appears many times in science and maths. (Try this paper (PDF), for example. --Paddy3118 (talk) 23:54, 1 February 2020 (UTC)

I have to say, I kind of missed the point of the task initially so was not really sure what it was demonstrating. The actual algorithm was simple, the reason for it escaped me. After reading your links, the lightbulb lit. I removed the "number of times each person goes" which was kind-of pointless, and added a "fairness correlation" calculation showing the relative fairness to the Perl 6 entry. --Thundergnat (talk) 13:43, 2 February 2020 (UTC)