It is a repository consisting of :
- Java tutorials
- Java projects
- Data Structures in java
- Java Algorithm
- Roadmap Questions and Problems with Solution
- Building a FREE Resources for java learners
Anyone is allowed to contribute in this project to build this free resource that everyne can earn and grow together
- Fork this Repository using the button at the top on right corner.
- Clone your forked repository to your pc (
git clone "url from clone option"
.) - Create a new branch for your modifications (
git branch your_branch_name
and check it outgit checkout your-branch_name
or simply dogit checkout -b your-branch_name
) - Add your project (
git add project_file_name
) - Commit it (
git commit -m "commit_message"
) - Push your project (
git push origin your_branch_name
) - Create a pull request