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

[Hacktoberfest] Java | Simple 2D Iterator #181

Closed
ericwburden opened this issue Sep 29, 2021 · 6 comments · Fixed by #347
Closed

[Hacktoberfest] Java | Simple 2D Iterator #181

ericwburden opened this issue Sep 29, 2021 · 6 comments · Fixed by #347
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest

Comments

@ericwburden
Copy link
Collaborator

ericwburden commented Sep 29, 2021

Participation

All Hacktoberfest solutions should be provably correct. That is, solution submissions should either include the unit tests from the original challenge (implemented in your language of choice) or at least print out the expected answers when run by the maintainers. Solutions that do not meet these criteria may be rejected, or flagged as 'invalid' or 'spam' in egregious cases. This can result in your PR not counting towards your Hacktoberfest participation or becoming ineligible to participate in Hacktoberfest. Violations of our Code of Conduct will be reported, and will also render you ineligible to participate in Hacktoberfest. Please be respectful of the maintainers' and other participants' time by doing your best to submit real solutions to the puzzles. Thanks, and welcome to our learning community!

Challenge

Simple 2D Iterator

Language

Lots of Java in the repo already, add some more! Solve this challenge using Java.

Approach

Check out some of our Java-based challenges for an IDE-agnostic unit-testing setup, or use the tools built in to your favorite IDE.

@ericwburden ericwburden added the hacktoberfest Hacktoberfest label Sep 29, 2021
@neeraj15022001
Copy link

can i try this one ?

@drkennetz
Copy link
Collaborator

@neeraj15022001 , Hi anybody can solve these - please refer to:
https://github.com/codeconnector/CodingDojo/wiki#solutions

For details on how to submit solutions to this repo. Thanks!

@ericwburden ericwburden added the good first issue Good for newcomers label Oct 4, 2021
@sumitkumarju
Copy link

If it's still active.I would like to give it a try

@ericwburden
Copy link
Collaborator Author

Go for it. These aren't exactly exclusive, either. They're really learning exercises, and it does no harm to have multiple solutions in a single language (so long as they aren't the same files re-submitted with a name change).

@masonmaui
Copy link

Hi, i would like to give this a try I am just wondering why I need to have installed npm 7.9.0. I am also confused as to how I test it for you.

@xanderyzwich
Copy link
Collaborator

@masonmaui you don't need to have npm 7.9.0
It's kind of an odd thing the way this repository works, but everyone can make independent solutions to the different challenges in different languages so there are things floating around all over the place with dependencies in their various languages. If you want to work in Java, we just ask that you use a common Java testing framework like Junit and have instructions for running the tests that you write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants