We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0940d commit db9e4bbCopy full SHA for db9e4bb
README.md
@@ -16,6 +16,7 @@ Make it a working Java project with full fledged test cases for each algorithm a
16
- Fork to [Java Repo](https://github.com/TheAlgorithms/Java)
17
- Open the forked repo on your local machine
18
- Switch to ```Development``` branch by using the command ```git checkout Development```
19
+- Add the JAR for JUnit to your build path. Here is a link for the [JUnit JAR](http://www.java2s.com/Code/Jar/j/Downloadjunit410jar.htm)
20
- Make the changes on your local machine
21
- Push the changes to the forked repository
22
- Raise a PR against the Development branch
0 commit comments