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

Val - Edges - Matrix check sum #18

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

Conversation

valgidzi
Copy link

No description provided.

@shrutivanw
Copy link

Your algorithm looks good.

Since the problem statement asked to not use any Ruby provided methods like .sum, think through how you'd account for not using .sum.

Also, elaborate the reasoning behind your time and space complexities. The time complexity of your algorithm is actually O(n * n) where n is the number of rows or number of columns. Can you think through how?

Slack me if you have questions or want to chat further.

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