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

new Python question not in list (linear runtime) #279

Closed
Wingman4l7 opened this issue Aug 14, 2020 · 3 comments
Closed

new Python question not in list (linear runtime) #279

Wingman4l7 opened this issue Aug 14, 2020 · 3 comments
Labels
good first issue Good for newcomers

Comments

@Wingman4l7
Copy link

Screen Shot 2020-08-13 at 8 02 59 PM

@Ebazhanov Ebazhanov added the good first issue Good for newcomers label Aug 14, 2020
@Dhanush-Garrepalli
Copy link

The amount of time it takes the function to complete grows linearly as the input size increases

@Wingman4l7
Copy link
Author

Here is the text of the question and answers in Markdown so a PR can be made and the question can be added:

Q53. What does it mean for a function to have linear runtime?

  • You did not use very many advanced computer programming concepts in your code.
  • The difficulty level your code is written at is not that high.
  • It will take your program less than half a second to run.
  • The amount of time it takes the function to complete grows linearly as the input size increases.

@Ebazhanov
Copy link
Owner

Thank you Guys! @Wingman4l7 @Dhanush-Garrepalli
FYI I added it directly to master, but it was a good idea to create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants