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

tests passed #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

tests passed #13

wants to merge 1 commit into from

Conversation

leannerivera
Copy link

@leannerivera leannerivera commented Oct 30, 2018

space complexity = o(n) - linear
time complexity = o(n^2) - quadratic

@shrutivanw
Copy link

Nice work!

Since the problem definition encouraged you to optimize the space complexity, can you think of how you may tweak your algorithm to have O(1) space complexity? After you've given it some thought, compare your solution with mine at: https://github.com/Ada-C10/matrix_check_sum/blob/solution/lib/matrix_check_sum.rb

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