Skip to content

ravnhq/Java-Nerdery-ChallengeV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Challenges instructions

Steps

  1. Fork this repo to your account
  2. Before you start making changes create a new develop branch (git checkout -b develop)
  3. Run mvn clean install in your terminal in the root of this repo
  4. Modify the code ONLY in the sections flagged as // YOUR CODE HERE...

Java Algorithms

In the file sr/main/java/Challenges.java and sr/main/java/ChallengeStream.javayou will see different challenges, please complete them in order and don't skip any.

Each challenge offers an explanation of what you are supposed to do and an example of the expected output.

We encourage you to run the test suite when you think you're done with each challenge. For this section simply run mvn test -Dtests=ChallengesTest.java or mvn test -Dtests=ChallengeStreamTest.java from the root of this project and check in the results for the scenarios for the challenge you completed are succesful.

Once all challenges are solved, with their tests passing's, create a Pull Request to merge your changes into master and add Carlos Monterrosa (cmonterrosad),Sebastian Bobadilla () , Sergio Laureano (),Kevin Del Castillo as reviewer for your PR; also, post a link to your PR in the Nerdery channel in Slack so we know you're done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages