[ot] [wrong] DistractionBot Goes To Work

Karl gmkarl at gmail.com
Sat Jun 5 12:44:30 PDT 2021


On Sat, Jun 5, 2021, 3:42 PM Karl <gmkarl at gmail.com> wrote:

> S_n and a 1 minute delay.
>
> St(n): time person n arrives.
> Sts(n): time person n begins being served
> Stf(n): time person n is done being served and leaves
>
> Stf(n) = Sts(n) + 1
> Sts(n) = max(St(n), Stf(n -1))
>

Sts(n) = max(St(n), Sts(n - 1) + 1)

Each iteration, the final value is either one more than the previous, or a
newly defined value.

>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/html
Size: 1488 bytes
Desc: not available
URL: <https://lists.cpunks.org/pipermail/cypherpunks/attachments/20210605/62c832a0/attachment.txt>


More information about the cypherpunks mailing list