Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the time complexities #101

Closed
1 task done
skyerguo opened this issue Nov 10, 2022 · 3 comments
Closed
1 task done

Add the time complexities #101

skyerguo opened this issue Nov 10, 2022 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@skyerguo
Copy link

skyerguo commented Nov 10, 2022

  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

I am wondering if you can add the calculation complexity (something like O(N^2)) in the documentation.
It would provide programmers with more information about how to pick an appropriate function.

@mgao97
Copy link
Collaborator

mgao97 commented Nov 30, 2022

Got it! We will add it soon!

@mgao97 mgao97 added the enhancement New feature or request label Nov 30, 2022
@tddschn tddschn self-assigned this Dec 19, 2022
@tddschn
Copy link
Member

tddschn commented Dec 19, 2022

@skyerguo @mgao97
I'm working on this task - a few quick questions

  • There are so many functions and methods, where do I start?
  • Should I just add the time complexities in the function docstrings?

@tddschn tddschn changed the title Could you please add the calculation complexity for functions? Add the time complexities Dec 19, 2022
@tddschn tddschn added the documentation Improvements or additions to documentation label Dec 19, 2022
@tddschn
Copy link
Member

tddschn commented Dec 23, 2022

@tddschn tddschn closed this as completed Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants