On Saturday, 30 October 2021, Dieter Maurer wrote:
> Shaozhong SHI wrote at 2021-10-29 23:42 +0100:
> >Python script works well, but seems to stop running at a certain point
> when
> >handling very large dataset.
> >
> >Can anyone shed light on this?
>
> Some algorithms have non linear runtime.
>
Shaozhong SHI wrote at 2021-10-29 23:42 +0100:
>Python script works well, but seems to stop running at a certain point when
>handling very large dataset.
>
>Can anyone shed light on this?
Some algorithms have non linear runtime.
For example, it is quite easy to write code with
quadratic runtime
Dan Stromberg wrote at 2021-10-29 16:38 -0700:
>Is there a predefined function somewhere that can accept the 3 things on
>the LHS in the subject line, and give back a resultant relative path -
>relative to the unchanged CWD?
>
>To illustrate, imagine:
>1) You're sitting in /home/foo/coolprog
>2) Yo