codereport / jello

A Python script for wrapping Jellyfish (a fork of Jelly) so you can more easily play with the language.
MIT License
48 stars 4 forks source link

FEATURE: Algorithmic Complexity #11

Open andreacortis opened 7 months ago

andreacortis commented 7 months ago

Another feature that could be added to the trace is the computational complexity of the algorithm, so that one could say besides the shortness and elegance of the solution, what is the acual performance. I think that this would be yet another dependable teaching tool. What do you think?

codereport commented 7 months ago

That would be an awesome idea. Especially it would highlight the difference between group each len and group_len or + 2 chunk_fold for chunk 2 each sum

andreacortis commented 7 months ago

Conor, I have to say I am enjoying immensely the Jello saga and learned a great deal from you. Kudos!