Skip to content

Sockets - Nidhi#11

Open
nidhiparixitpatel wants to merge 2 commits intoAda-C11:masterfrom
nidhiparixitpatel:master
Open

Sockets - Nidhi#11
nidhiparixitpatel wants to merge 2 commits intoAda-C11:masterfrom
nidhiparixitpatel:master

Conversation

@nidhiparixitpatel
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

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

This definitely works and has a very clever solution. There is another way to use the 1st row and column to store which row and column to zero out.


rows.times do |i|
columns.times do |j|
if sum_rows[i] + sum_columns[j] < max
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I have to say, this is really clever. Nicely done. It does require you to have two arrays, one for rows and the other for columns.

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