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

Ports - Ari #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Ports - Ari #4

wants to merge 3 commits into from

Conversation

aribray
Copy link

@aribray aribray commented Apr 30, 2019

No description provided.

aribray added 3 commits April 29, 2019 19:16
…d also made more efficient by removing the unused row_set and col_set and putting that logic into my first set of loops
Copy link

@joan8627 joan8627 left a comment

Choose a reason for hiding this comment

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

Good working solution! It is a great idea to mark the elements (setting it to 'x') for future use. Do you think there are alternative ways to mark the elements, such that when we look at an arbitrary element (e.g. matrix[i][j]), we know what to do (whether it becomes zero or stays the same) right away (without having to go down the row/column then come back to do what needed to be done)? Let me know if you need more explanation!

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