Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Bullet match #11

Merged
merged 18 commits into from
Jan 5, 2017
Merged

Bullet match #11

merged 18 commits into from
Jan 5, 2017

Conversation

bugKrusha
Copy link
Contributor

Bullet match challenge with solution.

Copy link
Contributor

@aranasaurus aranasaurus left a comment

Choose a reason for hiding this comment

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

Other than the comment I made about the generateDataset function, I say ship it (and even that comment, I leave up to you whether or not it requires changes).

markings.append((bulletMarking, gunMarking))
}
return markings
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't like the dataset being random because then each test run is going to be run with different inputs, which feels like not the most empirical of comparisons. That may not matter for this particular problem, I haven't spent enough time with it to know, but I thought I'd bring it up.

The alternative would be to generate a dataset randomly as you've done here, and then write that out to a file and add that file to the repo and then just load the file here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Word. Lemme look into that.

@timvermeulen
Copy link

Maybe a note should be added that mirroring is not allowed?

@bugKrusha bugKrusha merged commit 4761eb8 into master Jan 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants