A learning purpose website for everyone to learn Data Structures and Algorithms at one place in a very simple way using the language Java.
We are building a site which will contain all the DS-Algo related things. It will contain just the relevent concepts which are needed to get started from scratch to go upto its hard parts. It will also contains some assigment question from different-different platforms. It is completely free, open-sourced, everyone can use it to learn, taking notes, doing revision, making tutorial etc. That's all the goal is.
You are just 11 step away from making your contribution to this repo. For the quick start, you can follow the steps below:
git clone https://github.com/<your-github-username>/DSA-Java
git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
cd DSA-Java
git pull upstream main
git checkout -b <your_branch_name>
Run the following command to install the required dependencies.
npm install --global gatsby-cli
- make sure you're on Gatsby v2+
npm install
- install the required dependencies
npm run dev
- start the development server
Open http://localhost:8000 in your browser
git add .
git commit -m "<your_commit_message>"
git push -u origin <your_branch_name>
Create a Pull-Request to main
.
Congratulations! 🎉 you've made your contribution to DSA-Java. ✌️ ❤️ 💥
Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, we suggest you to read our contribution guidelines to see how you can contribute to this project. We are happy for every contribution.
Before making pull requests please look at our contributing guidelines. You can start working on the issue which are mentioned in issues section. Just drop a comment before working on the issue. Thank you!
The code is this repo is licensed under the Apache 2.0 license. Feel free to use and share it as per the license.