dsa-ou / algoesup

Algorithmic essays support: examples, templates, guides, library
https://dsa-ou.github.io/algoesup/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Time functions have different keywords #22

Closed mwermelinger closed 8 months ago

mwermelinger commented 8 months ago

In time.py, function time_cases() has parameter start_size but time_functions() has start because it can be the start value (for time_functions_int) rather than the start size. Options:

In both cases, either the code or the docs, examples and templates must be checked and updated (e.g. the writing guide uses start_size for both functions).

mwermelinger commented 8 months ago

We decided to change to start