-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
Implement Connect Exercise #2027
Implement Connect Exercise #2027
Conversation
…sjoint-set data structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
exercises/practice/connect/.meta/src/reference/java/Connect.java
Outdated
Show resolved
Hide resolved
Thanks for the fedback @jmrunkle ! |
Use splitting on sentence break to reduce the splash radius as suggested. Co-authored-by: Jason Runkle <[email protected]>
Add trailing newline as suggested Co-authored-by: Jason Runkle <[email protected]>
…efine the UnionFind data structure in a class. We define a board and its methods. We then use them in providing a solution to the exercise.
@jmrunkle sorry for the delay. I did the necessary refactoring. Please could you have a look? |
Update instructions Co-authored-by: Jason Runkle <[email protected]>
@jmrunkle please could you have a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor comments then I can merge it, thanks for working on this!
I was about to apply the changes but thanks for the support! |
pull request
Closes #1743
Provide test, starter and reference implementations for the connect practice exercise
Reviewer Resources:
Track Policies