Sujet : Re: Suggested method for returning a string from a C program?
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 19. Mar 2025, 11:36:47
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250319123647.000035ed@yahoo.com>
References : 1
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Tue, 18 Mar 2025 21:38:55 -0400
DFS <
nospam@dfs.com> wrote:
I'm doing these algorithm problems at
https://cses.fi/problemset/list/
For instance: Weird Algorithm
https://cses.fi/problemset/task/1068
It is not an interesting programming exercise. But it looks to me as a
challenging math exercise. I mean, how could we give a not too
pessimistic estimate for upper bound of length of the sequence that
starts at given n without running a full sequence? Or estimate for
maximal value in the sequence?
So far, I found no answers.