Re: Does the number of nines increase?

Liste des GroupesRevenir à s math 
Sujet : Re: Does the number of nines increase?
De : ben (at) *nospam* bsb.me.uk (Ben Bacarisse)
Groupes : sci.math
Date : 11. Jul 2024, 02:11:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <878qy8n36e.fsf@bsb.me.uk>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Gnus/5.13 (Gnus v5.13)
"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes:

On 7/10/2024 5:32 PM, Ben Bacarisse wrote:
"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes:
[...]
For example, with these tiles, the sequence 1, 2, 1, 3 produces
>
>
   aa    bb    aa    abb
   aab   ba    aab    b
>
r[0] = aa
r[1] = bb
r[3] = abb
r[4] = aab
r[5] = ba
r[6] = b
>
Where:
>
r[0]  r[1]  r[0]  r[3]
r[4]  r[5]  r[4]  r[6]
>
>
Is a legit mapping?

I have no idea why you numbered the strings like that.  In C I might
represent this example as:

  struct {
    char *top, *bottom;
  } tiles[3] = {
    { "",    ""    },  // dummy entry so we can use numbers 1 to 3
    { "aa",  "aab" },
    { "bb",  "ba"  },
    { "abb", "b"   }
  };

and there is a solution because the concatenation of

  tile[1].top, tile[2].top, tile[1].top, tile[3].top

and

  tile[1].bottom, tile[2].bottom, tile[1].bottom, tile[3].bottom

are the same string.  The solution being the sequence of indexes 1, 2,
1, 3.

Is that any help?

--
Ben.

Date Sujet#  Auteur
25 Jun 24 * Does the number of nines increase?427WM
26 Jun 24 +* Re: Does the number of nines increase?358Jim Burns
26 Jun 24 i`* Re: Does the number of nines increase?357WM
26 Jun 24 i +* Re: Does the number of nines increase?335Jim Burns
26 Jun 24 i i+* Re: Does the number of nines increase?310Chris M. Thomasson
26 Jun 24 i ii`* Re: Does the number of nines increase?309Jim Burns
27 Jun 24 i ii `* Re: Does the number of nines increase?308WM
27 Jun 24 i ii  +* Re: Does the number of nines increase?84FromTheRafters
27 Jun 24 i ii  i`* Re: Does the number of nines increase?83WM
28 Jun 24 i ii  i +* Re: Does the number of nines increase?81Richard Damon
28 Jun 24 i ii  i i`* Re: Does the number of nines increase?80WM
29 Jun 24 i ii  i i +* Re: Does the number of nines increase?11Chris M. Thomasson
29 Jun 24 i ii  i i i`* Re: Does the number of nines increase?10WM
29 Jun 24 i ii  i i i +* Re: Does the number of nines increase?3Chris M. Thomasson
30 Jun 24 i ii  i i i i+- Re: Does the number of nines increase?1Chris M. Thomasson
30 Jun 24 i ii  i i i i`- Re: Does the number of nines increase?1WM
29 Jun 24 i ii  i i i `* Re: Does the number of nines increase?6joes
30 Jun 24 i ii  i i i  `* Re: Does the number of nines increase?5WM
30 Jun 24 i ii  i i i   `* Re: Does the number of nines increase?4Jim Burns
1 Jul 24 i ii  i i i    `* Re: Does the number of nines increase?3WM
1 Jul 24 i ii  i i i     `* Re: Does the number of nines increase?2Chris M. Thomasson
1 Jul 24 i ii  i i i      `- Re: Does the number of nines increase?1Chris M. Thomasson
3 Jul 24 i ii  i i +* Re: Does the number of nines increase?8Moebius
3 Jul 24 i ii  i i i`* Re: Does the number of nines increase?7WM
3 Jul 24 i ii  i i i `* Re: Does the number of nines increase?6Moebius
3 Jul 24 i ii  i i i  `* Re: Does the number of nines increase?5WM
3 Jul 24 i ii  i i i   `* Re: Does the number of nines increase?4Moebius
3 Jul 24 i ii  i i i    `* Re: Does the number of nines increase?3Moebius
4 Jul 24 i ii  i i i     `* Re: Does the number of nines increase?2WM
4 Jul 24 i ii  i i i      `- Re: Does the number of nines increase?1Moebius
3 Jul 24 i ii  i i `* Re: Does the number of nines increase?60Jim Burns
3 Jul 24 i ii  i i  +- Re: Does the number of nines increase?1Moebius
3 Jul 24 i ii  i i  `* Re: Does the number of nines increase?58WM
3 Jul 24 i ii  i i   +- Re: Does the number of nines increase?1Moebius
4 Jul 24 i ii  i i   `* Re: Does the number of nines increase?56Jim Burns
4 Jul 24 i ii  i i    +- Re: Does the number of nines increase?1Moebius
4 Jul 24 i ii  i i    `* Re: Does the number of nines increase?54WM
4 Jul 24 i ii  i i     `* Re: Does the number of nines increase?53Jim Burns
5 Jul 24 i ii  i i      `* Re: Does the number of nines increase?52WM
5 Jul 24 i ii  i i       `* Re: Does the number of nines increase?51Jim Burns
7 Jul 24 i ii  i i        `* Re: Does the number of nines increase?50WM
7 Jul 24 i ii  i i         `* Re: Does the number of nines increase?49Chris M. Thomasson
7 Jul 24 i ii  i i          `* Re: Does the number of nines increase?48WM
7 Jul 24 i ii  i i           `* Re: Does the number of nines increase?47Chris M. Thomasson
8 Jul 24 i ii  i i            `* Re: Does the number of nines increase?46WM
9 Jul 24 i ii  i i             `* Re: Does the number of nines increase?45Chris M. Thomasson
9 Jul 24 i ii  i i              `* Re: Does the number of nines increase?44FromTheRafters
9 Jul 24 i ii  i i               `* Re: Does the number of nines increase?43Chris M. Thomasson
9 Jul 24 i ii  i i                +* Re: Does the number of nines increase?41Moebius
9 Jul 24 i ii  i i                i`* Re: Does the number of nines increase?40Chris M. Thomasson
9 Jul 24 i ii  i i                i +* Re: Does the number of nines increase?37Moebius
10 Jul 24 i ii  i i                i i`* Re: Does the number of nines increase?36Chris M. Thomasson
11 Jul 24 i ii  i i                i i `* Re: Does the number of nines increase?35Moebius
11 Jul 24 i ii  i i                i i  `* Re: Does the number of nines increase?34Chris M. Thomasson
11 Jul 24 i ii  i i                i i   +* Re: Does the number of nines increase?4Chris M. Thomasson
11 Jul 24 i ii  i i                i i   i+- Re: Does the number of nines increase?1Moebius
11 Jul 24 i ii  i i                i i   i`* Re: Does the number of nines increase?2FromTheRafters
11 Jul 24 i ii  i i                i i   i `- Re: Does the number of nines increase?1Chris M. Thomasson
11 Jul 24 i ii  i i                i i   `* Re: Does the number of nines increase?29Moebius
11 Jul 24 i ii  i i                i i    +* Re: Does the number of nines increase?13Moebius
11 Jul 24 i ii  i i                i i    i`* Re: Does the number of nines increase?12Moebius
11 Jul 24 i ii  i i                i i    i +* Re: Does the number of nines increase?9Moebius
11 Jul 24 i ii  i i                i i    i i`* Re: Does the number of nines increase?8Chris M. Thomasson
11 Jul 24 i ii  i i                i i    i i `* Re: Does the number of nines increase?7Ben Bacarisse
11 Jul 24 i ii  i i                i i    i i  +* Re: Does the number of nines increase?2Chris M. Thomasson
11 Jul 24 i ii  i i                i i    i i  i`- Re: Does the number of nines increase?1Ben Bacarisse
11 Jul 24 i ii  i i                i i    i i  +* Re: Does the number of nines increase?2Chris M. Thomasson
11 Jul 24 i ii  i i                i i    i i  i`- Re: Does the number of nines increase?1Ben Bacarisse
11 Jul 24 i ii  i i                i i    i i  `* Re: Does the number of nines increase?2Chris M. Thomasson
11 Jul 24 i ii  i i                i i    i i   `- Re: Does the number of nines increase?1Ben Bacarisse
11 Jul 24 i ii  i i                i i    i `* Re: Does the number of nines increase?2Moebius
11 Jul 24 i ii  i i                i i    i  `- Re: Does the number of nines increase?1Chris M. Thomasson
11 Jul 24 i ii  i i                i i    +* Re: Does the number of nines increase?2Chris M. Thomasson
11 Jul 24 i ii  i i                i i    i`- Re: Does the number of nines increase?1Moebius
11 Jul 24 i ii  i i                i i    `* Re: Does the number of nines increase?13Jim Burns
11 Jul 24 i ii  i i                i i     +- Re: Does the number of nines increase?1Moebius
12 Jul 24 i ii  i i                i i     `* Re: Does the number of nines increase?11WM
12 Jul 24 i ii  i i                i i      `* Re: Does the number of nines increase?10Jim Burns
13 Jul 24 i ii  i i                i i       +- Re: Does the number of nines increase?1Moebius
13 Jul 24 i ii  i i                i i       `* Re: Does the number of nines increase?8WM
13 Jul 24 i ii  i i                i i        +* Re: Does the number of nines increase?6Jim Burns
14 Jul 24 i ii  i i                i i        i`* Re: Does the number of nines increase?5WM
14 Jul 24 i ii  i i                i i        i +- Re: Does the number of nines increase?1Jim Burns
15 Jul 24 i ii  i i                i i        i `* Re: Does the number of nines increase?3Moebius
15 Jul 24 i ii  i i                i i        i  `* Re: Does the number of nines increase?2WM
16 Jul 24 i ii  i i                i i        i   `- Re: Does the number of nines increase?1Chris M. Thomasson
14 Jul 24 i ii  i i                i i        `- Re: Does the number of nines increase?1Moebius
10 Jul 24 i ii  i i                i `* Re: Does the number of nines increase?2Moebius
10 Jul 24 i ii  i i                i  `- Re: Does the number of nines increase?1WM
10 Jul 24 i ii  i i                `- Re: Does the number of nines increase?1FromTheRafters
2 Jul 24 i ii  i `- Re: Does the number of nines increase?1Moebius
28 Jun 24 i ii  +* Re: Does the number of nines increase?215joes
28 Jun 24 i ii  i`* Re: Does the number of nines increase?214WM
28 Jun 24 i ii  i +* Re: Does the number of nines increase?68joes
28 Jun 24 i ii  i i+* Re: Does the number of nines increase?60FromTheRafters
28 Jun 24 i ii  i ii`* Re: Does the number of nines increase?59WM
28 Jun 24 i ii  i ii `* Re: Does the number of nines increase?58FromTheRafters
29 Jun 24 i ii  i ii  +* Re: Does the number of nines increase?51Ross Finlayson
29 Jun 24 i ii  i ii  i+- Re: Does the number of nines increase?1Ross Finlayson
29 Jun 24 i ii  i ii  i+* Re: Does the number of nines increase?36FromTheRafters
29 Jun 24 i ii  i ii  ii`* Re: Does the number of nines increase?35WM
29 Jun 24 i ii  i ii  i+* Re: Does the number of nines increase?2WM
29 Jun 24 i ii  i ii  i`* Re: Does the number of nines increase?11Jim Burns
29 Jun 24 i ii  i ii  `* Re: Does the number of nines increase?6WM
28 Jun 24 i ii  i i`* Re: Does the number of nines increase?7WM
3 Jul 24 i ii  i `* Re: Does the number of nines increase?145Moebius
30 Jun 24 i ii  `* Re: Does the number of nines increase?8Jim Burns
27 Jun 24 i i`* Re: Does the number of nines increase?24WM
26 Jun 24 i `* Re: Does the number of nines increase?21Chris M. Thomasson
26 Jun 24 +* Re: Does the number of nines increase?17FromTheRafters
26 Jun 24 +* Re: Does the number of nines increase?5Chris M. Thomasson
30 Jun 24 +* Re: Does the number of nines increase?8Moebius
4 Jul 24 `* Re: Does the number of nines increase?38Peter Fairbrother

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal