| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@MarisaAfuera You can add the algorithm to the master right now but we are adding tests to Development branch in order to avoid confusion. So you can do either of the two below mentioned things:
Avoid creating another class for location. You can put it up in same file |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
|
Yes varun. I was busy. Next weekend I will fix It.
El jue., 6 sept. 2018 22:21, Varun Upadhyay <notifications@github.com>
escribió:
… ***@***.**** requested changes on this pull request.
- You have to remove the test if you want to push this to master. Else
you can follow the guidelines mentioned in Development branch and make a PR
for that branch
- Move the location class inside ClosestPair as we don't need a
separate file for Location
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#502 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASac7FyEzBIfijE4g0btptnzcNdKh5tWks5uYZHvgaJpZM4WT69b>
.
|
Sorry, something went wrong.
…rules commit divideconquer\ClosesPair.java Refactorized ClosestPair.java. Finding nearest cartesian points. Refactorized ClosestPair.java. Finding nearest cartesian points.
|
I think I've made the requesting changes. Now in files changed tab only is showed ClosestPair.java. No test neither Location class are available. Also I squash the commits with git rebase. @varunu28 Is everything right? |
Sorry, something went wrong.
|
Hi,
@varun I've made the requested changes. I everything right?
El jue., 6 sept. 2018 a las 23:21, Varun Upadhyay (<notifications@github.com>)
escribió:
… ***@***.**** requested changes on this pull request.
- You have to remove the test if you want to push this to master. Else
you can follow the guidelines mentioned in Development branch and make a PR
for that branch
- Move the location class inside ClosestPair as we don't need a
separate file for Location
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#502 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASac7FyEzBIfijE4g0btptnzcNdKh5tWks5uYZHvgaJpZM4WT69b>
.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refactorized ClosestPair.java: adding commets, eliminating unuseful parameters, reorganizing code lines to be less than 80 characteres, each variable declaration in one line.
I've deleted txt file to provide input data.
I've created a unit test class. To complete the tests I've created a auxiliary type Location.