Skip to content

Conversation

@toChaim
Copy link

@toChaim toChaim commented Jul 31, 2017

No description provided.

Copy link
Contributor

@mmmaaatttttt mmmaaatttttt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just needs a tweak to number 8 in part 1. Otherwise looks good!

5. `O(n + n + n + n)`=== O(n)
6. `O(1000 * log(n) + n)` === O(log n)
7. `O(1000 * n * log(n) + n)` === O(n log n)
8. `O(2^n + n^2)` === O(n^2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check this one.

@mmmaaatttttt
Copy link
Contributor

big O exercises look good. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants